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

@umschool/analyticsnpm

@umschool/analytics is a confirmed malicious npm package (MAL-2026-16051) that steals credentials and exfiltrates sensitive data (malicious versions 999.0.0, 999.0.1, 999.0.2…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @umschool/analytics (npm)

MAL-2026-16051
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @umschool/analytics

What this malware does

@umschool/[email protected] targets the internal @umschool npm scope with an implausibly high version number to force resolution over any private package of the same name. Its postinstall.js runs on npm install and collects host identity (os.hostname, os.userInfo, process.cwd), reads /etc/hostname, /etc/hosts, /etc/resolv.conf, and /proc/version, filters process.env for credential-shaped keys matching a broad regex (token/secret/key/pass/aws/db/jwt/auth/etc.), and walks parent directories to read.env and config.* files. Each payload is base64-encoded and transmitted via three HTTPS GET beacons to akko.requestcatcher.com, with an additional hex-encoded DNS beacon of hostname+user to the same domain. A README/comment self-labeling the code as a 'HARMLESS PoC' does not change the observed behavior: credential-shaped environment variables, dotenv files, and internal network configuration leave the installer's build host to a third-party request-catcher.

Malicious versions

5 flagged
999.0.0999.0.1999.0.2999.0.3999.0.4

Indicators of compromise (SHA-256)

730be45f4ca0d1b8df021cbd506e8ee293c8e9bc4a8ad3854b42408bd80e3162
7ce44bf9d1ffcc0a63fbc4e955c97cbd45f928e90ba052c49d4cce211b7fed96
b97a13f964bb64cd1a38a1e31b247917d6cea8f7aeae7bba3a6b7e6aa1feb4ef
da14c2843514d3c9103335648bc81a8bce18fc173b27c2ab39ebe2c6c0abe028
979621128350544996205e9516804472bf66eec1ff9f22a57111756158e9af8b

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

  2. If you installed it — respond

    @umschool/analytics 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 @umschool/analytics 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 @umschool/analytics 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. @umschool/analytics on npm has been identified as a malicious package (versions 999.0.0, 999.0.1, 999.0.2, 999.0.3, 999.0.4 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-019715IN-MAL-2026-019716IN-MAL-2026-019737IN-MAL-2026-019736IN-MAL-2026-019738

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks @umschool/analytics-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

@umschool/analytics (npm) malicious package — MAL-2026-16051 | O3 Security