OpenSSF/OSV advisory MAL-2026-15525 confirms this npm version as malicious. package.json declares a single dependency whose source is a bare HTTPS URL (https://repo.securityctrl.com/amplitude-react-native) rather than a registry version range, with no version pin and no integrity hash. The dependency key matches the package's own name, a dependency-confusion shape...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in amplitude-react-native (npm)
Details
package.json declares a single dependency whose source is a bare HTTPS URL (https://repo.securityctrl.com/amplitude-react-native) rather than a registry version range, with no version pin and no integrity hash. The dependency key matches the package's own name, a dependency-confusion shape. On npm install, npm fetches whatever tarball that host currently returns and installs it, executing any lifecycle scripts contained in the fetched artifact. The shipped index.js is an inert stub, so the manifest itself is the entire published payload and the operator of repo.securityctrl.com controls code executed on installers' machines.
Decision reason
OpenSSF Malicious Packages via OSV confirms amplitude-react-native@45.0.0 as malicious (MAL-2026-15525): Malicious code in amplitude-react-native (npm)