eslint-helper-1npm
Malicious code in eslint-helper-1 (npm) Remove it immediately and rotate any exposed credentials.
What this malware does
Package masquerades as an ESLint helper but contains code in index.js that decodes base64 blobs through Buffer.from(..., 'base64').toString() and pipes the resulting strings into execSync('bash...') and execSync('zsh...'). This is the canonical obfuscated-shell-dropper shape: hidden payload bytes are reconstituted at runtime and handed to a shell interpreter, giving the author arbitrary command execution on the installer's machine. The name (eslint-helper-1) and lack of any legitimate ESLint integration are consistent with a typosquat / brand-impersonation lure for a credential-stealing or remote-execution payload.
Malicious versions
Indicators of compromise (SHA-256)
Frequently asked questions
Campaign
References
Credits
- Amazon Inspector · finder
Scan your dependencies
O3 Security blocks malicious packages like this at install time and in CI.
Supply-chain protection