Hanzo
CLISecurity

Security

7 `hanzo` commands for Security, each calling one operation on api.hanzo.ai.

Package security is secret scanning for your code: submit sources, get findings, masked never raw.

7 commands · API reference →

CommandCallsWhat it does
hanzo security findings get <id>GET /v1/security/findings/{id}Returns a single finding: which rule fired, where (path and line), the masked preview and the SHA-256 fingerprint of…
hanzo security findings listGET /v1/security/findingsIs the org's findings — rule, severity, path, line, masked preview and fingerprint — newest first, across scans or…
hanzo security healthGET /v1/security/healthReports that the scanning subsystem is serving and how many secret-detection rules the engine holds.
hanzo security rulesGET /v1/security/rulesIs the secret-detection catalog the engine scans with.
hanzo security scans get <id>GET /v1/security/scans/{id}Returns one scan together with every finding on it, so the detail view is one round-trip rather than a list call per…
hanzo security scans listGET /v1/security/scansIs the org's scan history, newest first, each as the same summary the submission answered — files read, findings fired,…
hanzo security scans create --files '[{"content":"<content>","path":"<path>"}]'POST /v1/security/scansRuns the detection engine over a batch of files and answers 201 with the scan summary: how many files were read, how…

How is this guide?