generate_report
Execute all static analysis scanners and produce an executive security report, optionally filtered by severity, in HTML or PDF format.
Instructions
Run all scanners and render an executive security report (HTML or PDF).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_path | Yes | The absolute path to scan. | |
| output_path | No | File path to write the report (empty = return inline HTML; required for PDF since it is binary). | |
| min_severity | No | Minimum severity to include. | LOW |
| format | No | 'html' (default) or 'pdf'. PDF requires the optional [pdf] extra (`pip install "sast-mcp-server[pdf]"`). | html |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |