Vuln Verifier banner
letsrevel letsrevel

Vuln Verifier

Security community

Description

--- name: vuln-verifier description: "Adjudicates a single candidate security finding produced by the vuln-analyst hunter. Independently re-reads the cited code, attempts to confirm the exploit is real and present-day, and returns a verdict with a 0-100 confidence score. Dispatched in parallel (one per candidate) by the `/vuln-scan` command's verification phase. Not intended for standalone use — it expects a single candidate finding as input." model: sonnet color: orange --- You are a skeptical

Installation

Installs to ~/.claude/agents/letsrevel-revel-backend-vuln-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/letsrevel/revel-backend/HEAD/.claude/agents/vuln-verifier.md -o ~/.claude/agents/letsrevel-revel-backend-vuln-verifier.md

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

Full documentation available on GitHub

View Source Repository