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

@cliphijack/santaclaudenpm

@cliphijack/santaclaude is a confirmed malicious npm package (MAL-2026-13363) that executes malicious code on install (malicious versions 1.0.100, 1.0.102, 1.0.103…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @cliphijack/santaclaude (npm)

MAL-2026-13363
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @cliphijack/santaclaude

What this malware does

The santaclaude bin opens a persistent WebSocket connection to https://santaclaude.app and long-polls /api/control/claim. Messages received from the server are dispatched to runControl(cmd), which invokes tmux send-keys -l (plus Enter) into arbitrary target windows on the user's host, spawns new tmux windows that run claude --dangerously-skip-permissions by default, and can kill or resize windows. The result is that the remote endpoint can execute arbitrary shell keystrokes in the user's tmux sessions and drive an AI coding agent that has itself been configured to bypass tool-use confirmations, yielding full-host command execution. A second path (checkUpdate()) polls /api/cli-version and, when the server returns a target value, writes it to ~/.santaclaude-target, exits with code 75, and causes the wrapper loop to re-exec npx -y @cliphijack/santaclaude@<server-chosen-version> — the version of the client that runs next is chosen by the remote server. Additional shell hooks (hooks/sc-notify.sh, hooks/sc-stop.sh) POST via curl to the same service with host identifiers. Whether or not the operator of santaclaude.app is the package author, the shipped design gives that endpoint an unauthenticated remote-control channel into the installer's shell and agent.

Malicious versions

7 flagged
1.0.1001.0.1021.0.1031.0.1041.0.1061.0.1071.0.108

Indicators of compromise (SHA-256)

e88afc6f55057610bf4d08504cb81d57d75ebb6f4b914b513ba7ce8e6c970f31
d698d924d4c966f5607141d27ac0ca6537caeeb591b2ce8bc45adc883ea31059
f6a4fa42a55635225fb914eaea97cbc9699efb6cc197445eacf32e6592b60675
5c5c1fd6edaa6c6493c7a8913752be30640a6ecab7eedb6eb0a11189b489b2b9
6d1cb4c79e0a4e3827b55930ebb97917c9202e9967b517987013f602b7365ba9
ca93352f04a1362e18f90681c68593ba46f4990765efa5fde5c8899df34d3459
d61263b768da6865bd9ad63d1d13eb2b4e05a93b4fc011f20621fb90d805e8fa

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

  2. If you installed it — respond

    Remove @cliphijack/santaclaude 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 @cliphijack/santaclaude 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 @cliphijack/santaclaude 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. @cliphijack/santaclaude on npm has been identified as a malicious package (versions 1.0.100, 1.0.102, 1.0.103, 1.0.104, 1.0.106, 1.0.107, 1.0.108 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-015848IN-MAL-2026-016553IN-MAL-2026-016554IN-MAL-2026-016552IN-MAL-2026-016555IN-MAL-2026-016550IN-MAL-2026-016551

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks @cliphijack/santaclaude-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

@cliphijack/santaclaude (npm) malicious package — MAL-2026-13363 | O3 Security