Dependency Audit
Scan all project dependencies for security vulnerabilities, outdated major versions, and license issues.
Step 1: Detect package managers and lockfiles
Scan the project root and workspaces for all package managers in use:
# Node
ls package.json package-lock.json yarn.lock pnpm-lock.yaml 2>/dev/null
# Python
ls requirements.txt requirements*.txt Pipfile.lock poetry.lock 2>/dev/null
# Go
ls go.mod go.sum 2>/dev/null
# Rust
ls Cargo.toml Cargo.lock 2>/dev/null
# Rub
[Description truncada. Veja o README completo no GitHub.]