reverse-workbench-skill

reverse-workbench-skill is a skill for Claude Code, Codex from Asaiuta/reverse-workbench-skill. It costs 51 tokens per session (1,519 once invoked), scanned A, original, MIT.

A guided workbench for authorized cybersecurity and reverse-engineering tasks, such as examining programs, investigating vulnerabilities, and solving capture-the-flag challenges.

In plain words
What is it for?
It supports reverse engineering, security analysis, penetration testing, and CTF work across areas such as applications, malware, and other technical targets.
Why use it?
It helps choose the right analysis path and tools for the target, reducing the risk of applying a workflow meant for a different kind of software or investigation.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/asaiuta/reverse-workbench-skill/reverse-workbench-skill
Any agent
npx skills add Asaiuta/reverse-workbench-skill --skill reverse-workbench-skill
Clone the repo
git clone --depth 1 https://github.com/Asaiuta/reverse-workbench-skill

Made for: Claude Code, 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 reverse-workbench-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/asaiuta/reverse-workbench-skill/reverse-workbench-skill.svg)](https://agentmods.dev/skills/asaiuta/reverse-workbench-skill/reverse-workbench-skill)
Your own site
<a href="https://agentmods.dev/skills/asaiuta/reverse-workbench-skill/reverse-workbench-skill"><img src="https://agentmods.dev/badge/skills/asaiuta/reverse-workbench-skill/reverse-workbench-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,519 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00051 $0.01519
Opus 5 $0.00026 $0.00759
Sonnet 5 $0.00010 $0.00304
Haiku 4.5 $0.00005 $0.00152

Measured 3d ago against content hash a091200158f0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

reverse-workbench-skill 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 3d ago.

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.

SKILL.md · 113 lines

How it starts

The opening of the file, as written. The whole thing — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.

reverse-workbench-skill(跨 Agent 全局入口)

安装根目录:本文件所在目录(标准 Agent Skills 位置 ~/.agents/skills/reverse-workbench-skill,pi / Codex CLI / DSH 共用;Claude Code 用 ~/.claude/skills/)。

立即路由(MUST)

  1. RULES_zh.md(规则与全局行为;英文环境可读 RULES.md)。
  2. skills/MASTER-ROUTING.md(或运行 skills/scripts/master-route.ps1)确定 PRIMARY;需要完整三轴匹配时再读 skills/routing_zh.md(或 skills/routing.md)。
  3. 进入对应子目录的 SKILL.md 执行;本机工具路径以 skills/tool-index.md 为准(不存在则先运行索引刷新脚本)。
  4. 子模块总览见 skills/SKILL.md;扩展包含 archive-file-triage/ghidra-headless/pentest-tools/observer-ward/

宿主入口(同一 bundle,多宿主共用)

宿主 调用方式
pi /skill:reverse-workbench-skill
Codex CLI /skills$reverse-workbench-skill
DSH web 端 skill 目录 / skill 工具
Claude Code /skills

工具索引(Windows,首次或换机后)

以下命令在技能根目录(本文件所在目录)执行:

powershell -ExecutionPolicy Bypass -File ".\skills\scripts\refresh-tool-index.ps1"

人类概览

  • docs/OVERVIEW_zh.md / README_zh.md

Pi 手动启用时的完整路由规则

逆向技能路由(pi 全局注入 · 精简版)

包根目录:本文件所在目录(Skill bundle 根,任意宿主安装位置) 触发后不要重新走首次配置;直接路由并执行。

触发关键词

  • APK、Android 逆向、反编译、smali、jadx、apktool、Frida、Hook
  • 二进制分析、IDA、radare2、r2、反汇编、逆向工程、RE、还原源码
  • 前端签名、加密参数、JS 逆向、jshookmcp、CDP、SourceMap
  • 抓包、HTTP 捕获、请求重放、anything-analyzer
  • CTF、Pwn、Web 渗透、漏洞利用、提权
  • 重打包、签名、证书校验、root 检测、反调试
  • so 分析、native hook、JNI
  • 渗透测试、红队、安全评估、蓝队、应急响应
  • 端口扫描、Nmap、漏洞扫描、Nuclei、SQL 注入、SQLMap、目录爆破、FFUF、密码破解、Hashcat、Hydra、Metasploit、Impacket
  • SRC、Bug Bounty、众测、漏洞赏金、HackerOne、WAF bypass、IDOR、越权
  • 内网渗透、横向移动、域渗透、AD 攻击、BloodHound、权限提升、凭证提取
  • Prompt 注入、AI 安全、Agent 安全、LLM 攻击、jailbreak、越狱
  • EDR 绕过、免杀、AV bypass、direct syscall、unhook
  • 固件、firmware、IoT、binwalk、嵌入式漏洞利用
  • pwn、栈溢出、ROP、ret2libc、pwntools、GEF
  • 写报告、writeup、技术文档、渗透报告、逆向报告
  • 浏览器自动化、Playwright、agent-browser、桌面自动化
  • N-day、补丁差分、patch diff、CVE 复现、1day
  • 符号迁移、bindiff、跨版本、PDB 缺失
  • API 安全测试、GraphQL 安全、JWT 攻击、供应链安全
  • iOS 逆向、移动安全、MSTG、Objection、SSL Pinning
  • YARA、恶意软件分析、IOC、沙箱
  • Agent 不干活、AI 懒、跳过步骤、只读不干、Prompt 工程
  • AI 反编译、LLM 逆向、神经反编译
  • Claude Code、Bun 单二进制、遥测、geo restriction、补丁差分

Read the full file on GitHub · 113 lines

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. 3d ago First seen · 113 lines · 51 tokens per session scan A a091200158f0

Subscribe to this mod's changes

reverse-workbench-skill is a skill published in the GitHub repository Asaiuta/reverse-workbench-skill (2 stars, last pushed 20d ago), licensed MIT. It adds 51 tokens to every session and 1,519 once invoked, about $0.0003 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.