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

web-model-bridgenpm

web-model-bridge is a confirmed malicious npm package (MAL-2026-5697) that steals credentials and exfiltrates sensitive data (malicious version 9999.99.99). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in web-model-bridge (npm)

MAL-2026-5697
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall web-model-bridge

What this malware does

On npm install, postinstall.js sends an HTTPS POST to https://ddactic-lab.online/sc/beacon carrying the package name/version, Node version, OS, CI-detection result, and the GITHUB_REPOSITORY, GITHUB_REPOSITORY_OWNER, and GITHUB_WORKFLOW environment variables when present. A DNS-lookup fallback encodes the same identifiers as a subdomain under *.b.ddactic-lab.online so the leak still completes even when HTTP egress is filtered — a pattern intended specifically to defeat egress controls. The package itself is a hollow placeholder: package.json describes it as an npm 404 error reference and index.js does nothing but require('web-model-bridge') (its own name) inside a try/catch, so the only effect of installing it is the install-time beacon. Any CI pipeline whose dependency tree references this name will leak the owning GitHub org/repo/workflow identity to an unrelated third-party domain on every build.

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
9999.99.99

Indicators of compromise (SHA-256)

14168589320a79c49b3c70ac3698ae673609824ecff707dc60fe0d04ad789003
3d2c385c177531c421e5a49f41d931890a48c16c921b23cc20f2bf4cd8fae893
8ce6eba68a26a38f2702f3d378b5302c82744be39e2bba6a8ad39b21d8267a80
fd97690b752815e8eb758f164c2b87793323ede76c19cd87553bfb0c0b35202b

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

  2. If you installed it — respond

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

Campaign

IN-MAL-2026-005753IN-MAL-2026-005752GHSA-69cw-2vc8-9jm7RLMA-2026-05650

References

Credits

  • Amazon Inspector · finder
  • ReversingLabs · finder

Detect & block this

O3 blocks web-model-bridge-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the credential exfiltration and severs the channel.

Explore