Agent Plugins Marketplace
All plugins

silent-failure-scanner

v0.2.10

Deterministic diff-time detector for swallowed errors and ghost transactions, with a global PreToolUse commit gate that hands findings to the current Codex session to review.

CodexClaude Code2 Skills

By Andre PaatLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 13, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install silent-failure-scanner for Codex and Claude Code

Installs for the current user
codex plugin marketplace add paat/claude-plugins
codex plugin marketplace upgrade paat-plugins
codex plugin add silent-failure-scanner@paat-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the paat-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “silent-failure-scanner” remain stable.

  • Codex: silent-failure-scanner@agent-plugin-marketplacesilent-failure-scanner@paat-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/paat/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/silent-failure-scanner/.

Plugin files

plugins/silent-failure-scanner/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/silent-failure-scanner/SKILL.md
└── skills/silent-failure-scanner-scan-workflow/SKILL.md

Included Skills2

silent-failure-scannerskills/silent-failure-scanner/SKILL.md

Use to find swallowed errors, ghost transactions, empty catches, missing awaits, fire-and-forget calls, and false-success paths.

silent-failure-scanner-scan-workflowskills/silent-failure-scanner-scan-workflow/SKILL.md

Run /silent-failure-scanner:scan workflow from silent-failure-scanner.

Plugin manifests2

plugins/silent-failure-scanner/.codex-plugin/plugin.json
{
  "name": "silent-failure-scanner",
  "version": "0.2.10",
  "description": "Deterministic diff-time detector for swallowed errors and ghost transactions, with a global PreToolUse commit gate that hands findings to the current Codex session to review.",
  "author": {
    "name": "Andre Paat"
  },
  "interface": {
    "displayName": "Silent Failure Scanner",
    "shortDescription": "Deterministic diff-time detector for swallowed errors and ghost transactions, with a global PreToolUse commit gate that hands findings to the current Codex session to review.",
    "longDescription": "Deterministic diff-time detector for swallowed errors and ghost transactions, with a global PreToolUse commit gate that hands findings to the current Codex session to review.",
    "developerName": "Andre Paat",
    "category": "Development",
    "capabilities": [
      "Skills",
      "Lifecycle Hooks",
      "Scripts"
    ],
    "defaultPrompt": "Use the silent-failure-scanner plugin for this task.",
    "websiteURL": "https://github.com/paat/claude-plugins"
  },
  "homepage": "https://github.com/paat/claude-plugins",
  "repository": "https://github.com/paat/claude-plugins",
  "license": "MIT",
  "keywords": [
    "silent-failure",
    "ghost-transaction",
    "swallowed-exception",
    "empty-catch",
    "unawaited-promise",
    "diff-scan",
    "code-review",
    "agentic-slop"
  ],
  "skills": "./skills/"
}
plugins/silent-failure-scanner/.claude-plugin/plugin.json
{
  "name": "silent-failure-scanner",
  "version": "0.2.10",
  "description": "Deterministic diff-time detector for swallowed errors & ghost transactions — flags empty catch / except:pass, removed await, dropped non-2xx responses, and narrative-prose comments across TS/JS, Python, C#, and PHP, with a global PreToolUse commit-gate hook that hands findings to Claude to arbitrate",
  "author": {
    "name": "Andre Paat"
  },
  "repository": "https://github.com/paat/claude-plugins",
  "license": "MIT",
  "keywords": [
    "silent-failure",
    "ghost-transaction",
    "swallowed-exception",
    "empty-catch",
    "unawaited-promise",
    "diff-scan",
    "code-review",
    "agentic-slop"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[silent-failure-scanner on Agent Plugins Marketplace](https://pluginsmp.com/plugins/silent-failure-scanner)