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

@monitoring-lib/error-trackingnpm

Malicious code in @monitoring-lib/error-tracking (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-5540
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @monitoring-lib/error-tracking

What this malware does

On npm install, the preinstall lifecycle hook in package.json runs a Node one-liner that reads the installer's hostname (os.hostname()) and username (os.userInfo().username) and transmits them to an attacker-controlled Interactsh/OAST callback domain via two channels: an HTTPS GET request to https://d8ks495t5p5ut2enft8041g7fusnfsy5e.oast.site/?h=<hostname>&u=<username> and a DNS lookup of monitoring-lib.<hostname>.d8ks495t5p5ut2enft8041g7fusnfsy5e.oast.site. The package name uses a generic scope (@monitoring-lib) that does not correspond to a known publisher, and the version number 9999.0.0 is the canonical shape of a dependency-confusion attack — a public registry upload designed to override an organization's internal package of the same name. Combined, the package is a supply-chain recon beacon: any installer that resolves to this version leaks its host identity to the attacker, identifying victims whose private-registry configurations failed.

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.

The OpenSSF Package Analysis project identified '@monitoring-lib/error-tracking' @ 9999.0.0 (npm) as malicious.

It is considered malicious because:

  • The package communicates with a domain associated with malicious activity.

Malicious versions

1 flagged
9999.0.0

Indicators of compromise (SHA-256)

491603ad44ed812c3d248696b00f7d4801a4c1dc23e4f23a3bb86f2ef499616d
8100d54eed6cb854340b403b4d22c6b2c4a6abc7780fc1a94c00e1d4a5404625
160b44403dfdcc6f9b6a3390ac9d1a2a55ed88c8a3cfd660850d573a89682453
0f59213141b2097ff9f1536b9de63f408c6417907dad6cc7d778e024fc4b3219

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 @monitoring-lib/error-tracking (version 9999.0.0). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging @monitoring-lib/error-tracking across your stack and pipelines.

  2. If you installed it — respond

    @monitoring-lib/error-tracking 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 @monitoring-lib/error-tracking 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 @monitoring-lib/error-tracking 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. @monitoring-lib/error-tracking on npm has been identified as a malicious package (version 9999.0.0 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-005362IN-MAL-2026-005363GHSA-5g45-cfrj-qc64

References

Credits

  • Amazon Inspector · finder
  • OpenSSF: Package Analysis · finder

Detect & block this

O3 blocks @monitoring-lib/error-tracking-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the C2 callback and severs the channel.

@monitoring-lib/error-tracking (npm) malicious package — MAL-2026-5540 | O3 Security