Hawk-i Changelog
Changelog/HAWK-I v1.0.0

5. Reporting and JSON Export

Reports are audit-grade and come in two styles: audit (a full security-audit layout) and immunefi (an Immunefi-style bug-bounty submission). Formats are Markdown, JSON, HTML, and PDF; HTML and PDF need the reports and pdf extras.

Every scan writes structured JSON to ./hawki_reports/ as its canonical record. Re-render any report or recompute the score from that file at any time:

$ hawki report --input findings.json --style immunefi --format md
$ hawki score findings.json

A dedicated hawki export command handles pushing findings into other structured formats.