generate_remediation_report
Generate a prompt for an LLM to create a remediation report, classifying threats as fully mitigated, partially mitigated, or unmitigated by existing security controls.
Instructions
Generate a prompt for LLM to create a comprehensive remediation report.
This tool generates a prompt for LLM to create a report showing which threats are remediated by existing security controls in the code, which are partially remediated, and which require implementation.
Args: ctx: MCP context for logging and error handling
Returns: A markdown-formatted prompt for LLM to generate a remediation report
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |