Request
Submit one or more exact package versions from npm or PyPI.
Dependency Preflight evaluates exact npm and PyPI package versions before installation and returns a structured ALLOW, REVIEW, or BLOCK decision with findings and source evidence.
{
"ecosystem": "npm",
"packages": [
{
"name": "example-package",
"version": "1.0.0"
}
],
"policy": "balanced"
}Give autonomous coding workflows a compact decision point before they add a dependency.
Submit one or more exact package versions from npm or PyPI.
The service checks metadata and evidence such as known-vulnerability, lifecycle, install-script, release-age, and license-related inputs.
Receive ALLOW, REVIEW, or BLOCK so the workflow can continue, escalate, or stop.
The public API surfaces are the authoritative service contract.