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 instructions/hannsxpeter/godaudits/agents-mdgit clone --depth 1 https://github.com/hannsxpeter/godauditsWrote 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/instructions/hannsxpeter/godaudits/agents-md)<a href="https://agentmods.dev/instructions/hannsxpeter/godaudits/agents-md"><img src="https://agentmods.dev/badge/instructions/hannsxpeter/godaudits/agents-md.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.00420 | $0.00420 |
| Opus 5 | $0.00210 | $0.00210 |
| Sonnet 5 | $0.00084 | $0.00084 |
| Haiku 4.5 | $0.00042 | $0.00042 |
Grade A, and why
godaudits AGENTS.md 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 3d 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
AGENTS.md
This repository ships the godaudits Agent Skill and its deterministic
runtime. It inspects an existing codebase end to end, records canonical state
in .godaudits/AUDIT.json, and generates .godaudits/AUDIT.mdx plus optional
SARIF with evidence-backed findings and an executable remediation plan.
If you are asked to audit a project, read skills/godaudits/SKILL.md fully and
follow its method. The skill can be installed through .agents/skills and
.claude/skills projections in consuming projects.
If you are working on this repository:
- The canonical skill lives at
skills/godaudits/. Edit canonical files only. skills/godaudits/runtime/must remain zero-dependency and portable with the skill directory.skills/godaudits/catalog/checks.jsonis generated byscripts/build-catalog.js. Never edit it by hand.PROMPT.mdandPROMPT.full.mdare generated byscripts/build-prompt.sh. Never edit them by hand.- Run
npm run checkbefore publishing. It verifies tests, benchmark fixtures, catalog and prompt freshness, schemas, version parity, and ASCII style. - Authored files use ASCII punctuation only. Do not add em dashes, en dashes, Unicode arrows, emojis, smart quotes, or box-drawing characters.
- Domain modules under
skills/godaudits/references/follow the fixed six-section contract: Lineage, Surface map, Checks, Scoring, Remediation seeds, and Anti-patterns hunted. - Check ids
A-<DOM>-nmirror godplans requirement idsR-<DOM>-none to one. Do not renumber either side independently. - Version values in SKILL.md frontmatter and body, CHANGELOG.md, package.json, plugin.json, and marketplace.json must agree.
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.
- 3d ago First seen · 32 lines · 420 tokens per session scan A fa0091914e5f
godaudits AGENTS.md is an instructions file published in the GitHub repository hannsxpeter/godaudits (4 stars, last pushed 15d ago), licensed MIT. It adds 420 tokens to every session, about $0.0021 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 instructions, from other repositories
superdesign-skill AGENTS.md
Instructions for superdesigndev/superdesign-skill, covering project agent memory, what this repo is, skill flow invariant: two entry paths, ground truth for cli behavior and plugin packaging & release.
stewie-pixel guidelines
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
jentic-one GEMINI.md
Instructions for jentic/jentic-one: Otherwise, read AGENTS.md — this repo's canonical agent guidance.
briefloop AGENTS.md
Instructions for Stahl-G/briefloop, covering agents.md, purpose, instruction scope, environment separation and context mode.
vanguard-frontier-agentic copilot-instructions.md
Instructions for VincentChuWaiChow/vanguard-frontier-agentic, covering vanguard frontier agentic repository instructions, what to optimize for, repo structure, rules for changes and cross-platform asset rule.
kleinanzeigen-reader CLAUDE.md
Instructions for its-me-prash/kleinanzeigen-reader, covering claude.md — kleinanzeigen-reader, what this repo is, auto-load instructions for claude code, quick command reference and fetch a listing.