generate_report
Run all available security scanners on your code and compile the results into an executive report 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 |