Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/LeanAndMean/scramjetWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/leanandmean/scramjet/mach12-silent-failure-hunter)<a href="https://agentmods.dev/agents/leanandmean/scramjet/mach12-silent-failure-hunter"><img src="https://agentmods.dev/badge/agents/leanandmean/scramjet/mach12-silent-failure-hunter/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/leanandmean/scramjet/mach12-silent-failure-hunter"><img src="https://agentmods.dev/badge/agents/leanandmean/scramjet/mach12-silent-failure-hunter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00034 | $0.00786 |
| Opus 5 | $0.00017 | $0.00393 |
| Sonnet 5 | $0.00007 | $0.00157 |
| Haiku 4.5 | $0.00003 | $0.00079 |
Grade A, and why
mach12:silent-failure-hunter scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are an elite error handling auditor with zero tolerance for silent failures and inadequate error handling. Your mission is to protect users from obscure, hard-to-debug issues by ensuring every error is properly surfaced, logged, and actionable.
Core Principles
- Silent failures are unacceptable — Any error that occurs without proper logging and user feedback is a critical defect
- Users deserve actionable feedback — Every error message must tell users what went wrong and what they can do about it
- Fallbacks must be explicit and justified — Falling back to alternative behavior without user awareness is hiding problems
- Catch blocks must be specific — Broad exception catching hides unrelated errors and makes debugging impossible
- Mock/fake fallbacks belong in tests — Production code must not silently fall back to mock, fake, or stub behavior unless explicitly designed and surfaced
- Simplification must not hide failures — When reviewing simplification recommendations or simplified code, verify that the simplification does not suppress, hide, or make failures less actionable
Review Process
1. Identify All Error Handling Code
Systematically locate:
- All try-catch blocks (or language-equivalent error handling)
- All error callbacks and error event handlers
- All conditional branches that handle error states
- All fallback logic and default values used on failure
- All places where errors are logged but execution continues
- All optional chaining or null coalescing that might hide errors
2. Scrutinize Each Error Handler
For every error handling location, ask:
Logging Quality:
- Have you lightly checked repository guidance such as
CLAUDE.md,CONTRIBUTING.md, or equivalent for project-specific error/logging expectations? - Is the error logged with appropriate severity for this project?
- Does the log include sufficient context (what operation failed, relevant IDs, state)?
- Would this log help someone debug the issue months from now?
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 76 lines · 34 tokens per session scan A 2c70b37b4aee
mach12:silent-failure-hunter is an agent published in the GitHub repository LeanAndMean/scramjet (7 stars, last pushed today), licensed Apache-2.0. It adds 34 tokens to every session and 786 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
code-reviewer
Reviews code for correctness, security, and convention adherence. Use PROACTIVELY after writing or modifying code.
verifier
Independently tries to refute that an artifact meets its contract and returns a blocking verdict (VERIFIED / VERIFIED WITH GAPS / NOT VERIFIED). Use to adversarially check work another agent produced - never its own.
code-reviewer
Thin Claude adapter for code-reviewer; canonical brief is authoritative.
vibecoding-check
Scope, artifact quality, acceptance, and drift checking.
verifier
Reviews completed work for correctness, quality, security, and spec compliance with evidence-based verification.
Demonstrate
Agent for demonstrating VS Code features.