What problem does it solve?
Provides a quick, repeatable audit to find vulnerable or outdated npm packages and to detect version inconsistencies across monorepo workspaces so maintainers can fix dependency issues before they cause runtime bugs or release regressions.
Core Features & Use Cases
- Security Audit: Runs a targeted production audit to surface recent vulnerabilities and their severity counts.
- Outdated Major Versions: Identifies packages with available major upgrades that may require breaking-change reviews.
- Workspace Consistency: Scans package.json files across the repo to report packages with conflicting version specifications and checks for duplicate shared package installations that can break React context or cause runtime duplication.
- Use Case: Use this Skill as a pre-merge checklist in CI or as a local developer check after pnpm install to prevent dependency drift and security exposure.
Quick Start
Run a full dependency audit including security vulnerabilities, major-version outdated packages, and workspace version mismatches.