AI AGENT ADDONS

Dependencies Audit

cognitedata/builder-skills
DevOps & CI/CD
1,850installs

Keep your app dependencies safe and up to date. This tool finds and fixes problems like outdated packages, security vulnerabilities, and license issues. It does not just tell you about them. It takes action to fix them automatically.

It works with your package.json file. You can give it a specific path or let it check the root file. Then it looks at each package and finds the latest version, checks for deprecated flags, and runs a security audit.

Any package with a known CVE is an automatic fail. The tool updates packages to the latest safe version. It also handles supply chain risks and license problems. After fixing, it creates a report for your review process.

Add Dependencies Audit skill to your workflow

Global

mkdir -p ~/.claude/skills/dependencies-audit

Project

mkdir -p .claude/skills/dependencies-audit

Source Repository

Stars
5
Forks
1
Watchers
5
License
Apache-2.0
Last Push
25 days ago
Created
4 months ago