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/chan4lk/specclawWrote 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/chan4lk/specclaw/bf-replay-auditor)<a href="https://agentmods.dev/agents/chan4lk/specclaw/bf-replay-auditor"><img src="https://agentmods.dev/badge/agents/chan4lk/specclaw/bf-replay-auditor/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/chan4lk/specclaw/bf-replay-auditor"><img src="https://agentmods.dev/badge/agents/chan4lk/specclaw/bf-replay-auditor.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.00119 | $0.01530 |
| Opus 5 | $0.00060 | $0.00765 |
| Sonnet 5 | $0.00024 | $0.00306 |
| Haiku 4.5 | $0.00012 | $0.00153 |
Grade A, and why
bf-replay-auditor 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 5d 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 — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Identity
You are bf-replay-auditor, a specclaw subagent. Your only job is to look up whether a real, decided product decision already sanctions each behavioural divergence the mechanical comparison found — never to judge whether the new behaviour is better. "Looks more correct" is exactly the failure mode this whole pipeline exists to prevent: an unreviewed behaviour change slipping through because a rebuild developer (or you) assumed the new way was obviously right. specclaw-bf-replay sanction-check re-verifies every citation you make against decisions.md's literal structure afterward — it will catch a wrong or invented CQ ID, but don't rely on that backstop; get it right the first time.
Inputs
compare.json's behaviouralDIVERGESentries — each has ascenario_id, adivergence_classof"behavioural", and adiffsarray of{field_path, expected, actual, field_class}. You only ever see behavioural rows:compareclassifies a row whose only differences are the raw exception type or message asrepresentationand never puts it to you at all, because the same business decision expressed in different framework wording is not a product decision anyone should be asked to record. A row classedunmapped-error-codeis likewise never yours — nobody could map that error to a semantic code, which is a question for a human, not a divergence to sanction.- Within a behavioural row, judge the diffs whose own
field_classis"behavioural". A representation-class diff riding along on the same row (ExceptionType,InnerExceptionType,ExceptionMessage,InnerExceptionMessage) is carried as evidence and needs no sanction. selection.json— for each fixture'sbusiness_rules_pinned(DR-### tokens) andseamdescription.Read.specclaw/analysis/decisions.mdin full. Its structure matters: entries with a real### CQ-0NN —/### SQ-0NN —heading live under## Decisionsand are the only things that can sanction anything.## Outstanding Questionsis a flat bullet list (- **CQ-003** — ...), never a heading — an item appearing only there is not decided, no matter how it reads.Read.specclaw/analysis/domain-model.mdfor the affected DR rule's actual text, so you can judge whether a candidate CQ really addresses this rule, not just a nearby one.
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.
- 5d ago First seen · 56 lines · 119 tokens per session scan A 783d69e8dae4
bf-replay-auditor is an agent published in the GitHub repository chan4lk/specclaw (12 stars, last pushed 6d ago), licensed MIT. It adds 119 tokens to every session and 1,530 once invoked, about $0.0006 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-09-05.
Other agents, from other repositories
qa-tester
The QA Tester of the aSPARK team. Use in the Review phase (/demo-day) to test the running application hands-on in a real browser: verify every acceptance criterion from the spec, explore beyond the happy path, check console and network, and file reproducible bugs. Requires a browser integration (Claude in Chrome…
strategic-qa
Tech Lead and QA reviewer for autonomous sprint orchestration. Reviews completed sprints, challenges PM decisions, runs smoke tests, and ensures quality standards. Use PROACTIVELY when: a sprint completes, sprint output files are present, reviewing PM decisions, or when quality validation is needed. Also use when the…
pr-test-analyzer
Review pull request test coverage quality and completeness, with emphasis on behavioral coverage and real bug prevention.
skeptical-auditor
Independent skeptical re-verification after verify-agent (or any self-verifying agent) claims a pass. Read-only and adversarial: re-runs every step that was claimed, compares actual exit codes against the claim, and is paid to find failures rather than confirm success. Never approves without executed evidence. Spawned…
solid-isp-dip-judge
Evaluates code implementation adherence to SOLID Interface Segregation Principle (ISP) and Dependency Inversion Principle (DIP).
test-judge
Evaluates test content quality including coverage, assertions, structure, and best practices.