generate_report
Generate security reports from verified findings: choose mode for internal audit, GHSA advisory, or public writeup to produce the needed report format.
Instructions
Generate a security report from verified findings. Mode A = internal audit report, Mode B = GHSA advisory draft, Mode C = public writeup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | Report mode | |
| findings | No | Array of VerifiedFinding objects | |
| ecosystem | No | ||
| candidates | No | Optional array of ScanCandidates | |
| projectName | No | ||
| findingsJson | No | Fallback: JSON array string of VerifiedFindings | |
| candidatesJson | No | Fallback: JSON array string of ScanCandidates | |
| projectVersion | No |