⭐ Stars:35,734 🍴 Forks:4,912 💻 语言:PowerShell
【项目介绍】
reverse-skill
Cybersecurity Skills Router · 逆向技能路由包
Navigate the dark waters, sail against the stream.
About ·
Getting Started ·
Usage ·
Tutorial ·
Fast route ·
Routing ·
Ops contracts ·
AI Bootstrap ·
Sponsors ·
Contributing
🌐 中文 ·
Project website ·
Online tutorial
## About
> **If you are an AI Agent, jump to README_AI.md and follow the instructions strictly.**
When an AI agent (Claude Code, Codex, Cursor, OpenCode, or another compatible client) encounters an APK, a binary, frontend JS encryption, a CTF challenge, or a pentesting target, this package routes it to the right methodology, checks available tools, and executes a repeatable workflow instead of guessing commands.
```
User task
→ RULES.md
→ MASTER-ROUTING / master-route.ps1 (PRIMARY)
→ case-init / scope.md (auth + network_profile; no target ACT until ready)
→ Scenario skill → tools / MCP / scripts
→ timeline + Evidence→Finding→Path → report + field-journal
```
**Why this exists:**
- AI agents don't know whether to use jadx, apktool, Frida, IDA, or BurpSuite for a given task
- APK, ELF, JS, PCAP, and CTF tasks each need different playbooks
- Tools, MCP servers, and scripts are scattered across machines
- The same mistakes get repeated because experience isn't reused
### Current status
| Routing rules | Regression benchmark | Core skill modules | CI platforms | Client model |
|---:|---:|---:|---|---|
| 44 (R0–R45) | 175 ca...
【最新 Releases】
📦 reverse-skill v1.0.1(2026-08-08)
## 重点更新
- 将路由改为客户端无关的结构化配置:以 `skills/config/routing.json` 作为唯一事实源,不绑定 OpenCode、Codex、Claude Code、Cursor 或其他客户端。
- 扩展到 41 条路由(R0–R40)与 163 条中英双语回归基准,并加入 Windows + Ubuntu CI。
- 新增只读 Case Review 证据图审查,覆盖 scope、timeline、work item、Finding、Path 与可选 SHA-256 完整性检查。
- 补齐 Bash 与 PowerShell 路由/授权门禁一...
下载地址:https://github.com/zhaoxuya520/reverse-skill/releases/tag/v1.0.1
项目地址: