OpenSSF/OSV advisory MAL-2026-11034 confirms this npm version as malicious. eth-slint is a typosquat of web3-core-subscriptions. src/index.js contains a clean 2119-byte copy of the legitimate web3.js subscriptions module, while lib/index.js (the shipped main entry) contains that same code plus an appended ~149KB obfuscated blob passed to a top-level Function(...) constructor with a custom decoder routine, signed-int mixing table, and hex-escaped byte array...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in eth-slint (npm)
Details
eth-slint is a typosquat of web3-core-subscriptions. src/index.js contains a clean 2119-byte copy of the legitimate web3.js subscriptions module, while lib/index.js (the shipped main entry) contains that same code plus an appended ~149KB obfuscated blob passed to a top-level Function(...) constructor with a custom decoder routine, signed-int mixing table, and hex-escaped byte array. The Function() invocation fires at module load time, executing the decoded payload on the installer's host whenever the package is required or imported. The payload is present only in lib/, not in src/, indicating post-build injection rather than a normal compilation artifact.
## Source: ghsa-malware (a547e155b232bc3164db9fc1f7de92bf70a5f1ad02e277a6c9b272d47f48e00d) 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 eth-slint@1.0.0 as malicious (MAL-2026-11034): Malicious code in eth-slint (npm)