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/postcss-confignpm

@ornikar/postcss-config is a confirmed malicious npm package (MAL-2026-11765) that steals credentials and exfiltrates sensitive data (malicious versions 9.1.2, 9.1.3, 9.1.4…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @ornikar/postcss-config (npm)

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

What this malware does

npm/@ornikar/postcss-config 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.

package.json declares a preinstall hook 'node setup.mjs'. setup.mjs is obfuscated (hex-mangled identifiers) and, at npm install time, downloads the Bun runtime archive from github.com/oven-sh/bun releases (v1.3.13), writes the bun binary to a temp directory, chmods it executable (mode 0755), and then invokes bun to execute the sibling file math_init.js. math_init.js is a 727KB single-line Bun-compiled module ('// @bun @bun-cjs' header) with a numeric string-array lookup table shuffled at load and hex-mangled identifiers (MmgoCP, etDiOOB, JqTtnbZ, bc3Kak,...). The advertised purpose of the package is a small PostCSS configuration exporting four plugin factories, which has no need for the Bun runtime or an opaque 727KB compiled bundle. The alternate-runtime-dropper shape — a lifecycle hook fetching a language runtime and using it to execute a bundled sibling that Node-based scanners cannot introspect — combined with heavy obfuscation of both the loader and the payload matches the install-time remote-execution attack pattern. Installing this version causes attacker-controlled bytes to execute on the installer's host at npm install time.

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
9.1.29.1.39.1.49.1.59.1.69.1.79.1.89.1.99.1.109.1.119.1.12

Indicators of compromise (SHA-256)

9285992701e9755012284b9cd9a3abe163a22f08fe8f26ed6e0c110b8f5018b4
c3a2f71360814442423b8fe62c1c826b46ba991f485936e997ec4f6df99ebd7c
0141560adc2d0ea641b255c52396c27237ff6940ea6f09557f30135255f9f71e
316d29a46026451a0f1e5c0f4b140d33febeed4d44c4a85a7df57fdaec9c7fb8
96e0d607d91ffa17360b139a5e62b566389fce5c6470ec1cf53edac3505c0bed
9f59bdeffd80195ee5d1f8b27425f40e871c2f4d0c3fbc532719ec33df2713df
ba326ac9f841fb39679ceb18e2badc6f7cea507ff8bc41c41a07a196e43e70e9
c988ebc2db2d9510783d2799dfd82ac368bd401dfa40122d56052659c8cf53eb
1b75c344ddf0bc0b42e390649d6ea30f34c82e3783f4951ef35a4f884165400a
3fa676638a07fefb1122717fa2b8c20d51a08abcc57d6458ea42eb8037a96946
973221d70508224d0a7c73405c6c7241d79c3a29158cbf1c84d392f86807e5a6
c93f0cebd21f9b1a258129a70e8f89f922eef415a5a15419c1f4a7cf7e628664

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/postcss-config (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/postcss-config across your stack and pipelines.

  2. If you installed it — respond

    @ornikar/postcss-config 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/postcss-config 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/postcss-config 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/postcss-config on npm has been identified as a malicious package (versions 9.1.2, 9.1.3, 9.1.4, 9.1.5, 9.1.6, 9.1.7, 9.1.8, 9.1.9, and 3 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-8h3p-72jc-w79jIN-MAL-2026-011389IN-MAL-2026-011589IN-MAL-2026-011750IN-MAL-2026-011701IN-MAL-2026-011621IN-MAL-2026-011748IN-MAL-2026-011625IN-MAL-2026-011882IN-MAL-2026-011623IN-MAL-2026-011746IN-MAL-2026-011626

References

Credits

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

Detect & block this

O3 blocks @ornikar/postcss-config-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/postcss-config (npm) malicious package — MAL-2026-11765 | O3 Security