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

@zizie071/libsignal-nodenpm

@zizie071/libsignal-node is a confirmed malicious npm package (MAL-2026-4473) that typosquats a legitimate package to trick installs (malicious versions 3.3.6, 3.4.6). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @zizie071/libsignal-node (npm)

MAL-2026-4473
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @zizie071/libsignal-node

What this malware does

On require(), index.js schedules install.js which locates the installer's @whiskeysockets/baileys package on disk and overwrites lib/Socket/newsletter.js with an embedded payload (MODIFIED_NEWSLETTER_JS). The injected code fetches a JSON list from https://raw.githubusercontent.com/pipih071/SilenceV3/refs/heads/main/ch.json (a mutable, attacker-controlled raw GitHub URL) and uses the installer's authenticated WhatsApp session to silently auto-follow channels listed in that file. install.js writes a marker file (.cache containing 'Iove') under Baileys' node_modules to track the patch and calls process.exit(0) after patching to mask the side effect. The package self-identifies as 'Open Whisper Systems' libsignal for Node.js' under the @zizie071 scope, mimicking the well-known libsignal-node library API surface (SessionBuilder, SessionCipher, etc.) so unsuspecting developers pull it in as a drop-in replacement. Three independent supply-chain harms are present: (1) cross-package tampering — the package mutates a sibling vendor's installed source on the installer's machine, (2) attacker-controlled remote behavior — the patched code reads a mutable URL on each run so the attacker can change targeted channels at any time, (3) namespace abuse / impersonation of a well-known cryptography library to deliver the payload.

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
3.3.63.4.6

Indicators of compromise (SHA-256)

3e6d5096096e7e958916c5449a7480949135e6af5cd9acd4e1b1edab8c331163
5a2f3e504408800287317ea48a594dbcccfed211bae02ac9b4dfb5ddc352ae95
8b3a5467e4ea847ef33fdbcad1e9dd36f7da55a261dea48ecd4bb7070328e77d

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

  2. If you installed it — respond

    @zizie071/libsignal-node is a typosquat — you almost certainly intended a legitimately-named package. Remove @zizie071/libsignal-node, 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 @zizie071/libsignal-node 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 @zizie071/libsignal-node 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. @zizie071/libsignal-node on npm has been identified as a malicious package (versions 3.3.6, 3.4.6 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-004562IN-MAL-2026-004563GHSA-3425-gc6h-mm9j

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks @zizie071/libsignal-node-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

@zizie071/libsignal-node (npm) malicious package — MAL-2026-4473 | O3 Security