Explain a finding in depth
codeinspectus_explain_findingExplain a security finding with weakness details, impact, fix steps, and references to help developers remediate vulnerabilities.
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 |