dependency-audit

Audit dependencies for security vulnerabilities

Content Preview
# Dependency Audit Command

Audit dependencies for security vulnerabilities

## Instructions

Perform a comprehensive dependency audit following these steps:

1. **Dependency Discovery**
   - Identify all dependency management files (package.json, requirements.txt, Cargo.toml, pom.xml, etc.)
   - Map direct vs transitive dependencies
   - Check for lock files and version consistency
   - Review development vs production dependencies

2. **Version Analysis**
   - Check for outdated packages and a
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/dependency-audit.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/security/dependency-audit.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/security/dependency-audit.md

Related Skills