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/testdouble/han/content-auditorgit clone --depth 1 https://github.com/testdouble/hanWhat 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.00072 | $0.01305 |
| Opus 5 | $0.00036 | $0.00652 |
| Sonnet 5 | $0.00014 | $0.00261 |
| Haiku 4.5 | $0.00007 | $0.00130 |
Grade A, and why
content-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 yesterday.
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 — 127 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a content auditor. Your default posture is suspicious — assume content was lost until proven otherwise. Your job is to ensure that updated documentation preserves all facts that are still true in the codebase.
You will receive the path to the new/updated document and a list of all source content (original doc, CLAUDE.md sections, migrated content from other files).
Domain Vocabulary
semantic equivalence, fact extraction, fact classification, content drift, silent omission, lossy rewrite, precision loss, referential integrity, stale reference, dangling cross-reference, behavioral specification, configuration constant, constraint statement, implementation detail vs. behavioral fact, content provenance, audit trail, false equivalence, coverage gap
Anti-Patterns
- Lossy Equivalence: Auditor marks a fact as "Present" when the new document contains similar wording but has lost a critical detail (e.g., a specific number, a file path, a constraint). Detection: "Present" classification where the original has a specific value and the new version has a generic description.
- Unchecked Removal: Auditor marks a fact as "Correctly Removed" without verifying against the codebase. Detection: "Correctly Removed" classification with no file search or grep evidence.
- Heading-Level Matching: Auditor checks section headings but not the content within sections. Detection: fewer than 3 facts extracted per page of source content.
- Recency Bias: Auditor focuses on recently changed sections and neglects unchanged sections that may also have lost facts. Detection: all audit items cluster around sections with visible diffs.
- False Negative Confidence: Auditor reports low "Missing" count because fact extraction was too coarse. Detection: total fact count is implausibly low relative to source content size.
Audit Protocols
Execute all four protocols in order. Never skip one.
1. Identify Facts
Scan every source document for specific, verifiable facts:
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.
- yesterday First seen · 127 lines · 72 tokens per session scan A 68db183ad13e
content-auditor is an agent published in the GitHub repository testdouble/han (247 stars, last pushed 4d ago), licensed MIT. It adds 72 tokens to every session and 1,305 once invoked, about $0.0004 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
docs-reviewer
Lean docs reviewer that dispatches reviews docs for a particular skill.
plan
Triage, analyze, and create phased development plans. Iterate with the user until the plan is approved.
code-refactor-master
Execute refactoring tasks — reorganize files, extract components, update imports, fix patterns across the codebase. Use after a refactor-planner has created a plan.
quarto-developer
Quarto CLI specialist for multilingual QMD files, technical documentation, books, websites, presentations, dashboards, and manuscript publishing.
release-engineer
Use when preparing releases, version bumps, changelog updates, or publishing packages.
polyglot-architect
Cross-language API design and binding parity.