ReverseOps-router

ReverseOps-router is a skill for Codex from xAmirHamza77/ReverseOps-Skill. It costs 49 tokens per session (3,341 once invoked), scanned A, original, MIT.

A routing guide for reverse engineering and security work. It directs a task to the relevant specialist area, such as malware, mobile apps, firmware, browser automation, penetration testing, or documentation.

In plain words
What is it for?
Use it to choose a primary specialist workflow, check available tools, assign roles, track work and evidence, and produce a documented report.
Why use it?
It helps when a request crosses several technical areas or the correct starting point is unclear. It also requires defining the case scope and authorization before acting on a target.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Claude Code; mentions Codex.

Good fit Use it to choose a primary specialist workflow, check available tools, assign…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xamirhamza77/reverseops-skill/skills
Install

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.

Any agent
npx skills add xAmirHamza77/ReverseOps-Skill --skill skills
Clone the repo
git clone --depth 1 https://github.com/xAmirHamza77/ReverseOps-Skill

Made for: Codex.

Wrote 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.

agentmods badge for ReverseOps-router

README.md
[![agentmods](https://agentmods.dev/badge/skills/xamirhamza77/reverseops-skill/skills.svg)](https://agentmods.dev/skills/xamirhamza77/reverseops-skill/skills)
Your own site
<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>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,341 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 6d ago against content hash 95b2337de895, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 10 executable files (apk-reverse/scripts/decode.ps1, apk-reverse/scripts/decode.sh, apk-reverse/scripts/frida-run.ps1, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/SKILL.md · 179 lines

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:

  1. NOW: Read MASTER-ROUTING.md (or run scripts/master-route.ps1 -Hint "...") to determine PRIMARY; for difficult cases, read routing.md three-axis table.
  2. NOW: scripts/case-init.ps1 creates work/<case>/scope.md (contract per ops/scope-contract.md); ACT on target is forbidden until auth is granted.
  3. NOW: Tag lead/specialist per ops/role-map.md; immediately open PRIMARY SKILL.md and execute ACTION REQUIRED.
  4. NEXT: Read tool-index.md when local tools are involved; guessing paths is forbidden; missing tools → bootstrap-reverse.ps1 (manifest only).
  5. ACT: Execute and append timeline / update workitems; conclusions use Evidence→Finding→Path (ops/evidence-finding-path.md).
  6. End: docs-generator report + redacted field-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

Read the full file on GitHub · 179 lines

Files

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.

Changes

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.

  1. 6d ago First seen · 179 lines · 49 tokens per session scan A 95b2337de895

Subscribe to this mod's changes

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.

Related

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…

cyberreinxy/mcp-server-skill · 160 tokens

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.

staskh/trading_skills · 63 tokens

ib-collar

Generate tactical collar strategy reports for protecting PMCC positions through earnings or high-risk events. Requires TWS or IB Gateway running locally.

staskh/trading_skills · 30 tokens

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.

staskh/trading_skills · 49 tokens

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.

staskh/trading_skills · 59 tokens

report-stock

Generate comprehensive stock analysis report (PDF or markdown) with trend, PMCC, and fundamental analysis.

staskh/trading_skills · 22 tokens