generate_report
Produce a shareable report from the latest security scan in HTML, Markdown, SARIF, or JSON, complete with severity filters and fix prompts to help resolve findings.
Instructions
Write a shareable report for the latest scan.
The HTML report has a score ring, severity filters and a "copy fix prompt" button per finding. By default it is written to /.shipsafe/ (which is git-ignored automatically).
Args: format: html, md (Markdown), sarif (GitHub code scanning) or json. path: Project root; defaults to the most recently scanned project. output: Explicit output file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| format | No | html | |
| output | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||