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/martymcenroe/assemblyzero/gemini-mdgit clone --depth 1 https://github.com/martymcenroe/AssemblyZeroWrote 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/martymcenroe/assemblyzero/gemini-md)<a href="https://agentmods.dev/instructions/martymcenroe/assemblyzero/gemini-md"><img src="https://agentmods.dev/badge/instructions/martymcenroe/assemblyzero/gemini-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.01434 | $0.01434 |
| Opus 5 | $0.00717 | $0.00717 |
| Sonnet 5 | $0.00287 | $0.00287 |
| Haiku 4.5 | $0.00143 | $0.00143 |
Grade E, and why
AssemblyZero GEMINI.md scanned grade E with 3 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.
Harvests environment variableshighData exfiltration
Enumerating or grepping the environment for keys collects credentials unrelated to what the mod says it does.
- `printenv GITHUB_TOKEN` (or any secret variable name) Reaches for credential fileshighPrivilege escalation
SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.
- `~/.aws/credentials`, `~/.aws/config` Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
**Example violations:** `echo $GITHUB_TOKEN`, `curl -H "Authorization: $AWS_SECRET_ACCESS_KEY"` The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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 · 131 lines · 1,434 tokens per session scan E 03c4c1dcfcdc
AssemblyZero GEMINI.md is an instructions file published in the GitHub repository martymcenroe/AssemblyZero (110 stars, last pushed 4d ago), with no licence file. It adds 1,434 tokens to every session, about $0.0072 per session on Opus 5. A static security scan graded it E with 3 findings (harvests environment variables, reaches for credential files, 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
paperclip-plugin-company-wizard CLAUDE.md
Instructions for Yesterday-AI/paperclip-plugin-company-wizard, covering claude.md, what this is, commands, architecture and source layout.
paperclip-plugin-company-wizard AGENTS.md
Instructions for Yesterday-AI/paperclip-plugin-company-wizard, covering company wizard — project vision, what, why, core idea: gracefully optimistic architecture and design principles.
AI-System-Design-Consultant CLAUDE.md
Instructions for deepanshu2711/AI-System-Design-Consultant, covering claude.md, what this is, running it, load-bearing typos — do not "fix" these paths and agent node pattern.
team-shinchan AGENTS.md
Instructions for seokan-jeong/team-shinchan, covering agents.md - team-shinchan agent map, layer architecture, agent registry, call flow and quick reference.
team-shinchan CLAUDE.md
Instructions for seokan-jeong/team-shinchan, covering team-shinchan plugin, repository-specific notes and source layer (src/).
multi-agent-system-pattern AGENTS.md
Instructions for vpeetla-ai/multi-agent-system-pattern, covering agent instructions — vpeetla-ai org, agentic engineering (karpathy), stack awareness, repo conventions and skills repo.