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

8 flagged
1.0.0-pentest1.0.1-pentest1.0.2-pentest1.0.5-pentest1.0.7-pentest1.0.9-pentest1.0.111.0.11-pentest

Indicators of compromise (SHA-256)

0ca13667904a02cf13ab6827aa545065e594da3d8d196785351e7aff11ab3d9a
1df7116664455c448e5139b1ffac280a1f863853a707070c4336faff5f547015
6e43e5a418541bb3e485010eba536ecc9f1483dba866af53ff4a760684409213
af6fd83887b81c26da22239653f2ba5bcfd1595d45b3f1106f206bcfd5880003
ebf8f9d3677453259809d52d4b8e69591e8e12989363e98e7dbb8867fdbe7f6e
16f956e213ce0351e5350b1b7b6d998d2e9ed7d6dae05a17d1923fe309c477fa
1b9999c6315e7c670597d99525bf8f2855ff61499c08b649ae185bf1ff75e836
362265d8096cedca8dbb8fcfe9319112a2c7ce61bd4798fa12953998f822a560

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 (8 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, 1.0.5-pentest, 1.0.7-pentest, 1.0.9-pentest, 1.0.11, 1.0.11-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-007602IN-MAL-2026-007632IN-MAL-2026-007631IN-MAL-2026-007634IN-MAL-2026-007633IN-MAL-2026-007641

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.