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

shopify-app-bridge-internalnpm

Malicious code in shopify-app-bridge-internal (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-5452
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall shopify-app-bridge-internal

What this malware does

The package's preinstall lifecycle script in package.json runs unconditionally on npm install and issues an HTTPS GET to https://jnhwbzedabyratvgvgpgo7wtsmhsiw8d4.oast.fun/?host=shopify-<hostname>, where <hostname> is taken from os.hostname(). The oast.fun domain is a public out-of-band interaction service (interactsh) commonly used as a callback collector, so this beacon discloses the installer's machine hostname to a remote third party at install time. The package name shopify-app-bridge-internal (unscoped) with version 99.9.9 and an internal suffix is the canonical dependency-confusion shape against Shopify's official scoped @shopify/app-bridge, designed to be resolved by internal build systems that look up a private dep name against the public registry. Despite the package's self-description as a bug-bounty PoC, the install-time beacon harms any installer that resolves the name.

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
99.9.9

Indicators of compromise (SHA-256)

b21c63417fe3a82fd514d0af7c913fb3c1cd62915839dc8910483fb6484bbbd9
f2a10e4151c578adc9a27ddc220cb2a1a9158ac747bf46476acd0d8670e580a2
10782d74cea89c4cb229a120caa37cc12e24845d59d5ca3f9b90f7196debbc60

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 shopify-app-bridge-internal (version 99.9.9). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging shopify-app-bridge-internal across your stack and pipelines.

  2. If you installed it — respond

    shopify-app-bridge-internal 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 shopify-app-bridge-internal 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 shopify-app-bridge-internal 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. shopify-app-bridge-internal on npm has been identified as a malicious package (version 99.9.9 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-005017IN-MAL-2026-005018GHSA-f435-6j4p-6q42

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks shopify-app-bridge-internal-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the C2 callback and severs the channel.