npm

@omniwatch-wick/cli @0.1.4

Vulnerability report · Last retrieved from osv.dev August 5, 2026 at 5:03 PM UTC

Malicious

OSV ID

MAL-2026-10486

Ecosystem

npm

Summary

index.js imports child_process, os, http, and https, and issues POST requests to two hardcoded endpoints: https://agentpolice-api.vedantn06soni.workers.dev (referenced at lines 17 and 272 and used in the POST at line 75) and https://night-watch-indol.vercel.app (line 195). The code collects host-identifying data (os.userInfo(), hostname, process.platform, an id field) and transmits it to these endpoints. The destinations are a Cloudflare Workers subdomain under an individual's handle and a Vercel preview-style domain, neither of which is an established vendor or documented backend. However, the package is a CLI whose purpose may involve legitimate telemetry or monitoring to an author-hosted backend, and without traced code confirming whether these calls fire at install/import time or only on explicit user CLI invocation, and whether the transmitted fields include installer secrets beyond mild host identity, the intent (undisclosed telemetry to an author backend vs. covert exfiltration) cannot be conclusively determined. Human review is warranted to inspect the exact fields sent, the trigger timing, and whether the endpoints are the package's documented backend.

Source: amazon-inspector (9fd38262e49e1e621fb0a2c3763f2736b2c893f18f24b5d019fc3febdc9ad172)

Protect your entire dependency tree

Scan your lock files automatically on every PR. Block malicious packages before they reach production.