OpenSSF/OSV advisory MAL-2026-14022 confirms this npm version as malicious. alelo-client@99.0.0 is a dependency-confusion / impersonation package targeting an internal 'Alelo' namespace (version 99.0.0, generic 'internal utilities' description). On npm install, preinstall.js collects hostname, username, platform, cwd, and the full process.env and POSTs the JSON payload over HTTPS to the bare-IP endpoint https://209.99.185.109/preinstall with TLS verification disabled...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in alelo-client (npm)
Details
alelo-client@99.0.0 is a dependency-confusion / impersonation package targeting an internal 'Alelo' namespace (version 99.0.0, generic 'internal utilities' description). On npm install, preinstall.js collects hostname, username, platform, cwd, and the full process.env and POSTs the JSON payload over HTTPS to the bare-IP endpoint https://209.99.185.109/preinstall with TLS verification disabled (rejectUnauthorized:false). A postinstall path additionally reads.env,.npmrc, package.json, and parent-directory.env files via fs.readFileSync, executes whoami/id via child_process, and POSTs the collected contents to https://209.99.185.109/postinstall with certificate verification disabled. The tarball also ships a login.ps1 referencing an external npm account (oxy12@proton.me). The.npmrc read yields the installer's npm auth token and the.env reads yield application secrets; both leave the installer's machine to an attacker-controlled bare IP at install time.
Decision reason
OpenSSF Malicious Packages via OSV confirms alelo-client@99.0.2 as malicious (MAL-2026-14022): Malicious code in alelo-client (npm)