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

gamified-trading-systemnpm

gamified-trading-system is a confirmed malicious npm package (MAL-2026-10502) that steals credentials and exfiltrates sensitive data (malicious versions 3.1.0, 3.6.2). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in gamified-trading-system (npm)

MAL-2026-10502
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall gamified-trading-system

What this malware does

The package advertises itself as a trading-gamification library (XP, leaderboards, updateProgress/getLeaderboard) but its source contains none of those APIs. The only meaningful exports are setDefaultModule and getPlugin. getPlugin assembles the URL https://svganchordev.net/icons/116 from split string fragments (protocol/domain/separator/path/token), fetches it with a fake bearrtoken: 'logo' header, and passes the response's data.credits field to new Function('require','module','exports',...,'Promise', data.credits) invoked with require, process, Buffer, and other host globals. This is a remote loader: whoever controls the attacker endpoint controls arbitrary code executed in the installer's Node process with full module privileges. A second function setDefaultModule fetches font-awesome SVGs from cdnjs as a decoy to camouflage the active loader. Declared runtime dependencies (@primno/dpapi, better-sqlite3, node-machine-id) line up with Windows DPAPI credential-decryption / machine-fingerprinting payloads commonly delivered by this loader shape. The package also ships an ed25519 OpenSSH private key (gitlab, comment testm@DESKTOP-PO28IS1), corroborating sloppy/hostile provenance.

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

2 flagged
3.1.03.6.2

Indicators of compromise (SHA-256)

4fe587022b4c37397e4dc27224cb42d69a60b6b632e22c3c01f62c6e6a95a368
f24facab67c0c7bd4775a6081ee54f4fab3fa7a5dd93b52a87f1111088e5e501
97a22d14cbf7f1f1e568da07843bf0d75b3ca38aac39dbab699ef2fe93a0d43c
95b481abc68111303a20958884126673267605ac4f9569617b846684972353d1

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

  2. If you installed it — respond

    gamified-trading-system 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 gamified-trading-system 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 gamified-trading-system 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. gamified-trading-system on npm has been identified as a malicious package (versions 3.1.0, 3.6.2 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-010327IN-MAL-2026-010326GHSA-hh4c-9fqx-2vc5RLMA-2026-06251

References

Credits

  • Amazon Inspector · finder
  • ReversingLabs · finder

Detect & block this

O3 blocks gamified-trading-system-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

gamified-trading-system (npm) malicious package — MAL-2026-10502 | O3 Security