report_generate
Generate structured security reports from findings arrays. Supports JSON, Markdown with severity table and OWASP matrix, and SARIF 2.1.0 for GitHub Code Scanning integration.
Instructions
Generate formatted security report from findings array. Supports JSON (structured), Markdown (human-readable with severity table, OWASP matrix, remediation checklist), and SARIF 2.1.0 (for GitHub Code Scanning).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format (default: json) | |
| target | No | Target name for report header | |
| findings | Yes | JSON string of Finding[] array |