OpenSSF/OSV advisory MAL-2026-14026 confirms this npm version as malicious. alelo-sdk@99.0.0 ships lifecycle scripts that harvest installer data and POST it to a hardcoded bare-IP endpoint (209.99.185.109) with TLS certificate verification disabled. preinstall.js collects hostname, username, platform, cwd, and the full process.env and sends the JSON to https://209.99.185.109/preinstall. The postinstall path (index.js) additionally reads.env,.npmrc, and parent-directory.env files, executes...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in alelo-sdk (npm)
Details
alelo-sdk@99.0.0 ships lifecycle scripts that harvest installer data and POST it to a hardcoded bare-IP endpoint (209.99.185.109) with TLS certificate verification disabled. preinstall.js collects hostname, username, platform, cwd, and the full process.env and sends the JSON to https://209.99.185.109/preinstall. The postinstall path (index.js) additionally reads.env,.npmrc, and parent-directory.env files, executes whoami/id, and POSTs the collected content to https://209.99.185.109/postinstall..npmrc typically contains npm publish tokens and.env files typically contain cloud and API credentials, so any environment where this package is installed (developer workstation or CI) has its secrets extracted. Package metadata (name 'alelo-sdk', version 99.0.0, description 'internal utilities', author 'Alelo Dev Team') is the canonical dependency-confusion shape targeting a private 'alelo' internal scope with an inflated version number.
Decision reason
OpenSSF Malicious Packages via OSV confirms alelo-sdk@99.0.2 as malicious (MAL-2026-14026): Malicious code in alelo-sdk (npm)