exploitability-validation
Installation
SKILL.md
Exploitability Validation Skill
A multi-stage pipeline for validating that vulnerability findings are real, reachable, and exploitable.
Purpose
Prevents wasted effort on:
- Hallucinated findings (file doesn't exist, code doesn't match)
- Unreachable code paths (dead code, test-only)
- Findings with unrealistic preconditions
When to Use
After scanning produces findings, BEFORE exploit development:
- Scanner finds potential vulnerability
- This skill validates it's real and reachable
- Exploit Feasibility checks binary constraints
- Exploit development proceeds