check_reachability
Trace data flow from entry points to sinks to assess exploitability of a scan candidate. Obtain reachability status, path, auth gates, sanitizers, and confidence level.
Instructions
Trace data flow from entry point to sink for a scan candidate. Returns reachability status, data-flow path, auth gates, sanitizers, and confidence level.
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 |