← All Skills
🛡️
reverse-skill — Security Skills Router
An AI-powered reverse-engineering and authorized-pentest skill router for coding clients (Claude Code, Codex CLI, Cursor, Cline). When an agent hits an APK, a binary, obfuscated JS, a CTF, or a pentest target, it routes to the right methodology, checks available tools, and runs a repeatable workflow instead of guessing commands. Covers 20+ security domains with auth/scope gating before any action.
Key Features
- Routes reverse/pentest tasks
- Covers 20+ security domains
- On-demand toolchain bootstrap
- Auth & scope gating first
Installation
Clone the repo:
git clone https://github.com/zhaoxuya520/reverse-skill.git
Refresh the tool index:
Windows: powershell -File skills/scripts/refresh-tool-index.ps1
Linux/macOS: bash skills/scripts/refresh-tool-index.sh
Kali: bash kali/scripts/refresh-tool-index.sh
How to Use
In Claude Code / Codex CLI / Cursor, have the agent follow README_AI.md, or use skills/MASTER-ROUTING.md for fast routing. Run skills/scripts/case-init.ps1 to init a case (set auth and network profile; no action on the target until ready), then skills/scripts/master-route.ps1 triages to the right scenario skill (e.g. skills/apk-reverse/, skills/malware-analysis/).
Requirements
Java/JDK (jadx, apktool), Node.js 22.12+ (JS toolchain and MCP), and Python 3.x (Frida, etc.); use with a code AI client such as Claude Code, Codex CLI, Cursor, or Cline. Authorized security testing and research only.
Related Skills