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

@asavie/i18nnpm

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

MAL-2026-4265
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @asavie/i18n

What this malware does

@asavie/[email protected] is a dependency-confusion package targeting an unclaimed npm scope. Its package.json declares a preinstall hook that runs node callback.js, which on npm install reads os.hostname() and the output of whoami (callback.js L23, L28) and transmits them to the attacker-controlled out-of-band collector d88r3mao12pqka8tg04gn4ychek66c3wj.oast.site (an Interactsh subdomain) via both a DNS A-record lookup and an https.get() request with the data base64url-encoded into the subdomain (callback.js L21, L37, L46). Version 99.0.0 and the squat on the @asavie scope are the canonical dependency-confusion shape — any build that mistakenly resolves this scope from public npm leaks identifying host data to the publisher. The tarball additionally ships an unrelated ~123 MB google-chrome-stable_current_amd64.deb that is not referenced by any code path; it is not executed but represents either staging or registry abuse. Author claims of 'authorized research' are unverifiable by installers and do not change the installer-side outcome: unsolicited exfiltration of host identifiers on npm install.

The OpenSSF Package Analysis project identified '@asavie/i18n' @ 99.0.1 (npm) as malicious.

It is considered malicious because:

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

  • The package executes one or more commands associated with malicious behavior.

Malicious versions

3 flagged
99.0.099.0.199.0.3

Indicators of compromise (SHA-256)

c72462533b89e20b39c2336d38a51d34b95330c056845b95a3b390740cadc803
c90149499c9faecb4948903496d7a99bd57f787ed20b7e4e0328d932cd89d96a
e4fec4f800c855729363575ea3ab7f2b6defc5aa0de71d2f1a5895a3db69bb27
3564af29bcc73620093aecb81252259e227011d411a609130c82c9004fb02586
7e403fc0ec28bb05f955dad212fb2b83e7f2143dddd57385b0beac5626fbd99d
96b50c34d5d5e18e0c6abe89f65dca503cbc25b831d29cf0862df0d3c6b464b1
a73d77d4aaaafa5e736bc16da0eedee95e34c5ad31edd3abee306c8c8015158b
d803002ee95ea92bdcb3a918e1be10930816db383ce2a58a6947afea84e04040

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

  2. If you installed it — respond

    @asavie/i18n 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 @asavie/i18n 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 @asavie/i18n 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. @asavie/i18n on npm has been identified as a malicious package (versions 99.0.0, 99.0.1, 99.0.3 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-004342IN-MAL-2026-004343IN-MAL-2026-004344IN-MAL-2026-004354IN-MAL-2026-004355IN-MAL-2026-004341

References

Credits

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

Detect & block this

O3 blocks @asavie/i18n-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the credential exfiltration and severs the channel.

@asavie/i18n (npm) malicious package — MAL-2026-4265 | O3 Security