OpenSSF/OSV advisory MAL-2026-12436 confirms this npm version as malicious. shift-sdk-v5@5.0.1 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,...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in shift-sdk-v5 (npm)
Details
shift-sdk-v5@5.0.1 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.
Decision reason
OpenSSF Malicious Packages via OSV confirms shift-sdk-v5@5.0.1 as malicious (MAL-2026-12436): Malicious code in shift-sdk-v5 (npm)