Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Part of a larger attack: @ornikar published 42 malicious packages. See the full campaign →
Malicious package

@ornikar/rollup-plugin-postcssnpm

@ornikar/rollup-plugin-postcss is a confirmed malicious npm package (MAL-2026-11775) that steals credentials and exfiltrates sensitive data (malicious versions 2.0.5, 2.0.6, 2.0.7…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @ornikar/rollup-plugin-postcss (npm)

MAL-2026-11775
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @ornikar/rollup-plugin-postcss

What this malware does

npm/@ornikar/rollup-plugin-postcss 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 Math_Symbol.js / math_init.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.

@ornikar/[email protected] clones the identity of the legitimate unscoped rollup-plugin-postcss package (author EGOIST [email protected], upstream repository github.com/egoist/rollup-plugin-postcss, README and CHANGELOG) but adds files that do not exist upstream: a preinstall lifecycle hook, a setup.mjs runtime-dropper, and a 727 KB obfuscated math_init.js. On npm install, package.json runs preinstall: node setup.mjs. setup.mjs downloads the Bun runtime from https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/, chmods it executable, then invokes execFileSync(bunPath, ['math_init.js']). math_init.js is a single-line ~727 KB blob with obfuscator.io fingerprints (rotated string array, _0x-style identifier renaming, index-based string reconstruction) that has no relationship to the advertised Rollup/PostCSS plugin functionality. The alternate-runtime execution pattern is used specifically so the payload runs outside Node.js and evades Node-scoped inspection. A Rollup/PostCSS build-time plugin has no legitimate need for a bundled Bun-executed sidecar, and the upstream package it impersonates ships neither the preinstall hook nor the payload.

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.

Malicious versions

11 flagged
2.0.52.0.62.0.72.0.82.0.92.0.102.0.112.0.122.0.132.0.142.0.15

Indicators of compromise (SHA-256)

1b2d078b5a6feeb446d9d011d02ae8ab5e8a5e59a15030dd9a16bc4aca5fa794
9c1fd9d6e72d8ebed2bb5962ce7d691d7172a781fe191db353fdc708fdfc0426
9e0c265082bc194813abb409ab2358f18bf573773df287fce3d0ac7482a114e4
3813887993a16cd3201dd84ceb9c6d87a961a6774d29be9657038f86578147b3
2d4221f79168b537f43db35dd23717f4a11564062b8bb93c48b3a109c46e1e78
4049ed286d660d40829ab84f0b6bbcb505d2d727109c8a0e77d996c6ef6f946d
59bd780ffc6bb92ca50234ab4c67a39c48462a01953b10bf885ce1e23fd54325
bff265ea4663ad02d4c8395972592c1783ff6c4c0b15c65c5990636475f61082
e4eac882e799ad5b9281d4dd1a51ef3cbb46a7659651f71f8bd2115cb9320058
f73985877bb9a0213b21348825de1f27183e38fd9701a90b5e6dc09cdb68bc40
037af83e892ab413df6462b2abd75bcdea9a0b660bea01595fa4cafb8ab43798
2680ca9fb063bd25254423ed03e5dcd326e81b23b397bc251042a02fe1c45b44

Detection & response playbook

Credential / info stealer
  1. Find it

    Scan your lockfiles (package-lock.json, pnpm-lock.yaml, yarn.lock, requirements.txt, poetry.lock, etc.) and build artifacts for @ornikar/rollup-plugin-postcss (11 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging @ornikar/rollup-plugin-postcss across your stack and pipelines.

  2. If you installed it — respond

    @ornikar/rollup-plugin-postcss is built to steal secrets, so assume every credential the build or runtime could read is compromised. Remove it from your project and lockfile, then rotate ALL exposed secrets — npm/registry tokens, cloud keys, CI/CD secrets, SSH keys, and any .env values — from a known-clean machine. Audit logs for unauthorized use of those credentials.

  3. Did it already run?

    If @ornikar/rollup-plugin-postcss was ever installed, its post-install/runtime payload may have already executed. O3's L7 egress monitoring and runtime eBPF sensors detect the credential exfiltration or command-and-control callback after install and block the malicious outbound channel, so you catch and contain the actual compromise — not just the presence of the package.

  4. How O3 protects you

    O3 blocks @ornikar/rollup-plugin-postcss before install through its supply-chain scanner, and if it has already run, detects and severs the exfiltration or C2 callback at runtime through L7 egress monitoring and eBPF.

Frequently asked questions

No. @ornikar/rollup-plugin-postcss on npm has been identified as a malicious package (versions 2.0.5, 2.0.6, 2.0.7, 2.0.8, 2.0.9, 2.0.10, 2.0.11, 2.0.12, and 3 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-mp73-8g8f-9qr8IN-MAL-2026-011382IN-MAL-2026-011384IN-MAL-2026-011388IN-MAL-2026-011682IN-MAL-2026-011775IN-MAL-2026-011681IN-MAL-2026-011777IN-MAL-2026-011680IN-MAL-2026-011549IN-MAL-2026-011600IN-MAL-2026-011550

References

Credits

  • Aikido Security · finder
  • Amazon Inspector · finder
  • SafeDep · finder
  • Socket Threat Research Team · finder

Detect & block this

O3 blocks @ornikar/rollup-plugin-postcss-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the credential exfiltration and severs the channel.

Explore

@ornikar/rollup-plugin-postcss (npm) malicious package — MAL-2026-11775 | O3 Security