Analyze project dependencies for security vulnerabilities and outdated packages
Analyzes dependencies for security vulnerabilities and outdated packages, suggesting fixes.
/plugin marketplace add rafaelcalleja/claude-market-place/plugin install productivity-commands@claude-market-placeAnalyze project dependencies for security issues and version updates.
pwdfind . -maxdepth 2 -name "package.json" -o -name "requirements.txt" -o -name "go.mod" -o -name "Cargo.toml" 2>/dev/nullUse appropriate tools like npm audit, pip-audit, or equivalent for the detected project type.