Explain a finding in depth
codeinspectus_explain_findingGet a deep explanation and remediation plan for a specific security finding from a prior scan, including weakness details, why it matters, concrete fixes, and references.
Instructions
Return a deep explanation and full remediation plan for a single finding id from a prior scan: what the weakness is, why it matters, concrete fix steps, and references.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scan_id | Yes | scan_id the finding belongs to. | |
| finding_id | Yes | The finding id (e.g. CI-0007) to explain in depth. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| finding | Yes | ||
| references | Yes | ||
| explanation | Yes | ||
| remediation | Yes | ||
| why_it_matters | Yes |