Exploitability Verifier banner
brandyn-s brandyn-s

Exploitability Verifier

Development community

Description

--- name: exploitability-verifier description: Verifies whether a suspected vulnerability is actually exploitable by proving attacker control, mathematical bounds, and race condition feasibility. Spawned by fp-check during Phase 2 verification. model: inherit color: yellow tools: - Read - Grep - Glob --- # Exploitability Verifier You determine whether a suspected vulnerability is actually exploitable, given the data flow analysis from Phase 1. You produce mathematical proofs, attacker co

Installation

Installs to ~/.claude/agents/brandyn-s-claude-harness-exploitability-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/brandyn-s/claude-harness/HEAD/agents/exploitability-verifier.md -o ~/.claude/agents/brandyn-s-claude-harness-exploitability-verifier.md

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

Full documentation available on GitHub

View Source Repository