What problem does it solve? Modern projects pull in dozens of direct and transitive dependencies, and any one of them can carry a known CVE. Manually checking each package against vulnerability databases is slow and error-prone, especially before a release or when adding new packages. ## Core Features & Use Cases - Multi-Ecosystem Scanning: Detects project type and runs the right scanner, including npm audit for Node.js, pip-audit and safety for Python, and trivy or osv-scanner for containers and other languages. - Multi-Database Cross-Referencing: Queries NVD, GitHub Advisory Database, OSV, and Snyk to reduce missed findings and false positives. - Risk-Based Prioritization: Categorizes findings by severity, reachability, and EPSS exploit probability rather than raw CVSS alone. - Actionable Remediation: Provides exact upgrade commands, flags breaking-change risks, and can generate a security-update PR description. - Use Case: Before a release, ask for a full scan of your package.json or requirements.txt including transitive dependencies, and receive a severity-ranked list with concrete fix commands and a ready CI workflow that fails builds on CRITICAL and HIGH findings. ## Quick Start Scan my project's dependencies for known vulnerabilities and give me the upgrade commands to fix anything critical or high severity.