Convert security scan results (JSON) into professional HTML reports with severity ratings, executive summaries, finding details, and remediation steps. Self-contained HTML that works offline.
Browse the actual product documentation and code examples included in this toolkit.
Key features of Security Report Generator
• Self-contained HTML — single-file output with embedded CSS, works in any browser offline • Executive summary — overall risk score with finding count by severity • Severity ratings — findings categorized as critical, high, medium, low, or informational • Remediation steps — actionable fix for each finding • Demo mode — generate a sample report instantly to see the output format • Configurable branding — custom title, subtitle, and accent color
Self-contained HTML — single-file output with embedded CSS, works in any browser offline
Executive summary — overall risk score with finding count by severity
Severity ratings — findings categorized as critical, high, medium, low, or informational
Remediation steps — actionable fix for each finding
Demo mode — generate a sample report instantly to see the output format
Configurable branding — custom title, subtitle, and accent color
Configure Security Report Generator parameters to see how the product works.
# Generate a report from scan results python src/security_report_generator.py --input scan_results.json # Custom title and output path python src/security_report_generator.py --input scan_results.json --title "Q1 Audit" --output report.html # Summary-only report python src/security_report_generato