Cargo Audit
Cargo Audit is an open-source security vulnerability scanner for Rust projects that audits Cargo.lock files and compiled binaries to identify dependencies with known security vulnerabilities by cross-referencing them against the RustSec Advisory Database maintained by the Rust Secure Code Working Group. The tool provides automated dependency security analysis with support for vulnerability detection, yanked crate identification, and experimental automatic dependency updating capabilities, enabling developers to proactively address security risks in their Rust applications before deployment.