What problem does it solve?
Dependency-audit addresses the complex task of ensuring the security and compliance of your project's dependencies. It provides a single, streamlined process to scan for vulnerabilities, outdated packages, license issues, and unused dependencies.
Core Features & Use Cases
- Security Vulnerability Scan: Detects known CVEs and security advisories in project dependencies.
- Outdated Package Identification: Identifies outdated packages with available updates to ensure up-to-date software versions.
- License Compatibility Check: Detects license incompatibilities against project license, ensuring proper compliance.
- Unused Dependency Detection: Identifies and flags unused or phantom dependencies to reduce attack surface and improve efficiency.
- Remediation List: Produces a prioritized remediation list sorted by severity to guide developers through fixing issues.
- Use Case: Before a release or compliance review, use this skill to ensure your project's dependencies are secure and up to date.
Quick Start
Run 'dependency-audit' to begin scanning your project for vulnerabilities and outdated dependencies.