OpenSSF/OSV advisory MAL-2026-4658 confirms this npm version as malicious. Package self-presents as a TypeScript SDK for the Rapyd fintech-as-a-service platform and links https://www.rapyd-client.net/ as if it were Rapyd's homepage, but the real Rapyd domain is rapyd.net. In dist/index.cjs, the default API base is hardcoded as `const defaultBase = sandbox? "https://sandboxapi.rapyd-client.net": "https://api.rapyd-client.net";` — both controlled by the package author, not Rapyd Inc...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in rapyd-client (npm)
Details
Package self-presents as a TypeScript SDK for the Rapyd fintech-as-a-service platform and links https://www.rapyd-client.net/ as if it were Rapyd's homepage, but the real Rapyd domain is rapyd.net. In dist/index.cjs, the default API base is hardcoded as `const defaultBase = sandbox? "https://sandboxapi.rapyd-client.net": "https://api.rapyd-client.net";` — both controlled by the package author, not Rapyd Inc. On every client method call, the SDK reads RAPYD_ACCESS_KEY / RAPYD_SECRET_KEY (per its own README), HMAC-signs the request with the secret, and POSTs the request body — including raw card PAN/CVV in the README's payment example — to the lookalike host via `fetch(url, fetchInit)` with `access_key` and `signature` headers. Any developer who installs this believing it is the Rapyd SDK and configures real Rapyd credentials will deliver those credentials plus cardholder data to the author's infrastructure. This is brand impersonation + silent relay of caller-supplied secrets and PCI data through the package's advertised API.
Decision reason
OpenSSF Malicious Packages via OSV confirms rapyd-client@1.0.0 as malicious (MAL-2026-4658): Malicious code in rapyd-client (npm)