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/tools2u/ai-website-audit-cli/agents-mdgit clone --depth 1 https://github.com/Tools2U/AI-Website-Audit-CLIWhat 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.00298 | $0.00298 |
| Opus 5 | $0.00149 | $0.00149 |
| Sonnet 5 | $0.00060 | $0.00060 |
| Haiku 4.5 | $0.00030 | $0.00030 |
Grade A, and why
AI-Website-Audit-CLI 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 2d 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
Guidance for Codex and other AI coding agents working in this repository.
Project intent
ai-website-audit-cli is a small, inspectable, MIT-licensed CLI for website audits. It combines deterministic extraction/scoring with OpenAI-powered report generation through the Responses API.
Contribution rules
- Keep deterministic checks transparent and testable.
- Do not hide network calls in helper functions without clear naming.
- Do not send secrets,
.env, cookies, or private headers to OpenAI. - Keep OpenAI calls in
src/ai_website_audit/openai_client.py. - Keep prompts in
prompts/and prompt assembly insrc/ai_website_audit/prompts.py. - Add or update tests for parsing, scoring, CLI behavior, and report generation.
- Prefer small focused PRs.
Commands
python -m venv .venv
source .venv/bin/activate
pip install -e . pytest
pytest
ai-website-audit inspect https://example.com --html
ai-website-audit audit https://example.com --language en --html
Safety and privacy
- The tool only fetches public URLs provided by the user.
- The AI prompt contains extracted public page data and deterministic audit output.
- The default setting is
OPENAI_STORE_RESPONSES=false. - Never commit API keys or generated reports containing sensitive private websites.
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.
- 2d ago First seen · 36 lines · 298 tokens per session scan A 9f501fd86a98
AI-Website-Audit-CLI AGENTS.md is an instructions file published in the GitHub repository Tools2U/AI-Website-Audit-CLI (59 stars, last pushed 2mo ago), licensed MIT. It adds 298 tokens to every session, about $0.0015 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 instructions, from other repositories
hig-doctor AGENTS.md
AGENTS.md instructions for raintree-technology/hig-doctor: HIG Doctor combines open-source audit tooling with an attributed snapshot of Apple's Human Interface Guidelines.
starwind-ui AGENTS.md
Instructions for starwind-ui/starwind-ui, covering agents.md, project shape, useful commands and contribution conventions.
Codex-Skills AGENTS.md
Instructions for TheGoat395/Codex-Skills, covering repository operating notes, required checks, evidence rules and change hygiene.
ACCESSIBILITY.md AGENTS.md
Instructions for mgifford/ACCESSIBILITY.md, covering repository instructions for ai coding agents, scope, when each instruction file is useful, project mission and status and required project context.
SidewalkWebpage css.instructions.md
Instructions for ProjectSidewalk/SidewalkWebpage: --text- font shorthands (font: var(--text-body-regular);) — not raw --font- plus hand-picked size/weight. Flag hardcoded hex colors or hand-assembled font stacks where a token fits.
OpenGUI CLAUDE.md
Claude Code instructions for Core-Mate/OpenGUI, covering opengui release - repository guide for claude code / codex, 1. repository positioning, 2. default working rules, 3. high-level architecture and 4. directory map.