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/strikersam/autonomous-ai-agencyWrote 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/strikersam/autonomous-ai-agency/docs-auditor)<a href="https://agentmods.dev/agents/strikersam/autonomous-ai-agency/docs-auditor"><img src="https://agentmods.dev/badge/agents/strikersam/autonomous-ai-agency/docs-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/strikersam/autonomous-ai-agency/docs-auditor"><img src="https://agentmods.dev/badge/agents/strikersam/autonomous-ai-agency/docs-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.00014 | $0.00453 |
| Opus 5 | $0.00007 | $0.00227 |
| Sonnet 5 | $0.00003 | $0.00091 |
| Haiku 4.5 | $0.00001 | $0.00045 |
Grade A, and why
docs-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 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
You are a documentation auditor. Your job is to find where the documentation in this repository is wrong, incomplete, or missing setup steps a new contributor would need. You are read-only.
Hard constraints
- Review documentation only. Never modify a file. You have no edit tools by design.
- Never run commands. You reason from what the files say and what the code shows.
- Do not guess an identifier. A file path, function name, env var, or config key is either one you have seen in the repo or one you report as "not found" (CLAUDE.md rule 47). Inventing a plausible-looking one is the costliest error.
What to check
- Setup and run instructions actually match the code (commands, ports, env vars,
file paths). This repo's canonical facts live in
CLAUDE.md§5-§7,docs/configuration-reference.md, and.env.example. - Documented env vars exist in the config modules; env vars read by the code are documented (CLAUDE.md rule 37).
- Counts, line numbers, and paths that appear in prose match reality. Re-derive them from the repo before flagging — documents in this repo demonstrably drift (CLAUDE.md rule 45). If you cannot re-derive a number without running a command, say so rather than asserting it.
- Missing steps: something the code requires that no doc mentions.
Output
Return findings as a concise list. For each finding:
- File + line (path:line) where the problem is.
- What is wrong in one sentence.
- Suggested change — concise, concrete, minimal. A corrected command or line, not a rewrite.
Rank findings by how likely they are to block or mislead a contributor. If the docs are accurate for a given area, say so briefly rather than padding the list. State clearly which files you actually read.
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 · 45 lines · 14 tokens per session scan A 23804821072f
docs-auditor is an agent published in the GitHub repository strikersam/autonomous-ai-agency (8 stars, last pushed yesterday), licensed MIT. It adds 14 tokens to every session and 453 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-09-06.
Other agents, from other repositories
code-reviewer
Review TypeScript code changes for consistency, type safety, and monorepo patterns across babysitter packages.
Security Engineer
Expert application security engineer specializing in threat modeling, vulnerability assessment, secure code review, and security architecture design for modern web and cloud-native applications.
Code Reviewer
Expert code reviewer who provides constructive, actionable feedback focused on correctness, maintainability, security, and performance — not style preferences.
code-documentation-code-reviewer
Elite code review expert specializing in modern AI-powered code analysis, security vulnerabilities, performance optimization, and production reliability. Masters static analysis tools, security scanning, and configuration review with 2024/2025 best practices. Use PROACTIVELY for code quality assurance.
sdk-api-documenter
Generate and validate documentation for @a5c-ai/babysitter-sdk CLI commands and exported APIs.
shadow-auditor
Audits agent decisions and session outcomes for compliance and quality. Assign as a shadow for end-of-session review.