npm/@qlik/embed-svelte is affected by the large-scale, self-propagating npm supply-chain worm of 2026-08-04 (the "Shai-Hulud: Here We Go Again" wave) — the same campaign that began with the compromise of the keyv and cacheable maintainer account. The listed version(s) were trojanized and republished by the worm after it reached an npm publish token belonging to a maintainer in this namespace; the payload enumerates every package a stolen token controls and republishes each with the same hook, so many packages under this scope were poisoned in the same short window. Every poisoned release adds a preinstall hook ("preinstall": "node setup.mjs") that runs on a bare npm install, before any project code. setup.mjs downloads a standalone Bun runtime and runs a byte-identical, heavily obfuscated ~728 KB second-stage credential stealer (shipped as MathSymbol.js / mathinit.js). It harvests GitHub, npm, AWS, GCP, Azure, HashiCorp Vault and Kubernetes credentials plus generic secrets and private keys (TruffleHog-style sweep), reads CI/CD secrets and identifies build runners, then republishes further packages the stolen token can reach. Rather than a fixed command-and-control host, it exfiltrates stolen findings to attacker-created GitHub repositories (descriptions reading "Shai-Hulud: Here We Go Again") and over DNS. Treat any environment that installed an affected version (with install scripts enabled) as compromised: rotate and revoke all reachable credentials (npm and GitHub tokens, cloud keys, Vault/Kubernetes secrets, and CI org/repo secrets). Part of the August 2026 npm worm that poisoned 400+ packages across many organizations.
-= Per source details. Do not edit below this line.=-
package.json declares scripts.preinstall = 'node setup.mjs'. setup.mjs downloads the Bun runtime from github.com/oven-sh/bun/releases (v1.3.13), extracts it to a temporary directory, chmods it executable, and immediately invokes it against a sibling file mathinit.js. mathinit.js is a ~727KB single-line file with obfuscator.io fingerprints (shuffled string/number array, array-rotation function, hex-named identifiers, @bun-cjs format). setup.mjs itself uses hex-mangled identifiers. Both setup.mjs and math_init.js are absent from the package.json 'files' allow-list ([QlikEmbed.svelte, index.js, CHANGELOG.md]), so the executed payload is shipped outside the author's declared publish surface. The advertised purpose (a Svelte component for embedding Qlik content) does not require a Bun runtime or a 700KB obfuscated init script. Installing this package auto-runs an obfuscated payload under a freshly-downloaded alternate runtime that bypasses Node-based analysis. This shape is consistent with a hijacked or malicious publish of the @qlik/embed-svelte package.
{
"iocs": {
"files": [
{
"paths": [
"setup.mjs"
],
"note": "Stage 1 loader added to the package tarball and run via the preinstall script 'node setup.mjs'. Downloads a standalone Bun runtime and executes the second stage under it.",
"source": "PACKAGE_ARCHIVE"
},
{
"paths": [
"Math_Symbol.js",
"math_init.js"
],
"note": "Stage 2 payload: byte-identical, heavily obfuscated ~728 KB Bun-bundle credential stealer, shipped in the tarball as Math_Symbol.js and executed at runtime as math_init.js.",
"source": "PACKAGE_ARCHIVE"
}
]
},
"malicious-packages-origins": [
{
"import_time": "2026-08-05T07:06:54.481213306Z",
"modified_time": "2026-08-05T06:42:21Z",
"sha256": "f76d5868fd2e2f24bf49838982d0333e4d08a509b4de1d1643f17072d46ba0e5",
"id": "IN-MAL-2026-013570",
"versions": [
"1.1.4"
],
"source": "amazon-inspector"
}
]
}[
{
"name": "Embedded Malicious Code",
"cweId": "CWE-506",
"description": "The product contains code that appears to be malicious in nature."
}
]
{
"package_integrity": [
{
"hashes": {
"sha512_sri": "sha512-VSBesh2+d944674cRzuqpGBIB/mqGN9IE4ePhyUtLxfDu40F/pbWV1AivJepSESsjXlLHGQRMkncsYhbCZsQ1Q==",
"sha1": "4ef49a087dc316a4f42fa8a74b77a4692f2ccd31"
},
"filename": "embed-svelte-1.1.4.tgz"
}
],
"evidence_files": [
{
"path": "setup.mjs",
"sha256": "fd3ca4007b225fdf8de7af4345a19179d5efa8c4bb9205f88cda806e5684b1eb",
"tlsh": "9a32640912f63210736765e6f54fa0e8f237094b2498dd47795cb188ef49c2ce9e25be"
},
{
"path": "math_init.js",
"sha256": "9fc2570b7cef51c1b8df116d144d11ff4096357be7d2c4c6367cfc2509cf1bcc",
"tlsh": "59f493746ec2786982736b5f2199e372e2652e11c27e73fb57e0e432a54c22c30eb51d"
},
{
"path": "package.json",
"sha256": "10a6bdf103a8cdd105322d0a3ba43893af670075fd196442c189e69946ebf637",
"tlsh": "b2f0f621deb08d7311cc61a5ac294853b566489b4c1cbd8d77cb011c8f9d99a71be1ad"
}
]
}
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@qlik/embed-svelte/MAL-2026-11791.json"