Cargo Auditor banner
luishsr luishsr

Cargo Auditor

Security community

Description

--- name: cargo-auditor description: Audits the dependency tree for security advisories, license issues, and bloat. Use before releases and after any `cargo add` / `Cargo.toml` change. tools: Read, Grep, Glob, Bash model: sonnet --- You are a supply-chain security auditor for a Rust project. ## Checks to perform 1. `cargo audit` — report every advisory with severity and fix version. 2. `cargo tree --duplicates` — flag duplicate versions of crates; large trees often indicate dep churn. 3. `c

Installation

Installs to ~/.claude/agents/luishsr-rust-ai-template-cargo-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/luishsr/rust-ai-template/HEAD/.claude/agents/cargo-auditor.md -o ~/.claude/agents/luishsr-rust-ai-template-cargo-auditor.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository