poglesbyg/capscan audit

Audit a Cargo.lock against latest published crate versions and fail CI when a dependency would gain new unsafe/FFI/process/network/build-script capabilities.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
lockfilePath to the Cargo.lock to audit.noCargo.lock
fail-onMinimum severity that fails the action: 'high', 'medium', or 'none' (report only, never fail).nomedium
versioncapscan version to install (passed to `cargo install capscan --version`). Empty installs the latest release.no""
namedescription
audit-exit-codecapscan's own exit code: 2 = new high severity signal, 1 = new medium severity signal, 0 = none.