CVE Lite CLI – OWASP Incubator Project for Fast, Developer-Focused JS/TS Vulnerability Scanning
CVE Lite CLI is an OWASP-recognized, free, and local-first dependency vulnerability scanner for JavaScript and TypeScript projects. It scans lockfiles (npm, pnpm, Yarn, Bun) using the OSV advisory database, distinguishes direct vs. transitive vulnerabilities, and provides copy-and-run fix commands. Key features include offline scanning, auto-fix mode (--fix), HTML reports, usage-aware reachability (--usage), SARIF/JSON/CDX output for CI integration, and AI assistant skill installation. The tool shifts vulnerability scanning from slow CI pipelines to the developer's terminal, offering concrete remediation plans instead of just CVE IDs. It is actively maintained on GitHub with 311 stars, 43 forks, and is part of the OWASP ecosystem, complementing tools like Dependency-Check and Dependency-Track.
Comments
Post a Comment