ZeroDayDB CLI
FREERun the Python CLI from a ZeroDayDB checkout to scan dependency manifests against live vulnerability data.
Practical Manifest Scanning
Point the CLI at a project directory and it will inspect supported manifests, query ZeroDayDB, and return a report you can use locally or in automation.
--fail-on to gate CI on severity.--json for scripts.Free to Use
The CLI is included at no extra cost. Today the supported path is the Python workspace command shown below, not a published npm or Homebrew package.
Quick Scan
Scan the current directory for supported manifests.
Scan a Specific Directory
Point the CLI at any project directory instead of scanning your current working tree.
Thresholds and Output
Use the flags the current scanner actually supports to tune exits and output formatting.
Watch Mode
Repeat the scan on a polling interval while you are iterating locally.
Supported Manifests
Ruby, PHP, Java, and .NET manifests may be detected, but the current scanner does not produce findings for them yet.
Automation Ready
Structured JSON output and deterministic exit codes make the CLI easy to wire into existing build jobs.
Backed by Live Data
Each scan queries the same ZeroDayDB-backed package data exposed through the rest of the product.
More Than One Command
Use the same CLI for manifest scans, CVE lookups, free-text search, and authenticated sessions.
Ready to run a real scan?
Open the install guide for the current workspace command, or pair the CLI with the MCP server for AI-assisted workflows.