OpenSSF/OSV advisory MAL-2026-14563 confirms this npm version as malicious. The package's package.json declares a preinstall lifecycle script (`node beacon.js || true`) that runs automatically during `npm install`. beacon.js reads os.hostname(), os.userInfo().username, process.platform, and process.arch and sends them via https.get to the hardcoded endpoint https://m3p49wwj8ttzz98h.datasafeservices.com/npm-install?<query>. The package is published at version 99.0.0 with a name consistent...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in rn-push-provisioning (npm)
Details
The package's package.json declares a preinstall lifecycle script (`node beacon.js || true`) that runs automatically during `npm install`. beacon.js reads os.hostname(), os.userInfo().username, process.platform, and process.arch and sends them via https.get to the hardcoded endpoint https://m3p49wwj8ttzz98h.datasafeservices.com/npm-install?<query>. The package is published at version 99.0.0 with a name consistent with a dependency-confusion lure targeting installers who resolve an internal name to the public registry. Collected identifiers fingerprint the installer's host and user account and are transmitted to a third-party subdomain unrelated to any documented publisher, satisfying the install-time exfiltration fingerprint.
## Source: ghsa-malware (3123fbb2393a8b9bf74cadf91531791520b038c28e1f941c36b3d77f0511f449) Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.
Decision reason
OpenSSF Malicious Packages via OSV confirms rn-push-provisioning@99.0.0 as malicious (MAL-2026-14563): Malicious code in rn-push-provisioning (npm)