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

shift-sdk-v5npm

shift-sdk-v5 is a confirmed malicious npm package (MAL-2026-12436) that steals credentials and exfiltrates sensitive data (malicious version 5.0.1). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in shift-sdk-v5 (npm)

MAL-2026-12436
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall shift-sdk-v5

What this malware does

[email protected] registers a postinstall script that runs dist/recon.js on npm install. The script collects hostname, username, SUDO_USER, home directory, working directory, internal network interface addresses, DNS domain (via dnsdomainname), CI provider indicators, the full list of environment variable names, and a filtered subset of environment variable names matching AWS, GCP, AZURE, NPM, TOKEN, SECRET, KEY, PASS, CRED, GITHUB, GITLAB, and SSH patterns. The collected data is POSTed over plain HTTP to the hardcoded bare IP 138.68.108.20 at path /cb. The package's main file self-identifies as @shiftforex/shift-sdk-v4 — trading API client (scoped build) while being published unscoped as shift-sdk-v5, impersonating the legitimate scoped SDK to attract installs. A NON-SENSITIVE telemetry comment accompanies code that explicitly enumerates sudo state, internal IPs, CI context, and credential-shaped env var names — pre-attack host and credential-surface fingerprinting against installer/CI environments.

Malicious versions

1 flagged
5.0.1

Indicators of compromise (SHA-256)

2aca555e012d36b30d9ffe3d0f8acdca7ba67298a87ea02ea9d32731e8f2a748

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

  2. If you installed it — respond

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

Campaign

IN-MAL-2026-014826

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks shift-sdk-v5-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

shift-sdk-v5 (npm) malicious package — MAL-2026-12436 | O3 Security