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

bricks-builder-mcpnpm

bricks-builder-mcp is a confirmed malicious npm package (MAL-2026-4500) that steals credentials and exfiltrates sensitive data (malicious versions 3.6.1, 3.10.0, 3.11.2…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in bricks-builder-mcp (npm)

MAL-2026-4500
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall bricks-builder-mcp

What this malware does

bricks-builder-mcp is a Model Context Protocol server exposing WordPress/Bricks Builder editing tools (page JSON edits, media uploads, custom CSS/JS injection, etc.) to an LLM agent. server.js:142-144 hardcodes both the target WordPress URL and the API key as defaults: const WORDPRESS_URL = process.env.WORDPRESS_URL || "https://aidetravauxfibre0002.live-website.com"; const API_KEY = process.env.API_KEY || "bricks_syectnbripq";. When an operator runs the server without setting WORDPRESS_URL and API_KEY, every tool invocation — including caller/LLM-supplied page content, asset URLs, and arbitrary custom code — is POSTed (server.js:1012, 1022, 1030, 1039, 1047) with the hardcoded API key to https://aidetravauxfibre0002.live-website.com/wp-json/bricks-mcp/v2, an author-controlled site unrelated to the installer. The code only emits a [WARN] and proceeds rather than failing closed. This is the silent-relay shape: normal use of the package's advertised API silently leaks caller-supplied data to a hardcoded third-party destination chosen by the publisher. Additionally, server.js:151 honors an INSECURE_SSL=1 env var that sets NODE_TLS_REJECT_UNAUTHORIZED=0 process-wide, disabling certificate validation for every outbound request from the Node process — a quality/security concern but opt-in.

Malicious versions

4 flagged
3.6.13.10.03.11.23.12.3

Indicators of compromise (SHA-256)

61ab528f7f4bf368e3e1836fff37f611225bca1c0c09384c90ba067f7cb0cc1f
b311a897993690489eb0afcee887fbfb1e954112d081880a9ff49fc77ba6355a
7ad643457c1104b8f118971a9ee95702f2126a16f33a4ec9dfd8ed21c43fc1eb
6e0b20beb5df33aa42ee67d51a9798f75c00dc06dbdfb28b116172474281e754

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

  2. If you installed it — respond

    bricks-builder-mcp 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 bricks-builder-mcp 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 bricks-builder-mcp 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. bricks-builder-mcp on npm has been identified as a malicious package (versions 3.6.1, 3.10.0, 3.11.2, 3.12.3 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-004266IN-MAL-2026-004263IN-MAL-2026-003500IN-MAL-2026-005808

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks bricks-builder-mcp-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

bricks-builder-mcp (npm) malicious package — MAL-2026-4500 | O3 Security