generate_html_report
Creates a professional HTML security report from AWS scan results, including optional 30-day trend charts and AI executive summary.
Instructions
Generate a professional HTML security report. Save the output as an .html file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scan_results | Yes | JSON string of FullScanResult from scan_all | |
| history | No | JSON string of DashboardHistoryEntry[] from dashboard data.json for 30-day trend charts | |
| lang | No | Report language (default: zh) | |
| ai_summary | No | Optional pre-generated AI executive summary (Markdown/plain text). Rendered if present; omit to hide. |