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

tailwind-typography-stylecssnpm

Malicious code in tailwind-typography-stylecss (npm) Remove it immediately and rotate any exposed credentials.

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

What this malware does

Package name 'tailwind-typography-stylecss' impersonates the official '@tailwindcss/typography' plugin; the shipped README is a verbatim copy of the official package's documentation, instructing users to install under the squatted name. The package's main entry src/index.js contains the legitimate plugin source followed by an appended obfuscated payload that fires on every require()/import. The payload uses a bespoke shuffle-cipher decoder (function sfL with constants n=2667686, modulus 4289487) to recover the string 'constructor', then invokes Function.constructor on a decoded body string and calls the resulting function — a classic dynamic-eval-of-opaque-blob construction. Before invocation, the code explicitly assigns require and module onto the global object (global[_$1e42[0]]=require; global[$_1e42[2]]=module) so that the dynamically constructed Function — which normally has no closure access to module-scope identifiers — can still reach Node's require and module APIs. The combination of name impersonation, verbatim-legitimate-source-plus-appended-payload, custom obfuscator, Function-constructor execution, and deliberate re-exposure of require/module on globals leaves no benign interpretation. Any project that follows the README and require()s this package executes attacker-controlled code in the consumer's Node process.

Malicious versions

1 flagged
0.8.3

Indicators of compromise (SHA-256)

273b99f5721643d8ba8335fd73b46b4b32f81406d73f44e7a16552e16b8becd6
cfd980bf98e04f3932c894ad9adf8597ef9e71371c6782b28a592387bcb35799

Detection & response playbook

Typosquat
  1. Find it

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

  2. If you installed it — respond

    tailwind-typography-stylecss is a typosquat — you almost certainly intended a legitimately-named package. Remove tailwind-typography-stylecss, install the correct package, and rotate any secrets exposed during the install since post-install scripts may have already run.

  3. Did it already run?

    If tailwind-typography-stylecss 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-typography-stylecss 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-typography-stylecss on npm has been identified as a malicious package (version 0.8.3 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-004456IN-MAL-2026-004457

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks tailwind-typography-stylecss-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.

tailwind-typography-stylecss (npm) malicious package — MAL-2026-4681 | O3 Security