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

npm-bug-bounty-test1-rhyselsmorenpm

Malicious code in npm-bug-bounty-test1-rhyselsmore (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-6354
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall npm-bug-bounty-test1-rhyselsmore

What this malware does

package.json declares a dependency foo whose source URL is https://3223567a82f3.ngrok.app/foo — an ephemeral, anonymous ngrok tunnel with no version pin and no integrity hash. On npm install, npm fetches whatever tarball the tunnel currently serves and runs its lifecycle scripts (preinstall/install/postinstall) on the installer's machine. The tunnel operator can swap the served bytes at any time, so the package effectively delegates arbitrary code execution at install time to whoever controls the ngrok endpoint. The package itself has no functional surface: the declared main: index.js is absent from the tarball (which contains only a foo text file and package.json), so the only observable effect of installing it is the dependency-resolution fetch from the attacker-controlled tunnel. Package naming suggests this may be a bug-bounty proof of concept, but the install-time mechanism is identical to a real dropper.

Malicious versions

1 flagged
1.0.5

Indicators of compromise (SHA-256)

354a2aa5da5356bab1c97537f865ebdf6af3fcc24f74a6f7c6f78181265c8af2

Detection & response playbook

Malicious package
  1. Find it

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

  2. If you installed it — respond

    Remove npm-bug-bounty-test1-rhyselsmore from your project and lockfile, then assume any secrets accessible to the build or runtime were exposed: rotate API keys, tokens, and credentials, and audit for unexpected outbound activity or persistence.

  3. Did it already run?

    If npm-bug-bounty-test1-rhyselsmore 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 npm-bug-bounty-test1-rhyselsmore 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. npm-bug-bounty-test1-rhyselsmore on npm has been identified as a malicious package (version 1.0.5 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-007388

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks npm-bug-bounty-test1-rhyselsmore-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the malicious outbound activity and severs the channel.