Know what's actually dangerous on your Linux servers

selvo scans your packages for CVEs, ranks them by blast radius and exploit maturity, and tells you what to patch first. Not just a list — a prioritized action plan.

Get Your API Key — Free See a Live Report
💣

Blast Radius Scoring

Every package ranked by how many other packages depend on it. A CVE in openssl matters more than one in a leaf package.

🔑

CISA KEV + Exploit Maturity

Flags packages in the CISA Known Exploited Vulnerabilities catalog and tracks whether exploits are weaponized, PoC, or theoretical.

📈

EPSS Probability

Exploit Prediction Scoring System data on every CVE — the actual probability it gets exploited in the next 30 days.

SLA Tracking

Automatic breach/warn/ok bands based on CVE severity and days open. Know which patches are overdue before your auditor does.

🌐

13 Ecosystems

Debian, Ubuntu, Fedora, Alpine, Arch, NixOS, Homebrew, Chocolatey, Winget, and more. One tool across your entire fleet.

📋

SARIF + VEX + SBOM

Export results as SARIF for GitHub Code Scanning, VEX for compliance, or CycloneDX SBOM. Plug into your existing toolchain.

Connect in 60 Seconds

🖥

One-liner agent (servers)

Scans your actual packages and sets up daily monitoring via cron.

curl -s https://selvo.dev/install.sh | SELVO_API_KEY=sk_xxx bash

CI/CD (GitHub Actions)

Pipe your existing Grype or Trivy output into selvo for prioritized results.

- uses: sethc5/selvo-action@v1
🐳

Container images

Scan any Docker image for CVEs — no local install needed.

curl -X POST .../api/v1/scan/image -d '{"image":"nginx:latest"}'
🔔

Slack / webhook alerts

Get notified when new CVEs hit your packages. Connects to Slack or any webhook URL.

POST /api/v1/orgs/{org}/webhooks {"url":"https://hooks.slack.com/..."}

Under the Hood

Not just a CVE counter. A prioritized risk engine.

Distro-Aware CVE Filtering

If Debian backported a fix into your version of zlib, we don't flag it. We cross-reference the Debian Security Tracker, Ubuntu USN, and Fedora Bodhi to remove CVEs your distro has already patched. Other scanners miss this and massively over-report.

Risk Scoring (0–100)

Each package gets a composite score based on 9 weighted signals:

Dependency blast radius22%
EPSS exploit probability20%
Chokepoint centrality15%
Version lag from upstream14%
CVSS severity10%
Exploit maturity (KEV/PoC/weaponized)8%
Ecosystem popularity7%
Download count2%
Days exposed2%

Packages with no security signal are capped at 20. Runtime-loaded packages with CVEs get a 1.5x multiplier.

8 Data Sources, Updated Daily

OSV.dev (CVE mapping) · FIRST.org EPSS (exploit probability) · NVD (CVSS scores) · CISA KEV (active exploits) · Debian Security Tracker · Repology (versions) · Ubuntu USN · Fedora Bodhi

Export Formats

SARIF (GitHub Code Scanning) · VEX (compliance) · NIST 800-53 OSCAL · FedRAMP High OSCAL · CycloneDX SBOM · JSON · HTML

9 Ecosystems

Debian · Ubuntu · Fedora · Alpine · Arch · NixOS · Homebrew · Chocolatey · Winget

Pricing

Start free. Upgrade when you need more scans.

Free

$0
For individual developers
  • 5 API calls / day
  • 1 analysis / day
  • All ecosystems
  • SARIF + VEX export
  • CLI + GitHub Action
Get Started

Enterprise

$299/mo
For security teams at scale
  • 1M API calls / day
  • 10,000 analyses / day
  • Compliance reports (NIST, FedRAMP)
  • Air-gap deployment option
  • SLA + DPA available
Contact Us

Create Your Account

Free tier — no credit card required.

selvo is a product of Cope Labs LLC  ·  Status  ·  PyPI  ·  GitHub Action  ·  Privacy  ·  Terms