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

@doaction/authnpm

Malicious code in @doaction/auth (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-5369
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @doaction/auth

What this malware does

@doaction/[email protected] is shaped as a public-registry shadow of a private internal package: scoped name pattern, inflated 99.99.99 version, and a self-described 'environment telemetry for internal testing' purpose. Its preinstall hook (package.json declares "preinstall": "node scripts/postinstall.js") runs scripts/postinstall.js, which unconditionally require('@doaction/shared/bin/postinstall.js'). The @doaction/shared dependency is pinned to ^99.99.99 — another inflated public-registry artifact — and its contents are not shipped in this tarball, so the actual install-time code is whatever resolves as @doaction/shared from the public registry. Any organization with a private @doaction scope that does not lock its registry resolution will, on npm install, automatically execute attacker-controlled code from the public @doaction/shared. The package's exported reportAuthEnv() additionally forwards a whitelist of AUTH_* environment variables to Datadog via @doaction/shared, expanding the scope of data the unseen dependency can collect at runtime. The combination of the inflated version, the scoped-name shadowing pattern, the preinstall delegation to an unshipped same-author dependency, and the env-forwarding API is the canonical dependency-confusion attack shape.

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.99.99

Indicators of compromise (SHA-256)

4f5cb209773d28630723ae7434596493f0829f1a14a765ba0b66f1f689a10e3a
315373bdc7d680635b763119fdedc6245f623aba4d3423f8f1447f057ea75c90
f96ec00bc5ed7192c8483a1b27f2212ce64e5a86f1dc309b66d14ea969de00fb

Frequently asked questions

No. @doaction/auth on npm has been identified as a malicious package (version 99.99.99 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-5cwj-c46v-mpmfIN-MAL-2026-004996IN-MAL-2026-004995

References

Credits

  • Amazon Inspector · finder

Scan your dependencies

O3 Security blocks malicious packages like this at install time and in CI.

Supply-chain protection
@doaction/auth (npm) malicious package — MAL-2026-5369 | O3 Security