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/palazzem/hanzo/claude-mdgit clone --depth 1 https://github.com/palazzem/hanzoWrote 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/palazzem/hanzo/claude-md)<a href="https://agentmods.dev/instructions/palazzem/hanzo/claude-md"><img src="https://agentmods.dev/badge/instructions/palazzem/hanzo/claude-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.01058 | $0.01058 |
| Opus 5 | $0.00529 | $0.00529 |
| Sonnet 5 | $0.00212 | $0.00212 |
| Haiku 4.5 | $0.00106 | $0.00106 |
Grade B, and why
hanzo CLAUDE.md scanned grade B with 2 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.
Downloads and executes remote codemediumSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
- Interactive prompts must read from `/dev/tty` for `curl | bash` compatibility. Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- Interactive prompts must read from `/dev/tty` for `curl | bash` compatibility. The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
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 · 63 lines · 1,058 tokens per session scan B a8d486f9afd1
hanzo CLAUDE.md is an instructions file published in the GitHub repository palazzem/hanzo (23 stars, last pushed 3d ago), with no licence file. It adds 1,058 tokens to every session, about $0.0053 per session on Opus 5. A static security scan graded it B with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
python-uv CLAUDE.md
Claude Code instructions for a5chin/python-uv, covering claude.md, project overview, development commands, package management and install dependencies.
branchbox CLAUDE.md
Claude Code instructions for branchbox/branchbox, covering claude.md, architecture deep dive, core library architecture (core/src/), cli architecture (cli/src/) and key design patterns.
branchbox AGENTS.md
AGENTS.md instructions for branchbox/branchbox, covering repository guidelines, project overview & current state, project structure & module organization, build, test, and development commands and coding style & naming conventions.
mitshe CLAUDE.md
Instructions for mitshe/mitshe, covering claude.md - mitshe, quick reference, 1. struktura monorepo, deployment modes and 2. komendy (justfile).
docker-tui CLAUDE.md
Instructions for eviltik/docker-tui, covering claude.md, project overview, build and development commands, build for current platform and run without building.
appwrite AGENTS.md
AGENTS.md instructions for appwrite/appwrite, covering appwrite, commands, stack, layout and libraries.