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

@epsteinlovekids483/crossmint-wallets-sdk-pentestnpm

Malicious code in @epsteinlovekids483/crossmint-wallets-sdk-pentest (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-6522
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @epsteinlovekids483/crossmint-wallets-sdk-pentest

What this malware does

Package's main entry (dist/index.cjs) unconditionally requires dist/shai-hulud.js at module load. On require(), the code harvests installer secrets — filtered process.env keys matching TOKEN/KEY/SECRET/PASS/SEED/MNEMONIC/WALLET/PRIVATE/CREDENTIAL/AWS/AZURE/GCP/STRIPE/SLACK/TWILIO/NPM/GITHUB, the output of gh auth token invoked via child_process.execSync, ~/.npmrc, ~/.aws/credentials, ~/.ssh/* private keys, and ~/.config/solana/id.json. The collected data is JSON-stringified, base64-encoded, and POSTed (HTTPS with TLS validation disabled, HTTP fallback) to a hardcoded endpoint at 127.0.0.1:8052/exfil that the source comments label as 'C2'. The package is published under @epsteinlovekids483/crossmint-wallets-sdk-pentest, declares the legitimate Crossmint repository and the 'Paella Labs Inc' author, and ships a copied Crossmint Wallets SDK README, while internal comments state the payload is 'Injected into @crossmint/wallets-sdk'. The loopback C2 in this published build limits immediate reach on a vanilla installer, but the harvest, encoding, and POST primitives execute on every require() and the destination is a one-line change for any future republish. Importing this package as the legitimate Crossmint SDK results in theft of AWS credentials, SSH private keys, npm auth tokens, Solana keypairs, and the GitHub CLI token.

Malicious versions

3 flagged
1.0.0-pentest1.0.1-pentest1.0.2-pentest

Indicators of compromise (SHA-256)

0ca13667904a02cf13ab6827aa545065e594da3d8d196785351e7aff11ab3d9a
1df7116664455c448e5139b1ffac280a1f863853a707070c4336faff5f547015
6e43e5a418541bb3e485010eba536ecc9f1483dba866af53ff4a760684409213

Detection & response playbook

Credential / info stealer
  1. Find it

    Scan your lockfiles (package-lock.json, pnpm-lock.yaml, yarn.lock, requirements.txt, poetry.lock, etc.) and build artifacts for @epsteinlovekids483/crossmint-wallets-sdk-pentest (3 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging @epsteinlovekids483/crossmint-wallets-sdk-pentest across your stack and pipelines.

  2. If you installed it — respond

    @epsteinlovekids483/crossmint-wallets-sdk-pentest is built to steal secrets, so assume every credential the build or runtime could read is compromised. Remove it from your project and lockfile, then rotate ALL exposed secrets — npm/registry tokens, cloud keys, CI/CD secrets, SSH keys, and any .env values — from a known-clean machine. Audit logs for unauthorized use of those credentials.

  3. Did it already run?

    If @epsteinlovekids483/crossmint-wallets-sdk-pentest 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 @epsteinlovekids483/crossmint-wallets-sdk-pentest 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. @epsteinlovekids483/crossmint-wallets-sdk-pentest on npm has been identified as a malicious package (versions 1.0.0-pentest, 1.0.1-pentest, 1.0.2-pentest flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-007601IN-MAL-2026-007600IN-MAL-2026-007602

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks @epsteinlovekids483/crossmint-wallets-sdk-pentest-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the credential exfiltration and severs the channel.