dependency-audit - Analyze Project Dependencies for Security Vulnerabilities
Analyzes project dependencies for known security vulnerabilities using package manager audit tools
Tags
Updated: 2026-02-18Capabilities
Typical Inputs
Typical Outputs
What this skill does
- run npm audit
- run pip-audit
- run govulncheck
- check manifest files
- generate vulnerability reports
Inputs
- package.json files
- requirements.txt files
- go.mod files
- pyproject.toml files
- Cargo.toml files
- Gemfile files
Outputs
- security vulnerability report
- audit results
- fix recommendations
Requirements
- npm package manager
- pip package manager
- Go toolchain
- Python environment
