$4.99
Turn raw JSON findings from any of the Security Kit tools into a clean, professional HTML report. Includes an executive summary, severity breakdown chart, per-finding detail sections, and remediation recommendations. Print-ready for client delivery.
# Generate report from scanner output
python report.py --input scan-results.json --output report.html
# Custom branding
python report.py --input findings.json \
--company "Acme Corp" --logo https://example.com/logo.png
# Combine multiple tool outputs
python report.py --input scan.json audit.json deps.json --output combined.html