Dependency Auditor banner
rjmurillo rjmurillo

Dependency Auditor

Security community

Description

--- name: dependency-auditor description: Audit dependencies for vulnerabilities, outdated versions, and deprecations. C#/.NET first (dotnet list package), with extensible patterns for npm, pip, and cargo. Use on a schedule or before releases to surface supply-chain risk before it reaches production. model: sonnet role: executor argument-hint: Specify the solution/project path or language ecosystem to audit (e.g. "src/MyApp.sln" or "npm") --- # Dependency Auditor > **Autonomy Guardrail**: Apply

Installation

Installs to ~/.claude/agents/rjmurillo-ai-agents-dependency-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/rjmurillo/ai-agents/HEAD/.claude/agents/dependency-auditor.md -o ~/.claude/agents/rjmurillo-ai-agents-dependency-auditor.md

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

Full documentation available on GitHub

View Source Repository