Via cargo
cargo install --git https://github.com/Lavescar-dev/shadow-auditor shaudit-cli
# or clone
git clone https://github.com/Lavescar-dev/shadow-auditor
cd shadow-auditor && cargo run -p shaudit-cli -- audit ./A Rust CLI that audits AI-generated code. Detects hallucinated imports, hardcoded secrets, known-vulnerable dependencies, and untested invariants — one static binary, SARIF output for GitHub Code Scanning.
Two ways — build with cargo or download the binary from GitHub Releases.
cargo install --git https://github.com/Lavescar-dev/shadow-auditor shaudit-cli
# or clone
git clone https://github.com/Lavescar-dev/shadow-auditor
cd shadow-auditor && cargo run -p shaudit-cli -- audit ./Grab the static shaudit binary for Linux/macOS/Windows from GitHub Releases, drop into PATH, run.
↓ Install