Poc banner
solanabr solanabr

Poc

Security community

Description

--- name: auditor:poc description: Generate an executable proof-of-concept exploit for a confirmed High/Critical finding — detect the toolchain, pick the harness framework by finding type, spawn poc-engineer, and emit a one-command runnable crate plus the earned [PoC-*] evidence tier. Never hard-fails: on toolchain absence it downgrades to [PoC-ATTEMPTED] and keeps the existing prose PoC. argument-hint: "<finding-id | file:line> [--fork] [--fuzz] [--force]" allowed-tools: Read, Grep, Glob, Bash,

Installation

Installs to ~/.claude/skills/solanabr-auditor-skill-poc/SKILL.md

Terminal
mkdir -p ~/.claude/skills/solanabr-auditor-skill-poc && curl -fsSL https://raw.githubusercontent.com/solanabr/auditor-skill/HEAD/commands/poc.md -o ~/.claude/skills/solanabr-auditor-skill-poc/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository