dependency-auditor
✓Automated security auditing of project dependencies to identify known vulnerabilities.
Installation
SKILL.md
Automated security auditing of project dependencies to identify known vulnerabilities.
// Test that vulnerability is fixed const lodash = require('lodash'); console.log(lodash.VERSION); // Should be >= 4.17.21
Or use resolutions (package.json) { "resolutions": { "minimist": "^1.2.6" } }
Automated security auditing of project dependencies to identify known vulnerabilities. Source: curiouslearner/devkit.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/curiouslearner/devkit --skill dependency-auditor- Source
- curiouslearner/devkit
- Category
- !Security
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is dependency-auditor?
Automated security auditing of project dependencies to identify known vulnerabilities. Source: curiouslearner/devkit.
How do I install dependency-auditor?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/curiouslearner/devkit --skill dependency-auditor Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/curiouslearner/devkit
Details
- Category
- !Security
- Source
- skills.sh
- First Seen
- 2026-02-01