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

mangomind-agentnpm

mangomind-agent is a confirmed malicious npm package (MAL-2026-13611) that steals credentials and exfiltrates sensitive data (malicious versions 0.1.0, 0.1.1, 0.1.2…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in mangomind-agent (npm)

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

What this malware does

src/index.js opens a persistent WebSocket to a hardcoded default relay at wss://relay.mangomindbd.com and dispatches on message types received from that remote endpoint. On messages of type 'diagnosis' with autoFix set, the handler passes msg.fixCommand — a string chosen by whoever controls the relay — directly to child_process.execSync on the local machine (timeout 120000ms), yielding full-host command execution under the user running the agent. On messages of type 'opencode_request', the handler forwards attacker-chosen HTTP method, path, and body to a locally-spawned opencode AI coding agent bound on 127.0.0.1 and returns its response, giving the same remote party a proxied channel to drive that agent's file and shell tool access against the installer's workspace. The relay hostname mangomindbd.com is also referenced from https://api.mangomindbd.com in the same file, and the module makes cross-platform curl/http.get/os.hostname calls consistent with host-context reporting to the relay. The remote-execution paths are gated only by an initial token handshake with the relay operator, so any party in control of relay.mangomindbd.com holds arbitrary RCE and AI-agent-driven filesystem access on every host running this package.

Malicious versions

12 flagged
0.1.00.1.10.1.20.1.30.1.40.1.50.1.60.1.70.1.80.1.90.2.00.2.1

Indicators of compromise (SHA-256)

0a820627a381b679977138fc6a5c6b0c3e14223edc94ad95540da892a732f899
1138420f285343ebe7ca653e0fc496ff6df0e82fea9757611f64776e9940c2f0
62dd36baa2ed2939bce3610e618a428a14a9c2ea99784813b4a36ab87e2621b6
6512bd1cea27977e679186d569d524555fdf0ed5ea9e4b965aa640b1ae8326cb
8a8208cd174e0307751e38c5eef81f1ae0846462d50364f44a862155207860d0
f6b9d85fd3ae05d7dd1103bfd87b5a2b3331c324f7e05a6efff025922bf13fa5
7bc7cbb3a5ae03743640f64295f706a906cf879bee18ebf1061d6c636efa7924
ae63365cb47ed8a6d2442c04be2f5828ce003a53fab3d3a4a2498f4f7b1be274
b94467feb1e9912a43e28661b777638d5445997a7c299152d792bf33407e38c2
e4b935a8a3b1227ebac8eee92165ea75600dfa3fbf3eece2969a5bbde299a4c6
ee9a565cd1c79c46d573acd39abcd3c1e9c3e9167632a322f485b0a25cb589b7
fa7568fdd1f991143971cfd19c3368bb2e41f99cf44c66bc72308ea32f0d7ffc

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

  2. If you installed it — respond

    mangomind-agent 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 mangomind-agent 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 mangomind-agent 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. mangomind-agent on npm has been identified as a malicious package (versions 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, and 4 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-017093IN-MAL-2026-017098IN-MAL-2026-017092IN-MAL-2026-017099IN-MAL-2026-017097IN-MAL-2026-017095IN-MAL-2026-017096IN-MAL-2026-017101IN-MAL-2026-017094IN-MAL-2026-017100IN-MAL-2026-017103IN-MAL-2026-017102

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks mangomind-agent-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