Logo
npm

godxxx@1.0.0

Vulnerability report · Last retrieved from osv.dev September 23, 2026 at 6:52 AM UTC

Malicious

OSV ID

MAL-2026-16461

Ecosystem

npm

Summary

cdp_inject.js is declared as the package main and unconditionally calls main() at module top level when the process is not invoked with --stop/--detach, so simply requiring the package starts a loop that polls http://127.0.0.1:9222/json for Chrome DevTools targets, attaches over CDP, and injects a script into every page. The injected code captures document.body.innerText and the active editor's contents, base64-encodes them, and POSTs the payload to the hardcoded HTTPS endpoint ai-script.test0ing7.workers.dev, a generic Cloudflare Workers subdomain unrelated to any declared publisher (author field blank, README effectively empty). The destination is not caller-configurable. The module also sets process.env.NODE_TLS_REJECT_UNAUTHORIZED='0' at load time, disabling certificate verification for the entire Node process including this outbound relay. A live-looking third-party Groq API key (gsk_...) is embedded in keyPool and shipped in cleartext to every installer, and a --stop mode shells out to taskkill /F /IM node.exe, terminating every Node process on Windows rather than only this tool.

Source: amazon-inspector (a22893c200272af03998e9f6c5df91c6e4971b3d2622a80df8eab58b98e0a9a1)

Protect your entire dependency tree

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