What problem does it solve?
fp-check eliminates wasted time and incorrect security reports by systematically determining whether a suspected vulnerability is actually exploitable or just a false positive.
Core Features & Use Cases
- Produce definitive verdicts with evidence: Returns TRUE POSITIVE or FALSE POSITIVE for each suspected bug, supported by documented reasoning.
- Choose verification depth appropriately: Runs a Standard Verification path for straightforward, well-scoped claims and a Deep Verification path for complex, ambiguous, or cross-component scenarios.
- Reject common rationalizations that cause false positives: Applies a dedicated set of “Rationalizations to Reject” and a comprehensive false-positive checklist to prevent pattern-matching and missing validation-chain analysis.
Quick Start
Use fp-check to validate a single suspected issue by asking an AI: “Is this reported security bug a true positive or a false positive, and show the evidence for why?”