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/salingnh/android-reverse-engineering-mcp/agents-mdgit clone --depth 1 https://github.com/salingnh/android-reverse-engineering-mcpWrote 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/salingnh/android-reverse-engineering-mcp/agents-md)<a href="https://agentmods.dev/instructions/salingnh/android-reverse-engineering-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/salingnh/android-reverse-engineering-mcp/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.01089 | $0.01089 |
| Opus 5 | $0.00544 | $0.00544 |
| Sonnet 5 | $0.00218 | $0.00218 |
| Haiku 4.5 | $0.00109 | $0.00109 |
Grade A, and why
android-reverse-engineering-mcp 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.
How it starts
The opening of the file, as written. The whole thing — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Repository Rules for Coding Agents
Read these before changing code:
docs/PROJECT_DIRECTION.md— canonical architecture/product direction.docs/ARCHITECTURE_EVOLUTION_RULES.md— mandatory no-throwaway architecture and long-term evolution gate.docs/CAPABILITY_SPI.md— Capability API, Worker ABI, sandbox and evidence contracts.docs/DEVELOPMENT.md— mandatory development/review/CI rules.docs/ROADMAP.md— release train, milestone scope and acceptance criteria.docs/ROADMAP_0_4_EXECUTION.md— mandatory staged execution plan for milestone 0.4.docs/CODE_OWNERSHIP.md— durable ownership scopes, evidence precedence and SDK-boundary semantics for program-understanding work.docs/PROGRAM_MODEL.md— canonical Program Snapshot, semantic entity/relationship IDs, provider normalization, continuation and query-layer contract for Stage C and later stages.
Mandatory invariants:
- Keep exactly one public
safe-android-reverserMCP control plane. - Do not create framework-specific public MCP servers.
- Only the host Runtime Driver may invoke Docker/Podman; never mount runtime sockets into workers.
- Keep static/framework/native-static workers offline (
network=none) and locked down. - Dynamic privileges require
dynamic-opt-in+activation=opt-in; do not weaken static workers. - Dispatch public operations through manifest ownership and adapters; do not add operation-name/framework switches to the control plane.
- Reuse shared runtime/path/job/evidence infrastructure; do not duplicate it in capability modules.
- Keep framework-specific semantics in framework capabilities.
static-coreowns generic Android/DEX/JVM/resource triage and routing preflight, not deep semantics for every framework. - Prefer semantic bounded operations over raw analyzer consoles or generic shell/exec surfaces.
- Preserve provenance and
observed/derived/hypothesizedevidence states. Never invent numeric confidence. - CALLS/XREFS are not proven data flow.
- Bound traversal, archive entries, bytes, CPU/time, memory/storage, process output, filesystem scans, and returned results.
- Verify worker/runtime images by required OCI labels and execute immutable image IDs.
- CI should validate invariants and required baseline capabilities, not hard-code the forever-complete capability set.
- Do not merge temporary production architecture. Every accepted mechanism must be expected to survive as a valid abstraction through the intended 1.0 architecture and be extensible without planned replacement.
- Feature coverage may be incomplete; architectural direction may not knowingly be temporary.
- Analyzer, provider, registry, CI, or storage implementation details must not leak into durable public semantic contracts.
- Do not add temporary fallback/compatibility paths merely to preserve a product model that project direction has rejected.
- Code ownership must remain one shared semantic classifier; do not add vendor-specific skip logic or a second SDK-filtering path in later stages.
- The Canonical Program Model must remain one shared semantic vocabulary above private indexes. Do not create framework-specific competing graph models, raw public SQL/graph consoles, or public contracts based on private DEX/Flutter schemas.
- Program Snapshot identity is the SHA-256 of the exact artifact a provider analyzed. Derived child artifacts must not be silently treated as the same snapshot as a parent APK/XAPK; cross-artifact composition requires explicit lineage/correlation evidence.
- Provider pagination must use canonical continuation semantics and report hard-budget truncation explicitly; never paginate by repeatedly slicing a fixed private-index prefix.
Before implementing any non-trivial stage, perform the pre-implementation review in docs/ARCHITECTURE_EVOLUTION_RULES.md. If the design is already known to require replacement in a later milestone, stop and redesign before writing production code.
For milestone 0.4, follow docs/ROADMAP_0_4_EXECUTION.md exactly: implement one stage at a time, complete its test/review/exact-head gate, produce the Gate Report, and stop before beginning the next stage.
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 · 70 lines · 1,089 tokens per session scan A 6f2e81ea6437
android-reverse-engineering-mcp AGENTS.md is an instructions file published in the GitHub repository salingnh/android-reverse-engineering-mcp (2 stars, last pushed 8d ago), licensed Apache-2.0. It adds 1,089 tokens to every session, about $0.0054 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
ida-pro-mcp CLAUDE.md
Instructions for mrexodia/ida-pro-mcp, covering claude.md, what this project is, core implementation rules, ida thread safety and api conventions.
calc-mcp CLAUDE.md
Instructions for coo-quack/calc-mcp, covering project rules, tech stack, commands, project structure and tool architecture.
Noema AGENTS.md
Instructions for Fail-Safe/Noema, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.
video-research-mcp AGENTS.md
Instructions for Galbaz1/video-research-mcp, covering agents.md, scope, what this is, commands and code review trigger protocol.
clawstash CLAUDE.md
Claude Code instructions for fo0/clawstash, covering claude.md -- project guide, session start -- read order, workflow triggers, output languages and performance / modes.
sui-mcp CLAUDE.md
Claude Code instructions for 0xfreak0/sui-mcp, covering sui-mcp, stack, architecture, which transport to use and archive fallback.