verify_finding
Confirm scan findings by checking reachability, eliminating confounders, calibrating CVSS scores, and generating per-CWE PoC templates.
Instructions
Verify a scan candidate: check reachability, run 7-class confounder elimination, calibrate CVSS score, and generate per-CWE PoC template. Requires high/medium confidence and cleared confounders for CONFIRMED status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the source file | |
| candidate | No | ScanCandidate object | |
| projectRoot | No | Optional project root for path confinement | |
| candidateJson | No | Fallback: JSON string of ScanCandidate |