What problem does it solve?
This Skill helps you locate similar vulnerability instances across a codebase by turning an initial bug into a systematic pattern-hunting workflow, reducing missed variants and excessive false positives.
Core Features & Use Cases
- Root-cause-driven search: Extracts the underlying exploit condition and protection gap, then uses it to guide where to look next.
- Incremental generalization ladder: Moves from exact matches to increasingly abstract patterns (variables, structure, and semantics) while controlling false positives.
- Evidence-based triage: Documents match locations and assesses confidence, exploitability, and priority for actionable findings.
- Security audit amplification: Expands one root cause into related vulnerability classes (data types, boolean/auth logic variants, null/edge cases, and doc/semantic mismatches).
Quick Start
Use the variant-analysis skill to search the entire repository for likely copies and semantic variants of a known vulnerability pattern, starting with an exact match and then generalizing one element at a time while reviewing all new hits.