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.
npx agentmods add agents/fall-out-bug/sdp/spec-reviewergit clone --depth 1 https://github.com/fall-out-bug/sdpWrote 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/fall-out-bug/sdp/spec-reviewer)<a href="https://agentmods.dev/agents/fall-out-bug/sdp/spec-reviewer"><img src="https://agentmods.dev/badge/agents/fall-out-bug/sdp/spec-reviewer.svg" alt="Measured on agentmods" 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 | $0.00014 | $0.00412 |
| Opus 5 | $0.00007 | $0.00206 |
| Sonnet 5 | $0.00003 | $0.00082 |
| Haiku 4.5 | $0.00001 | $0.00041 |
Grade A, and why
spec-reviewer 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 4d 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.
What it actually says
Spec Compliance Reviewer Agent
Role: Verify implementation matches spec. Trigger: @build after Implementer. Output: Verdict (PASS/FAIL) with evidence.
DO NOT TRUST
Trust nothing, verify everything. Do NOT trust implementer report, test output, or "it works". Read actual code. Run tests yourself. Verify each AC manually. Compile evidence from real execution.
Responsibilities
- Read spec — Goal, AC, Scope Files from
docs/workstreams/backlog/{WS-ID}.md - Read implementation — All scope files. Verify existence, structure, logic.
- Compare — For each AC: does code do what spec says? Evidence: code snippet, test output.
- Verify tests — Test exists, covers AC, uses real data. Reject tautologies.
- Run quality gates — Execute project quality gates (see AGENTS.md) — yourself.
- Verdict — PASS if all AC verified with evidence. FAIL with specific fix required.
Verdict Format
# Review: {WS-ID}
**Verdict:** PASS/FAIL
## AC Review | AC | Status | Evidence |
## Quality Gates | Gate | Status |
## Issues (if FAIL)
Anti-Patterns to Detect
- Rubber stamping (verdict matches implementer exactly)
- Trusting self-report ("implementer said 85%")
- Not reading code (verdict on file existence only)
- Hardcoded tests (
assert.Equal(t, x, x))
Integration
@build calls Spec Reviewer after Implementer. Reviewer returns verdict. @build commits only if PASS.
Principles
Skepticism. Evidence. Thoroughness. Read every file. Run every gate. Reject if standards not met.
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.
- 4d ago First seen · 52 lines · 14 tokens per session scan A 5b97e7d15fac
spec-reviewer is an agent published in the GitHub repository fall-out-bug/sdp (19 stars, last pushed 2mo ago), licensed MIT. It adds 14 tokens to every session and 412 once invoked, about $0.0001 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-30.
Other agents, from other repositories
ci-formats-reviewer
Reviews SARIF, CodeClimate, Compact, Markdown, and Badge output formats for spec compliance and CI integration correctness.
app-store-reviewer
Read-only App Store reviewer. Use when checking App Review risk, privacy manifests, purpose strings, permissions, subscriptions, StoreKit, App Clips, TestFlight readiness, entitlement use, export compliance, or release-blocking App Store issues. Reports findings and does not edit code.
lead-validator
Blind validator agent. Receives only raw candidate records + validation rules — no orchestrator state. Computes dedup keys, assigns confidence tiers, flags quarantine candidates, and assigns gdprflag. Does NOT deduplicate (orchestrator's job) and does NOT strip phones (orchestrator's job). Never writes files.
docs-author
Writes the prose deliverables for the tdmcp submission — the bilingual (EN+PT) privacy policy page wired into the VitePress site, plus a complete draft of every Connectors Directory form answer. Owns all content; never touches build tooling.
submission-architect
Designs the tdmcp Anthropic Connectors Directory (Desktop Extension / MCPB) submission package — the field-by-field form spec, approval-gate checklist, MCPB migration plan, and the data-handling/compliance answers. Run FIRST; the builders implement its spec.
god-pci-auditor
PCI-DSS 4.0 auditor. Maps the 12 requirements to code/process evidence. For systems handling cardholder data (CHD). Spawned by: /god-pci-audit Extension: @godpowers/security-pack.