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

uac-packagenpm

uac-package is a confirmed malicious npm package (MAL-2026-10138) that steals credentials and exfiltrates sensitive data (malicious versions 1.1.0, 1.1.1, 1.1.2…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in uac-package (npm)

MAL-2026-10138
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall uac-package

What this malware does

[email protected] is an analytics package that, on install, silently mutates the installer's project files: postinstall.js invokes integrate() which rewrites package.json scripts (dev/preview/start), edits vite.config./nuxt.config., and prepends import 'uac-package/track' to the first matching src/main.{js,ts,tsx,jsx} or src/index.{js,ts}. All mutations reference only the package's own modules; no remote code is fetched at install time. The injected runtime module (autoIdentity.mjs) runs later in the deployed app's browser and performs broad end-user identity extraction: it scans localStorage/sessionStorage against a large auth-key list (access_token, id_token, refresh_token, jwt, persist:auth, okta-token-storage, firebase:authUser, @auth0spajs, msal.account.keys, CognitoIdentityServiceProvider, supabase.auth.token, Clerk/Amplify/Keycloak keys), decodes JWTs, reads auth cookies, and monkey-patches window.fetch and XMLHttpRequest to intercept auth-related responses; extracted name/email/custom fields are POSTed to https://uac-backend.clay.in. The install-time mutation targets the installer's project only and references first-party modules (no exfil, RCE, credential theft, or destruction on the installer's machine). The auth-token collection executes in the installer's end-users' browsers after deployment — the developer opts into this by installing an analytics package that advertises identity tracking, and the destination is the vendor's documented backend — so it is not a supply-chain attack on the installer, but the identity-extraction scope (broad auth-key list, fetch/XHR interception, JWT decoding) is materially broader than typical product analytics and may create downstream privacy/compliance exposure for the installer's end-users.

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

14 flagged
1.1.01.1.11.1.21.1.31.2.11.3.01.4.01.4.11.4.31.4.41.4.51.4.61.4.71.4.8

Indicators of compromise (SHA-256)

22d32047710ee8e566af17a54d0bc0859b75a1d066ad0ac17673b2de87dc10e7
52df4d1ea783c5388332f96f59cfb6a410b1e079411460f51db6f0404f9c7f05
95910a8bf91d2e7ae56853ea58c4cd6f14ee3f3c3f5168198bd241bc45b98371
2e485b0df43825244098a69bb078d36c4ce98243d46c652d92ebb1afb2ae36f5
4d2c2d224834611b638d571689ba89e7ad9b15f59f68a01f403056d02c9278c9
ecd1d3f24d31780d5f1db222bced091f2c311926df12057168bfff46c1bc2a6d
0ea82419384920371fde689d40b57ab6334deabf38e21562da67871db9989223
20b7b59475bf88559895faa827ec35c86b621cf554f899292774f3dc124aa294
30c97f46d85f6ee15b18ea66e1d4236303e34208c9761eee938bcf3a3a951ffb
c5d7ec8a8ecc24abbecf1420687336779e848609174b37632c69a34d2e01fc38
cb2f1cf2dbbdb87f2b0c37826d8326ff0ca7ecfdbc3af1dd4fdd31a0c299c78b
d2988f3dd57fa2c8f8c1f301a358cb9f02ed259bf9ec6c96300ec1b919c9fe02
d4d038e373afea1036835b3522f31ae75417f51ad9c7889beb5327ac71cdb49c
f8e40073a3f4bcaf47665bd9c9e1b3b611efb36c7ea05bd989281f905a02d30c
4b9f9572a9dedf5abb41283fe20b4ae4be63485adff0dffc13f5b255a660c61f

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

  2. If you installed it — respond

    uac-package 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 uac-package 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 uac-package 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. uac-package on npm has been identified as a malicious package (versions 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.2.1, 1.3.0, 1.4.0, 1.4.1, and 6 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-009627IN-MAL-2026-009625IN-MAL-2026-009623IN-MAL-2026-009626IN-MAL-2026-009624GHSA-7cmm-649r-p3q2IN-MAL-2026-011254IN-MAL-2026-011320IN-MAL-2026-011255IN-MAL-2026-013236IN-MAL-2026-012925IN-MAL-2026-013225IN-MAL-2026-012926IN-MAL-2026-013237IN-MAL-2026-013331

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks uac-package-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

uac-package (npm) malicious package — MAL-2026-10138 | O3 Security