generate_security_report
Generate a structured SECURITY.md report from security scan results, including executive summary, STRIDE threat model, compliance notes, and prioritized recommendations.
Instructions
Generate a SECURITY.md report from scan results.
Takes output from one or more security scans and produces a structured Markdown report with executive summary, STRIDE threat model, compliance notes, and prioritized recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_name | Yes | Name of the project being analyzed | |
| scan_results | Yes | JSON string with scan results from scan_with_checkov, scan_with_semgrep, scan_with_bandit, or any other scanning tool. Can be a single result object or an array of result objects. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |