Hawk-i Docs
Documentation/GETTING STARTED

Quickstart

Scan a local repository with the default static rule engine:

$ hawki scan ./my-project

Add LLM reasoning and the Docker exploit sandbox for a full audit:

$ hawki scan ./contracts --ai --sandbox --format pdf

Scan a live, deployed contract by address on any supported chain:

$ hawki scan --address 0xYourContract --chain ethereum

Turn Hawk-i loose as an autonomous exploit hunter with the Deep agent:

$ hawki deep ./contracts --sandbox

Re-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.json

For the full command surface, see the CLI reference.