Build on the supported package contract
Use @absolutejs/vulnerabilities-worker through its supported public entry points.
@absolutejs/vulnerabilities-workerv0.2.4betaPlatform & InfraContinuous feed refresh, inventory correlation, VEX, risk, remediation, leases, health, and metrics for AbsoluteJS vulnerability management.
bun add @absolutejs/vulnerabilities-workerContinuous vulnerability intelligence orchestration for AbsoluteJS.
The package refreshes EPSS, KEV, OSV, and Ubuntu intelligence under distributed leases; records every attempt; correlates advisories with software inventory; applies VEX decisions; assesses risk; drafts and reconciles remediation; and exposes scheduler, health, retry, and stage metrics.
Applications own their inventory source, persistence wiring, deployment evidence, audit sink, and process lifecycle. The worker owns continuous scheduling, distributed exclusion, retries, reconciliation ordering, events, and health.
Outcomes
Use @absolutejs/vulnerabilities-worker through its supported public entry points.
Hardening checklist
Follow in order
# @absolutejs/vulnerabilities-worker
import { createVulnerabilityIntelligenceWorker } from "@absolutejs/vulnerabilities-worker";
const worker = createVulnerabilityIntelligenceWorker({
adapters,
history,
leases,
stores,
workerId: "security-worker-1",
});
await worker.runOnce();
console.log(worker.health());Supported entry points declared by this package manifest.
Package entry point declared in package.json.
Scripts declared by this package manifest.
Search the declarations exported by the current package type files. Expand a symbol to inspect its source-backed signature.