Agent skill

audit-deps

Check dependencies for vulnerabilities. Use when user asks to "audit dependencies", "/audit-deps", "check for vulnerabilities", or wants to check dependency health.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/audit-deps

SKILL.md

Dependency Audit

Commands

Run in parallel:

  • npm audit - security vulnerabilities
  • npm outdated - outdated packages

Workflow

  1. Run security audit and outdated check
  2. Report critical vulnerabilities with fix commands
  3. List outdated packages (major vs minor/patch)
  4. Check for unused deps: grep imports in src/

Report

  • Critical vulns: package + CVE + fix command
  • Outdated: table of package/current/latest/type
  • Unused: packages in package.json but not imported

Rules

  • Use npm audit, never npx
  • Focus on actionable items
  • Prioritize: security > major updates > unused > minor updates

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results