AIAny
AI Agent2026
Icon for item

reverse-skill

Routes code-based AI agents through repeatable reverse-engineering and pentesting workflows and orchestrates local and remote tools (jadx, Frida, IDA, BurpSuite) so agents can triage APKs, binaries, JS, firmware, and CTFs without guessing the toolchain. Includes master routing rules, tool-index detection, MCP integration, and a field-journal for reusable lessons.

Introduction

Most security reverse-engineering and pentesting tasks force an operator—human or AI—to choose among many specialized tools and ad-hoc playbooks. reverse-skill treats that decision layer as first-class: a Skill Router + Tool Orchestration system that turns task classification and triage into a deterministic workflow (classify → route → check tools/MCP → execute → report), reducing guesswork when agents handle APKs, binaries, frontend JS, firmware, or CTF challenges.

What Sets It Apart
  • Skill Router: A routing matrix maps task type and intent to scenario skills (APK, ELF, JS, CTF, etc.), so an agent knows whether to use jadx, radare2, Frida, IDA, or BurpSuite instead of guessing.
  • Tool Orchestration & Bootstrapping: Detects local tool status and exposes script entry points across platforms (Windows/Linux/macOS/Kali), enabling repeatable calls to real tools — this makes agent actions verifiable and reproducible.
  • MCP / Execution Surfaces: Integrates MCP servers (Burp, IDA, browser analysis) and local CLI scripts so agents can reach remote execution surfaces and live debugging hooks, not just static analysis.
  • Field Journal & Reporting: Captures timelines, evidence chains, findings and reusable lessons so post-task knowledge reduces repeated mistakes in future cases.
Who It's For and Tradeoffs

Great fit if you run code-first AI agents (Claude Code, Codex CLI, Cursor, Cline, etc.) and need them to perform structured reverse-engineering or pentesting tasks with real tools and reproducible playbooks. It helps teams that want audited, repeatable agent-driven workflows for APKs, binaries, JS obfuscation, firmware, and CTFs.

Look elsewhere if you want a turnkey SaaS vulnerability scanner or a single-tool installer: reverse-skill is a workflow OS that assumes access to local tools and operational knowledge (Java/JDK, Node.js, Python, Frida, IDA/Ghidra) and focuses on orchestration, not replacing those tools. It also requires attention to legal/authorization boundaries—scope gating is part of its RULES.

Where It Fits

This project complements existing reverse-engineering toolchains by adding an agent-facing layer that standardizes triage and execution. Use it to make AI agents less guessy and more auditable when they must call heterogeneous tooling across machines and environments.

More Items

Hugging Face
AI Model2026

An OpenAI-compatible LLM checkpoint optimized for agentic and long-context scenarios, shipping DSpark speculative decoding and vLLM/SGLang deployment recipes; tailored for code-agent and multi-step reasoning workloads and released under MIT.

GitHub

Implements the Model Context Protocol in TypeScript, providing server and client libraries to expose tools, resources, and prompts to LLM hosts. Ships Streamable HTTP and stdio transports, optional middleware for Express/Fastify/Hono, and runnable examples for Node/Bun/Deno.

GitHub

An open protocol that standardizes how LLM applications connect to external data sources, tools, and services via JSON-RPC — TypeScript-first schema with JSON Schema exports, SDKs, and centralized documentation to enable interoperable integrations.