Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Malicious package

postcss-animate-css-varsnpm

postcss-animate-css-vars is a confirmed malicious npm package (MAL-2026-12418) that executes malicious code on install (malicious versions 1.0.0, 2.0.3). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in postcss-animate-css-vars (npm)

MAL-2026-12418
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall postcss-animate-css-vars

What this malware does

src/normalize-options.js is heavily obfuscated (RC4-decoded string array, hex-numeric literals, rotating string-array shuffler, dead-code comparison branches) while the rest of the package (index.js, plugin.js, root.js, declarations.js) is plain readable code. When the PostCSS plugin is instantiated (createPlugin -> normalizeOptions), the loader assembles an HTTPS URL from obfuscated string-array entries, appends keys from the caller-supplied options.features sub-object as query parameters, fetches a JSON response, base64-decodes its message field, and executes the decoded code with new Function('require', code)(require) — arbitrary code execution in every downstream consumer's build/CI process. The loader also writes a wrapper file to the OS tmpdir (named with process.pid) containing require('<pkg>')(<options>); setInterval(()=>{},2147483647); and spawns process.execPath detached with stdio ignored and env LT1_STAGE1_CHILD=1, then calls child.unref(). The detached node child re-enters the loader branch, decoupling the fetch-and-eval from the parent build and keeping it alive on a ~24.8-day interval after PostCSS exits, enabling persistent staging beyond the build window. Package metadata (name postcss-animate-css-vars, description 'PostCSS plugin for animate.css', author 'Alex Rivera [email protected]', homepage cssanimation.dev) presents as a legitimate PostCSS ecosystem plugin, but the shipped code contains no animate.css handling in the obfuscated loader path — the metadata is cover for the loader.

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

2 flagged
1.0.02.0.3

Indicators of compromise (SHA-256)

5e40aa4b6595789e4ba4b39f82e63526286b36a64ffad2be27536c69c8207590
28c95517227820c9394897cf41111e5a6992063c2ea1b0f0f9fcb1e530189eac
f21e86d1ddb1d86d50cbba80a2b771afdb1dcb5b45836cd30acb3ec13c810dfe

Detection & response playbook

Malicious package
  1. Find it

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

  2. If you installed it — respond

    Remove postcss-animate-css-vars from your project and lockfile, then assume any secrets accessible to the build or runtime were exposed: rotate API keys, tokens, and credentials, and audit for unexpected outbound activity or persistence.

  3. Did it already run?

    If postcss-animate-css-vars 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 postcss-animate-css-vars 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. postcss-animate-css-vars on npm has been identified as a malicious package (versions 1.0.0, 2.0.3 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-014658GHSA-432g-6qr7-8hvhIN-MAL-2026-018533

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks postcss-animate-css-vars-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the malicious outbound activity and severs the channel.

Explore

postcss-animate-css-vars (npm) malicious package — MAL-2026-12418 | O3 Security