dependency-audit
Installation
SKILL.md
Dependency Audit Skill
Audit project dependencies for security vulnerabilities, licensing issues, and maintenance status.
When to use this skill
- Regular security audits
- Before deploying to production
- When adding new dependencies
- Investigating vulnerability reports
- Updating outdated packages
Workflow
- Run audit tools — npm audit, license-checker
- Analyze results — Identify critical vulnerabilities
- Research fixes — Find updates or alternatives
- Test updates — Ensure compatibility
- Document decisions — Record audit findings