registry  /  debugcli  /  4.4.1

debugcli@4.4.1

OSV Malicious Advisory

scanned 3h ago · by OpenSSF/OSV

OpenSSF/OSV advisory MAL-2026-6790 confirms this npm version as malicious. The package name `debugcli` shadows the popular `debug` package, and `index.js` is a thin re-export (`module.exports = require('debug')`) so callers observe legitimate behavior. The real payload runs via `"postinstall": "node install.js"` in package.json. On install, `install.js` performs: (1) bulk credential-file harvest — reads `~/.aws/credentials`, `~/.aws/config`, `~/.npmrc`, `~/.ssh/config`, `~/.pypirc`,...

Advisory
MAL-2026-6790
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in debugcli (npm)
Details
The package name `debugcli` shadows the popular `debug` package, and `index.js` is a thin re-export (`module.exports = require('debug')`) so callers observe legitimate behavior. The real payload runs via `"postinstall": "node install.js"` in package.json. On install, `install.js` performs: (1) bulk credential-file harvest — reads `~/.aws/credentials`, `~/.aws/config`, `~/.npmrc`, `~/.ssh/config`, `~/.pypirc`, `~/.netrc`, `~/.docker/config.json`, `~/.kube/config`, gcloud application_default_credentials, `.git-credentials`, Azure tokens, composer auth, and walks the current working directory upward collecting `.env`, `.env.local`, `.env.production`, `.env.development`; (2) process.env scraping — iterates `process.env` and filters keys matching TOKEN/SECRET/PASSWORD/API_KEY/AUTH/PRIVATE/AWS_*/GITHUB_*/NPM_*/OPENAI/ANTHROPIC/DATABASE_URL/STRIPE/TWILIO patterns; (3) browser wallet theft — locates Chrome extension Local Extension Settings for MetaMask (extension id `nkbihfbeogaeaoehlefnkodbecgpgknn`) and TrustWallet (`egjidjbpglichdcondbcbdnbeeppgdph`) and archives the vault directories via `powershell Compress-Archive` on Windows or `tar czf... --exclude=LOCK` on Unix; (4) exfiltration — POSTs collected env vars, credential files,.env contents, and wallet archives to `api.telegram.org/bot<token>/sendMessage` and `/sendDocument`, with the bot token and chat_id stored as XOR-encoded byte arrays (`ENC_TOKEN`, `ENC_CHAT`) decoded at runtime using the current lodash package version fetched from `registry.npmjs.org/lodash` dist-tags.latest as the XOR key; (5) evasion — `isSandbox()` checks CPU/RAM, hostname regex (`sandbox|malware|virus|sample|cuckoo|any.run|hybrid`), analysis env vars, and HOME directory age, and skips execution on analysis machines; a per-machine hashed lockfile prevents re-execution within 24h; and finally `fs.unlinkSync(__filename)` removes install.js after exfil. ## Source: ghsa-malware (b27bc49b2d8ef30848d427f7d6ec702eaed3b5bcc49f5fd4384183f228e2c50a) Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it. ## Source: ossf-package-analysis (dd4fa31ed29d493ac05d6ec17a90f51fe68008b674268e1751c4b25792703b8d) The OpenSSF Package Analysis project identified 'debugcli' @ 4.3.9 (npm) as malicious. It is considered malicious because: - The package communicates with a domain associated with malicious activity.
Decision reason
OpenSSF Malicious Packages via OSV confirms debugcli@4.4.1 as malicious (MAL-2026-6790): Malicious code in debugcli (npm)

Source & flagged code

0 flagged
No flagged code excerpts are attached to this scan.

Findings

1 High
HighOsv Malicious Advisory