Changes

Use it

keyhog runs on Linux, macOS, and Windows. The Linux x86_64 binary is on GitHub Releases; the others build from source. CI integration is one uses: santhsecurity/keyhog-action step (or one cargo install --git for the vendored vyre-libs path until it lands on crates.io).

# Install (Linux x86_64)
curl -sSf https://raw.githubusercontent.com/santhsecurity/keyhog/main/install.sh | bash

# Scan a tree
keyhog scan .

# Scan with verification of live findings (exit 10 if any are live)
keyhog scan . --verify

# Audit the detector corpus itself (CI gate)
keyhog detectors --audit

Source, contracts, the adversarial harness, and the v0.5.34 release notes: github.com/santhsecurity/keyhog.

Open issues we want help on