VYPR

npm · Malicious package advisory

Malware

debugcli

MAL-2026-6790

Malicious code in debugcli (npm)

Details


---
_-= Per source details. Do not edit below this line.=-_

## Source: amazon-inspector (ff9ad8188112d91f0ea673971f4421ca96dc7943ba12d65c7339c1aa75c2226e)
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.

Compromised versions (6)

  • 4.3.9
  • 4.3.5
  • 4.3.8
  • 4.3.7
  • 4.4.1
  • 4.3.6

Any computer that installed or ran a compromised version should be considered fully compromised. Rotate every secret on that machine from a clean environment.