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 skills add xAmirHamza77/ReverseOps-Skill --skill skillsgit clone --depth 1 https://github.com/xAmirHamza77/ReverseOps-SkillWrote 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/skills/xamirhamza77/reverseops-skill/skills)<a href="https://agentmods.dev/skills/xamirhamza77/reverseops-skill/skills"><img src="https://agentmods.dev/badge/skills/xamirhamza77/reverseops-skill/skills.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.1 | $0.00049 | $0.03341 |
| Opus 5 | $0.00024 | $0.01670 |
| Sonnet 5 | $0.00010 | $0.00668 |
| Haiku 4.5 | $0.00005 | $0.00334 |
Grade A, and why
ReverseOps-router 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 6d 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 — 179 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Reverse Engineering Skills Master Control
This directory contains a series of reverse engineering skill modules. Each subdirectory is an independent module containing a SKILL.md describing its use cases, toolchain, and workflow.
CRITICAL: Routing Execution Contract (Must Execute Immediately)
After reading this file, responding with only "read/understood" is NOT allowed. You MUST execute in order:
NOW: ReadMASTER-ROUTING.md(or runscripts/master-route.ps1 -Hint "...") to determine PRIMARY; for difficult cases, readrouting.mdthree-axis table.NOW:scripts/case-init.ps1createswork/<case>/scope.md(contract perops/scope-contract.md); ACT on target is forbidden until auth is granted.NOW: Tag lead/specialist perops/role-map.md; immediately open PRIMARYSKILL.mdand execute ACTION REQUIRED.NEXT: Readtool-index.mdwhen local tools are involved; guessing paths is forbidden; missing tools →bootstrap-reverse.ps1(manifest only).ACT: Execute and append timeline / update workitems; conclusions use Evidence→Finding→Path (ops/evidence-finding-path.md).- End:
docs-generatorreport + redactedfield-journal; stage menu 3–6 items.
Identity: See ops/IDENTITY.md (lightweight routing package + tool bootstrap + journal; not a Z3r0-style platform).
If routing cannot match, you must first search online to supplement methodology and propose a new skill; force-fitting into a mismatched module is forbidden.
Instruction Semantics (RFC 2119)
MUST: Must execute; violation means task failure.MUST NOT: Forbidden; violation is a security breach.SHOULD: Should be done in principle; must explain if not done.MAY: Optional action.
Current Modules
| Module | Directory | Use Case |
|---|---|---|
| General RE | reverse-engineering/ |
GDB / Frida / angr / Unicorn / Qiling / Anti-analysis countermeasures / Multi-language platform RE / CTF pattern library |
| APK Reverse | apk-reverse/ |
Android APK unpacking, jadx decompilation, smali modification, Frida Hook, repackaging and signing |
| .NET / C# Reverse | dotnet-reverse/ |
Managed PE reversing, dnSpyEx + de4dot deobfuscation (ConfuserEx/SmartAssembly/Babel), IL patching, Sharp* red team tool analysis, dnSpy MCP integration |
| IDA Pro Reverse | ida-reverse/ |
IDA Pro MCP HTTP Server (72 tools): decompilation, disassembly, data flow tracing, cross-references |
| Frontend JS Reverse | js-reverse/ |
Browser-side signature location, encrypted parameter analysis, runtime sampling, Node environment reproduction; prefer existing js-reverse_*, use jshookmcp when stronger browser/CDP/Hook capabilities are needed, but download/register/enable that MCP server first |
| radare2 Analysis | radare2/ |
CLI binary reconnaissance, disassembly, patching: r2 / rabin2 / rasm2 / radiff2 |
| CTF Full Stack | ../CTF-Sandbox/ |
40+ sub-skills: Web/RE/Pwn/Cloud/Container/AD/Forensics/Stego/Mobile/Crypto, orchestrated by the master controller |
| Technical Documentation | docs-generator/ |
Auto-generates reverse engineering reports, pentest reports, CTF writeups, and signature RE reports after task completion |
| Browser & Desktop Automation | browser-automation/ |
Browser operations (Playwright) + Windows desktop app control (OpenReverse UIA/CUA) + network observation |
| Cross-Version Symbol Migration | binary-diff/ |
Migrate symbols from old to new versions, PDB-less derivation, batch function name migration after updates |
| N-day Patch Diff → Exploitation | patch-diff-exploit/ |
Locate vulnerability points from vendor patches, write PoC, N-day weaponization (differs from binary-diff: this skill is attack-oriented) |
| RE → Exploit Chain | pwn-chain/ |
From reverse engineering to working exploits: stack/heap/kernel pwn, pwntools, libc-database, stabilization from CTF to real remote targets |
| Firmware Pentest Chain | firmware-pentest/ |
OWASP FSTM 9 stages: extraction → EMBA automation → Firmadyne/QEMU emulation → AFL++ fuzzing → real device exploitation |
| EDR Bypass RE | edr-bypass-re/ |
Red team scenario: reverse EDR hook tables/ETW/AMSI → direct syscall / Hell's Gate / hardware breakpoints / call stack spoofing |
| Pentest Toolchain | pentest-tools/ |
Nmap/Nuclei/SQLMap/FFUF/Hashcat/Pentest Swarm and 20+ pentest tools, exposed to AI via MCP |
| Diagram Generation | diagram-generator/ |
Generate Mermaid/Graphviz/PlantUML diagrams from natural language (attack path diagrams, data flow diagrams, architecture diagrams, state machines) |
| Attack Chain Orchestration | attack-chain/ |
Master orchestrator for multi-stage attack path planning and execution; full pentests, red team exercises, external-to-domain-controller cross-stage tasks start here |
| LLM/AI Security Testing | llm-security/ |
OWASP LLM + ASI Top 10: Prompt injection, tool abuse, memory poisoning, Agent hijacking, system prompt extraction, Agent compliance engineering |
| API Security Testing | api-security/ |
REST/GraphQL/WebSocket full protocol: BOLA/IDOR, JWT/OAuth attacks, 10-stage methodology |
| Supply Chain Security | supply-chain-security/ |
SBOM/SCA/CI-CD pipeline: dependency scanning, container security, build integrity, vulnerability reachability verification |
| Mobile Reverse Engineering | mobile-reverse/ |
Android + iOS: Frida/Objection dynamic instrumentation, SSL Pinning/Root/Jailbreak detection bypass, OWASP MASTG |
| Malware Analysis | malware-analysis/ |
Six-stage sample analysis, YARA/Sigma, anti-analysis detection, sandbox orchestration |
| DSL VM Reverse | reverse-engineering/dsl-vm-reverse/ |
JS custom instruction set VM (IIFE + switch-case opcode); risk control/CAPTCHA engines etc. |
| Operations Contract | ops/ |
Scope / evidence chain / roles / timeline / identity / skill supply chain security |
| Community Skill Comparison | references/community-security-skills.md |
External security skill index and reference rules (no blind installation) |
| Skill Supply Chain | ops/skill-supply-chain.md |
External skill/MCP installation gate (AST10 simplified) |
| RE Stage Gates | reverse-engineering/references/re-agent-workflow.md |
triage→static→dynamic→synthesis |
| Authorized Recon Pipeline | pentest-tools/references/recon-pipeline.md |
scope gate + hit ≠ verification |
| Protocol Reverse | protocol-reverse/ |
Custom binary protocols / Protobuf / gRPC / PCAP frame layout |
| Ghidra Reverse | ghidra-reverse/ |
Open-source decompilation, headless, Ghidra MCP (primary entry when IDA is unavailable) |
| Cloud / Container / K8s | cloud-k8s/ |
IMDS/IAM, container escape surface, Kubernetes RBAC |
| Windows / AD | windows-ad/ |
Kerberos, AD CS, BloodHound, relay and domain paths |
| Digital Forensics | digital-forensics/ |
Memory/disk timeline, PCAP tracing, IR preservation |
| Code Audit / SAST | code-audit/ |
Semgrep/CodeQL, whitebox, dangerous API and auth review |
| Threat Hunting | threat-hunting/ |
Hypothesis-driven hunting, Sigma detection engineering, blue team verification |
| OT / ICS | ot-ics/ |
Purdue zoning, PLC/SCADA, passive-first assessment |
| Wi-Fi / Wireless | wifi-wireless/ |
Authorized wireless assessment, handshake/PMKID, lab rules |
| Browser Extension Reverse | browser-extension-reverse/ |
Chrome/Firefox extensions, MV3 worker, permission surface |
| macOS / Mach-O | macos-reverse/ |
Signing, ObjC/Swift, LaunchAgent, macOS samples |
| Thick Client | thick-client/ |
Desktop C/S, local storage, IPC, update channels |
| Go / Rust Reverse | go-rust-reverse/ |
Stripped-symbol Go/Rust, pclntab, panic strings |
| Hardware Debug Interface | hardware-security/ |
UART/JTAG/SWD, read-only extraction, firmware handoff |
| Database Security | database-security/ |
MySQL/PG/MSSQL/Mongo/Redis exposure and configuration |
| Email Security | email-security/ |
Phishing analysis, SPF/DKIM/DMARC, BEC |
| Federated Identity | identity-federation/ |
SAML/OIDC/OAuth SSO flows and misconfigurations |
| RF / SDR | radio-sdr/ |
Authorized RF research, receive-only by default |
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- android/skills/screenshots/SKILL.md 25 KB
- api-security/references/jwt-oauth-testing.md 3.0 KB
- api-security/references/rest-graphql-testing.md 3.5 KB
- api-security/SKILL.md 6.5 KB
- apk-reverse/references/android-advanced.md 11 KB
- apk-reverse/references/apk-security-checklist.md 7.6 KB
- apk-reverse/references/frida-bypass-kit.md 2.7 KB
- apk-reverse/references/frida-cookbook.md 14 KB
- apk-reverse/scripts/decode.ps1 5.6 KB runs code
- apk-reverse/scripts/decode.sh 4.7 KB runs code
- apk-reverse/scripts/frida-run.ps1 4.2 KB runs code
- apk-reverse/scripts/frida-run.sh 4.0 KB runs code
- apk-reverse/scripts/manifest-summary.ps1 2.6 KB runs code
- apk-reverse/scripts/rebuild-sign-install.ps1 6.7 KB runs code
- apk-reverse/scripts/rebuild-sign-install.sh 6.6 KB runs code
- apk-reverse/SKILL.md 12 KB
- attack-chain/references/attack-playbooks.md 4.2 KB
- attack-chain/references/evasion-cheatsheet.md 5.1 KB
- attack-chain/references/lifecycle-checklist.md 1.7 KB
- attack-chain/SKILL.md 20 KB
- binary-diff/references/prompt-template.md 5.0 KB
- binary-diff/SKILL.md 13 KB
- browser-automation/references/playwright-cheatsheet.md 10 KB
- browser-automation/scripts/setup.ps1 3.7 KB runs code
- browser-automation/SKILL.md 8.4 KB
- browser-extension-reverse/references/extension-analysis.md 397 B
- browser-extension-reverse/SKILL.md 2.2 KB
- cloud-k8s/references/k8s-cloud-checklist.md 459 B
- cloud-k8s/SKILL.md 3.2 KB
- code-audit/references/sast-review-checklist.md 374 B
- code-audit/SKILL.md 2.5 KB
- CONTRIBUTING.md 22 KB
- database-security/references/db-misconfig-checklist.md 311 B
- database-security/SKILL.md 1.8 KB
- diagram-generator/agents/openai.yaml 137 B
- diagram-generator/README.md 173 B
- diagram-generator/references/diagram-patterns.md 4.5 KB
- diagram-generator/scripts/create_sample_diagrams.py 1.1 KB runs code
- diagram-generator/scripts/render_diagram.py 6.1 KB runs code
- diagram-generator/SKILL.md 9.8 KB
- digital-forensics/references/forensics-triage.md 338 B
- digital-forensics/SKILL.md 2.3 KB
- docs-generator/references/security-report-templates.md 6.8 KB
- docs-generator/references/templates.md 1.9 KB
- docs-generator/SKILL.md 7.4 KB
- dotnet-reverse/references/common-workflow.md 7.7 KB
- dotnet-reverse/references/obfuscators.md 6.6 KB
- dotnet-reverse/references/sharp-tools.md 7.2 KB
- dotnet-reverse/SKILL.md 11 KB
- edr-bypass-re/references/hook-survey.md 10 KB
- edr-bypass-re/references/telemetry-blinding.md 13 KB
- edr-bypass-re/references/unhook-techniques.md 11 KB
- edr-bypass-re/SKILL.md 10 KB
- email-security/references/email-auth-checklist.md 283 B
- email-security/SKILL.md 1.8 KB
- exploit-validation/SKILL.md 4.1 KB
- field-journal/_index.md 3.1 KB
- field-journal/_template.md 3.8 KB
- field-journal/2026-05-15_lumine-go-reverse.md 2.6 KB
- field-journal/2026-05-15-cellular-pro-mumu-ksad-fragment-fix.md 1.3 KB
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.
- 6d ago First seen · 179 lines · 49 tokens per session scan A 95b2337de895
ReverseOps-router is a skill published in the GitHub repository xAmirHamza77/ReverseOps-Skill (4 stars, last pushed 1mo ago), licensed MIT. It adds 49 tokens to every session and 3,341 once invoked, about $0.0002 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 skills, from other repositories
building-mcp-servers
Use this skill whenever the user wants to design, build, harden, review, or debug an MCP (Model Context Protocol) server — including "build me an MCP server for X", connecting an AI agent/Claude to a database or API, adding tools/resources to an existing MCP server, reviewing a contributor PR against an MCP server, or…
scanner-pmcc
Scan stocks for Poor Man's Covered Call (PMCC) suitability. Analyzes LEAPS and short call options for delta, liquidity, spread, IV, yield, trend direction, and earnings proximity. Use when user asks about PMCC candidates, diagonal spreads, or LEAPS strategies.
ib-collar
Generate tactical collar strategy reports for protecting PMCC positions through earnings or high-risk events. Requires TWS or IB Gateway running locally.
ib-portfolio-action-report
Generate a comprehensive portfolio action report with earnings dates and risk assessment. Use when user asks for portfolio review, action items, earnings risk, or position management across IB accounts. Requires TWS or IB Gateway running locally.
ib-trades-history
Fetch trade executions from Interactive Brokers filtered by account, date range, or symbol. Supports live API (7 days history) and FlexReport (full history). Use when user asks about their trades, executions, or transaction history. Requires TWS or IB Gateway running locally.
report-stock
Generate comprehensive stock analysis report (PDF or markdown) with trend, PMCC, and fundamental analysis.