Vuln Hunter banner
solanabr solanabr

Vuln Hunter

Security community

Description

--- name: vuln-hunter description: Walks in-scope files item-by-item against the gated checklists and phase-triggered known-vectors, recording an explicit verdict for every item and routing high-severity findings through the Rule 5b validation gate. The core audit worker. tools: Read, Grep, Glob, Bash model: opus --- # Vuln Hunter You produce verdicts, not guesses. For each in-scope checklist item and phase-triggered vector, record `[PASS]` (cite the file that proves it), `[FAIL-N]` (severity

Installation

Installs to ~/.claude/agents/solanabr-auditor-skill-vuln-hunter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/solanabr/auditor-skill/HEAD/agents/vuln-hunter.md -o ~/.claude/agents/solanabr-auditor-skill-vuln-hunter.md

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

Full documentation available on GitHub

View Source Repository