OpenSSF/OSV advisory MAL-2026-11012 confirms this npm version as malicious. index.js is a heavily obfuscated loader (rotated string-array decoder, control-flow flattening, self-defending/console-tamper stubs, debug-protection loop) whose only real behavior is a runtime fetch-and-eval. When any exported API (loadEncryptString/encryptStringAdmin/etc.) is invoked, the module fetches JavaScript text from cdn.jsdelivr.net/npm/encryptstringadmincore/ with cache: 'no-store' and a cache-busting...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in encryptstringadmin (npm)
Details
index.js is a heavily obfuscated loader (rotated string-array decoder, control-flow flattening, self-defending/console-tamper stubs, debug-protection loop) whose only real behavior is a runtime fetch-and-eval. When any exported API (loadEncryptString/encryptStringAdmin/etc.) is invoked, the module fetches JavaScript text from cdn.jsdelivr.net/npm/encryptstringadmincore/ with cache: 'no-store' and a cache-busting query parameter `_esa=Date.now()`, then executes the response body in the consumer's process via `new Function('CryptoJS', text +...)(CryptoJS)`. The URL is not version-pinned, no integrity check or signature verification is performed, and the cache-busting parameter defeats any caching layer, so the package author (or anyone able to publish to that CDN path) can change the executed bytes at any time. The mismatch between the trivial loader logic and the heavy obfuscation used to hide it is consistent with deliberate evasion of static review.
## Source: ghsa-malware (6e862c6a1d5cf9a77c2060f767e7144e9a73b77913c801dbf23f571ca5d3e054) 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.
Decision reason
OpenSSF Malicious Packages via OSV confirms encryptstringadmin@1.2.1 as malicious (MAL-2026-11012): Malicious code in encryptstringadmin (npm)