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

my-tailwind-gutenberg-blocknpm

my-tailwind-gutenberg-block is a confirmed malicious npm package (MAL-2026-10761) that executes malicious code on install (malicious versions 0.1.0, 0.1.2, 0.1.3…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in my-tailwind-gutenberg-block (npm)

MAL-2026-10761
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall my-tailwind-gutenberg-block

What this malware does

The package advertises itself as a WordPress Gutenberg + Tailwind block scaffold (src/edit.js, src/save.js, block.json), but the tarball also contains setup.ps1, an undocumented PowerShell script unrelated to the stated purpose. When run, setup.ps1 installs Scoop, winget, and the Deno runtime on the user's Windows host, then invokes deno run -A http://172.94.9.157/v028f8cde892b0b74c8.js — executing unpinned, unverified JavaScript fetched over plain HTTP from a bare IP with all Deno permissions granted (filesystem, network, environment, subprocess). Comments in the script self-describe the fetched code as a launcher-1 eval-loop that pulls launcher-2, which then sets up autorun and runs a main payload, indicating persistence. The mismatch between the advertised WordPress-block purpose and a Windows runtime dropper is a cover-story pattern; the bare-IP plain-HTTP delivery of a mutable script under a fully-permissioned alternate runtime is an install-time remote-code-execution vector against any developer who runs setup.ps1.

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

5 flagged
0.1.00.1.20.1.30.1.40.1.5

Indicators of compromise (SHA-256)

964a3f6c00b9b203b2ce5d2bf2a913e877d136325b805010ef3615c2dcc6a52a
f6b6c4fcc3ee772047b4024426157af02c50e66c30ef5eab3b8f81463e03f2ae
5ee474f6ef92a64efe35f2dbe7f0decb6a240ea439f6af20e5f368947889903a
5f4d28b61b3e2445e3719611a0699a16393493adb306840de48dc30123c7e09c
905d98c3e2e38f63f16f9f0170a95c8208a3d351e89ffe22f47fb4cc95fa001c
8ba41c0d8f447e47febb6ceed2c87681bb0f518b74d42d898e024a7ab4418f61

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 my-tailwind-gutenberg-block (5 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging my-tailwind-gutenberg-block across your stack and pipelines.

  2. If you installed it — respond

    Remove my-tailwind-gutenberg-block 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 my-tailwind-gutenberg-block 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 my-tailwind-gutenberg-block 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. my-tailwind-gutenberg-block on npm has been identified as a malicious package (versions 0.1.0, 0.1.2, 0.1.3, 0.1.4, 0.1.5 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-mhvw-mw3c-6mc5IN-MAL-2026-011014IN-MAL-2026-011016IN-MAL-2026-011015IN-MAL-2026-011017IN-MAL-2026-011161

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks my-tailwind-gutenberg-block-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

my-tailwind-gutenberg-block (npm) malicious package — MAL-2026-10761 | O3 Security