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

tailwind-animnpm

tailwind-anim is a confirmed malicious npm package (MAL-2026-11500) that opens a backdoor for remote access (malicious versions 0.0.1, 1.0.0, 1.1.0…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in tailwind-anim (npm)

MAL-2026-11500
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall tailwind-anim

What this malware does

index.js appends an eval(atob(...)) blob to an otherwise legitimate Tailwind plugin. On require(), the decoded loader queries Ethereum JSON-RPC block explorers for transactions from hardcoded address 0xa322e5f3d311d3080e6f01210463e9adc2490ef1a, decodes an IP address from the transaction's to field, fetches an XOR-encrypted JavaScript payload from http://<resolved-ip>:443/0x/cls and http://<resolved-ip>:443/0x/ls (payload delivered via an x-payload-b64 header, XOR-decoded with a User-Agent-derived key), and executes the result via eval and a detached, windowHidden spawn('node', ['-e',...], {detached: true, stdio: 'ignore', windowsHide: true}).unref() child process. Sensitive identifiers (http, https, child_process, spawn, URLs) are stored as \uXXXX-escaped strings inside a base64 wrapper. The on-chain lookup lets the operator rotate C2 endpoints by broadcasting new transactions from the attacker-controlled address, giving arbitrary remote code execution on any machine that installs or requires this package.

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

9 flagged
0.0.11.0.01.1.01.1.11.2.01.2.11.2.31.2.41.2.5

Indicators of compromise (SHA-256)

204592221540d7404642fb39488b1b235cf9f21b372558c196b404b48f3d7c23
21dc8202757ee9b584da35aaa3eedd5c8fb8c17d36a64c5ed306d10c8940d6d0
ba3c302d30fea06d38d1f64c91e1ddf871d43e77f6666a92bc2a3f94bc81e36a
b3ee952fee9167eb45c0c70e360c9a3db5705191acee67cc8cccd39b4f35af60
46826c8bbb0bbe9a109a77af59e6f7c79858113ee262875ce509e2912e8934d4
539cbf30c9853d3026adcefd2af39ef2199a0ea33ee0ed45b2278e9ed0ac592f
653bdcd0157d640f378b5e7bfff3367f1d2b3cd07e757054d12c91cea7e63712
6e0d8ecddb12c4e1de17dd6112eb0c81458549d1b6d0ebcdbd9d126624955f2d
80996d6ffc3d9de0b9b183670b6f41db352503d82cdc2737b56eaf6594422924
cf7eae0a973511cb2734a2fb52e468e5efc57cbfa14fc92caaa2b83c05a687f6

Detection & response playbook

Backdoor / remote access
  1. Find it

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

  2. If you installed it — respond

    tailwind-anim establishes remote access, so treat any host that installed it as fully compromised. Isolate the machine, remove the package, rotate all credentials it could reach, and rebuild from a trusted image rather than cleaning in place — a backdoor may have planted additional persistence.

  3. Did it already run?

    If tailwind-anim 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 tailwind-anim 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. tailwind-anim on npm has been identified as a malicious package (versions 0.0.1, 1.0.0, 1.1.0, 1.1.1, 1.2.0, 1.2.1, 1.2.3, 1.2.4, and 1 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-7xhc-fvmj-h5xjIN-MAL-2026-011024IN-MAL-2026-013193IN-MAL-2026-013191IN-MAL-2026-013364IN-MAL-2026-013366IN-MAL-2026-013369IN-MAL-2026-013373IN-MAL-2026-013367IN-MAL-2026-013365

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks tailwind-anim-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the C2 callback and severs the channel.

Explore

tailwind-anim (npm) malicious package — MAL-2026-11500 | O3 Security