Auto-discovered marketplace from vulhunt-re/skills
npx claudepluginhub vulhunt-re/skillsBinary analysis skills for VulHunt MCP - decompilation, dataflow analysis, pattern matching, and more
Share bugs, ideas, or general feedback.
Binary analysis skills for Claude Code, powered by VulHunt MCP tools.
| Skill | Description |
|---|---|
call-sites | Find function call sites in a binary |
code-pattern-matching | Search for code patterns in decompiled output using Weggli |
dataflow-analysis | Track data flow between function parameters, calls, and arguments |
decompiler | Decompile a function in a binary to C-like pseudocode |
functions | Find and list functions in a binary |
byte-pattern-matching | Search for raw byte patterns in binary code |
btp-ba2-cli | Interact with the Binarly Transparency Platform and Binarly Analysis Archives (BA2 files) |
Once installed, skills are available via:
/vulhunt:decompiler - Decompile a function/vulhunt:functions - Find functions/vulhunt:call-sites - Find call sites/vulhunt:dataflow-analysis - Perform dataflow analysis/vulhunt:code-pattern-matching - Search code patterns/vulhunt:byte-pattern-matching - Search byte patterns/vulhunt:btp-ba2-cli - Interact with the BTP and BA2sopen_project toolVia Claude Code:
git submodule update --init --remote
claude plugin marketplace add vulhunt-re/skills
claude plugin install vulhunt
Via skills.sh:
npx skills add vulhunt-re/skills