get_repair_prompt
Retrieve a safe, ready-to-use repair prompt for a specific finding from a scan. The prompt names the exact fix, forbids unrelated changes, and never deploys or rotates secrets automatically.
Instructions
Get a ready-to-use repair prompt for one finding from a previous scan_repo or scan_url result. The returned prompt is safe to run as-is in a coding tool: it names the exact fix, forbids unrelated changes, and never deploys or rotates secrets automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scanId | Yes | The scanId from a scan_repo/scan_url result | |
| findingId | Yes | The findingId of the specific finding to fix |