reverse-skill v1.0.0
First formal release — 2026-07-18
AI-powered skill router for authorized reverse engineering, penetration testing, and security research.
Highlights
| Area | What you get |
|---|---|
| PRIMARY path | MASTER-ROUTING.md + master-route.ps1 → correct skill in one hop |
| Ops contracts | Scope / auth gate, Evidence→Finding→Path, roles, timeline |
| Case tooling | case-init · case-guard · append-evidence · smoke · verify-routing-coherence |
| Skill matrix | 20+ modules (APK, IDA, r2, JS, .NET, pwn, firmware, pentest, LLM, …) |
| Bootstrap | On-demand toolchain install from bootstrap-manifest.json |
| Knowledge loop | field-journal + docs-generator completion checklist |
| Platforms | Windows primary; Linux / macOS / Kali supported paths |
Install (quick)
git clone https://github.com/zhaoxuya520/reverse-skill.git
cd reverse-skill
# Windows
powershell -NoProfile -ExecutionPolicy Bypass -File skills/scripts/refresh-tool-index.ps1
# Linux / macOS
bash skills/scripts/refresh-tool-index.shPoint your AI client at RULES.md / README_AI.md. See README.md.
Verify
powershell -NoProfile -ExecutionPolicy Bypass -File skills/scripts/smoke.ps1
powershell -NoProfile -ExecutionPolicy Bypass -File skills/scripts/verify-routing-coherence.ps1Breaking / intentional product boundary
- This pack is a skill router + bootstrap + journal, not a full host security platform.
- Local tool paths live only in generated
tool-index(not shipped in the tag content as absolute machine paths).
Full changelog
See CHANGELOG.md.
License
MIT — see LICENSE.