Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Malicious package

solana-pda-helpernpm

Malicious code in solana-pda-helper (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-4247
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall solana-pda-helper

What this malware does

On npm install, package.json's postinstall hook runs node -e to issue an https.get against rqnyz-2605-7280-7--2000-c51.run.pinggy-free.link/npm/-/binary/telemetry — a Pinggy free-tier reverse-tunnel subdomain, which is the ephemeral attacker-callback host class, not legitimate telemetry infrastructure. The request is wrapped in try/catch to silently swallow errors, and even a failed request leaks installer IP, hostname resolution, and install timing to attacker infrastructure; the same hook is a standard staging point for follow-on payload delivery. The package compounds this with namespace-abuse signals: it advertises itself as 'Automatic PDA derivation for Anchor programs' but index.js is a 139-byte stub that only console.logs and shells out to solana --version, implementing none of the advertised functionality; the repository field points at github.com/solana/solana-pda-helper, impersonating the Solana org, which does not own this package; and keywords include 'ethereum' for a Solana-branded package. The combination of org-impersonation, hollow implementation, and install-time beacon to an ephemeral tunnel is a deliberate supply-chain attack lure rather than a misconfigured package.

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.

Malicious versions

1 flagged
1.0.46

Indicators of compromise (SHA-256)

6344bcb520f7710af49688f775268fc50814d9d4a0d479550505f8b3e17a25de
932b19a77a3ac634909a0f284df48d9b2a8b28f9c5370bd50306d7ba5a1335e9

Detection & response playbook

Backdoor / remote access
  1. Find it

    Scan your lockfiles (package-lock.json, pnpm-lock.yaml, yarn.lock, requirements.txt, poetry.lock, etc.) and build artifacts for solana-pda-helper (version 1.0.46). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging solana-pda-helper across your stack and pipelines.

  2. If you installed it — respond

    solana-pda-helper establishes remote access, so treat any host that installed it as fully compromised. Isolate the machine, remove the package, rotate all credentials it could reach, and rebuild from a trusted image rather than cleaning in place — a backdoor may have planted additional persistence.

  3. Did it already run?

    If solana-pda-helper was ever installed, its post-install/runtime payload may have already executed. O3's L7 egress monitoring and runtime eBPF sensors detect the credential exfiltration or command-and-control callback after install and block the malicious outbound channel, so you catch and contain the actual compromise — not just the presence of the package.

  4. How O3 protects you

    O3 blocks solana-pda-helper before install through its supply-chain scanner, and if it has already run, detects and severs the exfiltration or C2 callback at runtime through L7 egress monitoring and eBPF.

Frequently asked questions

No. solana-pda-helper on npm has been identified as a malicious package (version 1.0.46 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-jrx8-mvj8-9gq2IN-MAL-2026-003312

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks solana-pda-helper-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the C2 callback and severs the channel.

solana-pda-helper (npm) malicious package — MAL-2026-4247 | O3 Security