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

@orion-design-system/foundationnpm

Malicious code in @orion-design-system/foundation (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-5523
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @orion-design-system/foundation

What this malware does

The package's npm preinstall lifecycle script runs an inline node -e payload that collects the installer's hostname (os.hostname()) and OS username (os.userInfo().username) and transmits both to an attacker-controlled ProjectDiscovery Interactsh listener at d8ks495t5p5ut2enft80hii4hqu7wt7gb.oast.site — first as an HTTPS GET with the values in query parameters (?h=<hostname>&u=<username>), then as a DNS lookup encoding the hostname into a subdomain (dual-channel to bypass egress filtering). The attacker controls the unique OAST subdomain and receives both the HTTP request and the DNS query out-of-band. The version 9999.0.4 and the @orion-design-system scope are the canonical fingerprints of a dependency-confusion attack: a high version number is published to public npm under a scope that the attacker believes corresponds to a private/internal package, so any victim build that misroutes resolution to the public registry will pull this version and execute the exfiltration on npm install.

The OpenSSF Package Analysis project identified '@orion-design-system/foundation' @ 9999.0.4 (npm) as malicious.

It is considered malicious because:

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

Malicious versions

5 flagged
9999.0.09999.0.19999.0.29999.0.39999.0.4

Indicators of compromise (SHA-256)

415d4de9648e791e061f26a8939e7530af9b3365ec0d00c38fa3642e9b83fcb5
72f7c1d7bf0e1bc45618de90faa1a3b60b99f75df2b2f264174f1a6cc10710cc
7bec5d5dff963ff4617162b4ad15dff8188ccc309d0beaf0c08c405261dce1ac
8f8221eb2d51c14500cfc2ca44338fad4d4ec785310189059637c5f1a879517f
b664659493765f2f9edcce7a5eda55d284ef03f7a8eed3855d41c2d448629fa3
ed052905a32341ca24d144ea6fa4593962ba1a390210006d659fb883a5a732b0
9a64f6bdb5211b25baf8dbdc18c5d6ab23aac374b09f5158a1a0316701d208c4
c7722eaea7bc7ae326ec6ff4cdb730467da8c7de628bcc8860300dc09996c6e7
3e7fdf1bb78d6c3750adffa854f5f08c7f2fd7af6166f7234aa5cbf4974a1375
544c5d9976421747f56df9014dbd7777532d14be9b3cd4805ecddaa8b92df9ab
acebde0a3b345dcd7f51f857b4d37497cc71f2a65ab73f8b9e16f748481da0d4

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

  2. If you installed it — respond

    @orion-design-system/foundation 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 @orion-design-system/foundation 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 @orion-design-system/foundation 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. @orion-design-system/foundation on npm has been identified as a malicious package (versions 9999.0.0, 9999.0.1, 9999.0.2, 9999.0.3, 9999.0.4 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-005270IN-MAL-2026-005267IN-MAL-2026-005280IN-MAL-2026-005279IN-MAL-2026-005269IN-MAL-2026-005268IN-MAL-2026-005305IN-MAL-2026-005304IN-MAL-2026-005309IN-MAL-2026-005308

References

Credits

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

Detect & block this

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

@orion-design-system/foundation (npm) malicious package — MAL-2026-5523 | O3 Security