HALOWERK: Check a package list against known vulnerabilities and get, per package, the sev
cve_checkCheck a package list against known vulnerabilities; get per-package severity breakdown and the lowest version that fixes every finding.
Instructions
Check a package list against known vulnerabilities and get, per package, the severity breakdown and the lowest version that closes every finding.
Kostenpflichtig: 0.005 USDC je Aufruf. Bezahlt per x402 auf Base, ohne Konto. Hoechstens 0.005 USDC je Aufruf.
Queries OSV.dev for a list of packages with versions across npm, PyPI, Go, Maven, crates.io, NuGet, RubyGems, Packagist and the Linux distributions. For each package it returns the vulnerabilities found with their identifiers, severity and summary, and the single figure that decides what to do next: the lowest version that fixes all of them, derived from the fixed-version events in the affected ranges. Findings are counted by severity and the whole list gets one worst-case verdict so a pipeline can gate on it. Severity is read from several places because databases disagree on where they put it, and the source of the rating is reported. OSV records what is published — a package with no finding is not proven safe, only unreported, and an internal or vendored package is invisible here. Preis 0.005 USDC je Aufruf, Abrechnung über x402.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packages | Yes | The packages to check. | |
| ecosystem | No | Default ecosystem for entries that do not name one. | |
| min_severity | No | Only report findings at or above this severity. | |
| include_details | No | Fetch summary and severity per finding. Off is faster but returns ids only. |