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/cyberkaida/reverse-engineering-assistant/copilot-instructionsgit clone --depth 1 https://github.com/cyberkaida/reverse-engineering-assistantWhat 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.00308 | $0.00308 |
| Opus 5 | $0.00154 | $0.00154 |
| Sonnet 5 | $0.00062 | $0.00062 |
| Haiku 4.5 | $0.00031 | $0.00031 |
Grade A, and why
reverse-engineering-assistant copilot-instructions.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
- This is a Ghidra extensions for Ghidra 12.0 and later called "ReVa", the Reverse Engineering Assistant.
- The extension provides a Model Context Protocol (MCP) server for Ghidra. The server is implemented in Java and uses the MCP Java SDK.
- Remember that MCP is in development, so make sure to check the MCP documentation for the latest information.
Some good resources include:
-
If you want to find a Ghidra API, start from the FlatProgramAPI or the ProgramPlugin API in the Ghidra repo. Use the GitHub tools to search for Ghidra documentation.
-
We don't use a gradle wrapper, so just run
gradlein the root directory to build the project. We do have the Java tools installed in VSCode so you can just check for errors with VSCode instead. -
When writing tests, use the Ghidra test framework. The tests are in the
src/testdirectory. It is easy to run them withgradle test --infoand the integration tests withgradle integrationTest --info. -
You can use standard gradle test filtering to run specific tests with both of the test targets.
-
We target Ghidra 12.0 and later. Note we should use Java 21.
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 ยท 13 lines ยท 308 tokens per session scan A 81a7090ce95f
reverse-engineering-assistant copilot-instructions.md is an instructions file published in the GitHub repository cyberkaida/reverse-engineering-assistant (821 stars, last pushed 8d ago), licensed Apache-2.0. It adds 308 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
Reversecore_MCP AGENTS.md
Instructions for sjkim1127/Reversecore_MCP, covering agent customizations for reversecoremcp, project overview, quick commands, development setup and create virtual environment.
bg3se-macos CLAUDE.md
Instructions for tdimino/bg3se-macos, covering bg3se-macos, stack, structure, modding toolkit and core pipeline.
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.
qm AGENTS.md
AGENTS.md instructions for yc-software/qm, covering qm, working on the code, private forks and durable by default.
ghidra-mcp CLAUDE.md
Claude Code instructions for bethington/ghidra-mcp, covering ghidra mcp - claude code guide, boil the ocean, community interaction (read-only by default), repository scope โ what belongs here and architecture.
nullclaw CLAUDE.md
Instructions for nullclaw/nullclaw, covering claude.md, mandatory reference, build & test commands, requires exactly zig 0.16.0 (verify: zig version) and build flags.