Dependency Audit
Audit dependencies for security vulnerabilities, license compliance, and update recommendations
$ npx claude-code-templates@latest --command="security/dependency-audit" --yesRequires Claude Code. The command adds this command to your project's .claudedirectory — nothing runs on ToolZip's servers.
What's inside this command
Component source
Dependency Audit
Audit dependencies for security vulnerabilities and compliance: $ARGUMENTS
Current Dependencies
- Package files: @package.json or @requirements.txt or @Cargo.toml or @pom.xml
- Lock files: @package-lock.json or @poetry.lock or @Cargo.lock
- Security scan: !
npm audit --audit-level=moderate 2>/dev/null || pip check 2>/dev/null || cargo audit 2>/dev/null || echo "No security scanner available" - Outdated packages: !
npm outdated 2>/dev/null || pip list --outdated 2>/dev/null || echo "Check manually"
Task
Perform comprehensive dependency security and compliance audit:
Audit Scope: Use $ARGUMENTS to focus on security, licenses, updates, or complete audit Analysis Areas:- Vulnerability Scanning - Known CVEs, security advisories, exploit availability
- Version Analysis - Outdated packages, breaking changes, update recommendations
- License Compliance - License compatibility, restrictions, legal obligations
- Supply Chain Security - Package authenticity, maintainer status, suspicious dependencies
- Performance Impact - Bundle size, unused dependencies, optimization opportunities
Related Claude Code Commands
Security Audit
Perform comprehensive security assessment and vulnerability analysis
Secrets Scanner
Scan codebase for exposed secrets, credentials, and sensitive information
Add Authentication System
Implement secure user authentication system with chosen method and security best practices
Security Hardening
Harden application security configuration with comprehensive security controls
Penetration Test
Perform penetration testing and vulnerability assessment on application
Generate Tests
Generate a complete test file for a specified source file or component. Use when the user explicitly asks to write, create, or generate tests for a specific file.
Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.