generate_report
Creates a Markdown security report from scan results to document findings. Supports optional AI summary and language selection.
Instructions
Generate a Markdown security report from scan results. Read-only. Does not modify any AWS resources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scan_results | Yes | JSON string of FullScanResult from scan_all | |
| lang | No | Report language (default: zh) | |
| ai_summary | No | Optional pre-generated AI executive summary (Markdown/plain text). Rendered if present; omit to hide. |