Skip to content

Test Coverage

The hb coverage command shows which attack categories and techniques have run against your agent, and which haven't โ€” making it easy to spot blind spots in the security testing plan. Use hb coverage --gaps to list the untested categories and hb coverage --json for machine-readable output. Coverage tracking uses an AFL-style (American Fuzzy Lop) coverage-guided approach with 5 priority levels, so high-impact vulnerabilities are tested first.

View Coverage Summary

hb coverage

Show Untested Categories

hb coverage --gaps

Export as JSON

hb coverage --json

Coverage tracking follows an AFL-style (American Fuzzy Lop) coverage-guided approach with 5 priority levels, ensuring high-impact vulnerabilities are tested first.