report_generate
Generate formatted security reports from scan findings in JSON, Markdown, or SARIF for GitHub Code Scanning.
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 |
|---|---|---|---|
| findings | Yes | JSON string of Finding[] array | |
| format | No | Output format (default: json) | |
| target | No | Target name for report header |