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

sixbailsnpm

sixbails is a confirmed malicious npm package (MAL-2026-11088) that steals credentials and exfiltrates sensitive data (malicious versions 1.0.0, 1.0.1, 1.0.2…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in sixbails (npm)

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

What this malware does

sixbails is a WhatsApp Web library (Baileys-family fork). On every socket creation — the package's primary documented API — a 5-second timer fires newsletterWMexQuery("120363425547320365@newsletter", QueryIds.FOLLOW) from lib/Socket/newsletter.js (lines 101-105), causing the consumer's authenticated WhatsApp account to silently follow a hardcoded newsletter channel owned by the author. The behavior is disclosed in the README ("Has 1 newsletter follow, only the developer's WhatsApp channel"), so it is disclosed self-promotion rather than covert exfiltration, and no installer-machine secrets, environment variables, or filesystem contents are sent anywhere. The blast radius is confined to the consumer's WhatsApp account state (one extra channel subscription). Separately, package.json line 48 pins libsignal to github:tenka-san/libsignal-node with no commit SHA, branch, or tag — whoever controls that repo's default branch can change cryptographic primitives in future installs (this mirrors upstream Baileys's unpinned libsignal fork pattern). The declared preinstall hook (node./engine-requirements.js) is a benign Node>=20 version check with no network or filesystem side effects. Routing to human review so a maintainer can decide whether the disclosed-but-still-hardcoded WhatsApp follow + unpinned third-party crypto fork warrant a public advisory.

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
1.0.01.0.11.0.21.0.31.0.41.0.51.0.61.0.71.0.81.1.01.1.1

Indicators of compromise (SHA-256)

39404fc7b16b66b76bed0e8794563ad0a40a0f16dafd81fbe68f35e2c5bc9678
048305b772842e0d1f5c1c94dc50eead496409bef436a48d41664ba3aff41e98
1ed80573ee2c79dbcecf24785de5c6741989320b2f411bceb5a4f25504458c7d
80e598969a00fd7b3cd0c8f0dab5600ab4459669a4675feab8164a1d31cbfddf
d0403dd8e44a987ea23161506cc4cc07b7e83d574db5a18ab556e9b5b4d3f066
0d8454f96ea1d4bca5e6a6e7aedecbda792b15bd8269a521ab5c913afac267da
28eb691843fe4fa8552ca9b91c2b4964642987a660146ab7517f68e8a3784753
3f2eb1ff888e9063ec155ac48d03c556f502a5ae6e1202d2df7bfd383a15e354
7f8b43a44499e8a047137f134859a33ae9e5ee35ad5b7ef6040970ee9ee83ba5
b19a042d77aa479773c8ed5516fe842a73a169fa366d097ef819800213160675
e91338e6d735e538b7defb669e5b213cad127a9fd64290fa32d83bb855dcf9bd
fcd5a8aa2cd7d270f1f25ed9c850e51eff56fcc5b5d674606002226d13a9725f

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

  2. If you installed it — respond

    sixbails 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 sixbails 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 sixbails 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. sixbails on npm has been identified as a malicious package (versions 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, and 3 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-8cvc-378h-fwqfIN-MAL-2026-013018IN-MAL-2026-013153IN-MAL-2026-013081IN-MAL-2026-013057IN-MAL-2026-013098IN-MAL-2026-013251IN-MAL-2026-013042IN-MAL-2026-013015IN-MAL-2026-012924IN-MAL-2026-012962IN-MAL-2026-013016

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks sixbails-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

sixbails (npm) malicious package — MAL-2026-11088 | O3 Security