Quickstart
Scan a local repository with the default static rule engine:
$ hawki scan ./my-projectAdd LLM reasoning and the Docker exploit sandbox for a full audit:
$ hawki scan ./contracts --ai --sandbox --format pdfScan a live, deployed contract by address on any supported chain:
$ hawki scan --address 0xYourContract --chain ethereumTurn Hawk-i loose as an autonomous exploit hunter with the Deep agent:
$ hawki deep ./contracts --sandboxRe-render a report from a saved findings file, or just print its score:
$ hawki report --input findings.json --format html --output report.html$ hawki score findings.jsonFor the full command surface, see the CLI reference.