From dependency-checker
Analyzes project dependencies for security vulnerabilities, outdated packages, and license compliance. Supports npm, pip, composer, gem, and go modules.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dependency-checker:dependency-checkerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill empowers Claude to automatically analyze your project's dependencies for security vulnerabilities, outdated packages, and license compliance issues. It uses the dependency-checker plugin to identify potential risks and provides insights for remediation.
This skill empowers Claude to automatically analyze your project's dependencies for security vulnerabilities, outdated packages, and license compliance issues. It uses the dependency-checker plugin to identify potential risks and provides insights for remediation.
This skill activates when you need to:
User request: "Check dependencies for vulnerabilities before deploying to production."
The skill will:
User request: "Scan for outdated packages and suggest updates."
The skill will:
This skill seamlessly integrates with other Claude Code tools, allowing you to use the identified vulnerabilities to guide further actions, such as automatically creating pull requests to update dependencies or generating security reports for compliance purposes.
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin dependency-checker