VS Code Extensions
N

NVD SCA Scanner

by JeosMart

Scan workspace dependencies for known vulnerabilities using the NIST NVD API.

Downloads

2

Rating

(0)

Version

0.0.1

Last updated

Jun 23, 2026

This VS Code extension scans common dependency manifests and queries the NIST NVD CVE API 2.0 for matching vulnerabilities.

NVD notice: this product uses data from the NVD API but is not endorsed or certified by the NVD.

Supported Manifests

  • package-lock.json
  • package.json
  • requirements.txt
  • pom.xml

Commands

  • NVD SCA: Scan Workspace
  • NVD SCA: Scan Current Manifest
  • NVD SCA: Clear Results

Settings

  • nvdSca.apiKey: optional NVD API key sent as the apiKey request header.
  • nvdSca.minimumSeverity: lowest CVSS severity to report.
  • nvdSca.maxVulnerabilitiesPerDependency: max CVE records per dependency.
  • nvdSca.requestDelayMs: delay between NVD requests.
  • nvdSca.includeDevDependencies: include development dependencies from package.json.

Development

Install dependencies, compile, then press F5 in VS Code to launch an Extension Development Host.

npm install
npm run compile

Related extensions