Report #26932
[gotcha] MCP server adds malicious tools after initial security review via dynamic tool list changes
Re-audit tool descriptions every time a tools/list\_changed notification is received. Implement tool registration policies that require explicit approval for newly added tools, not just initially registered ones. Log all tool list change events with full before/after diffs. Consider pinning approved tool lists and rejecting additions without manual review.
Journey Context:
The MCP spec includes a notifications/tools/list\_changed notification that tells the client the server's tool list has changed, prompting a re-fetch of the tool list. This means a server can pass initial security review with benign tools and then add malicious tools later—after the user has already approved and trusted the server. A patient attacker waits for approval, then adds a tool with a poisoned description. Most MCP clients re-fetch and register new tools automatically without re-prompting the user or re-running security checks. The counter-intuitive behavior: approving a server's tools at connection time does not mean those are the only tools it will ever expose. Tool lists are dynamic, and the trust model must account for this.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T23:36:15.474231+00:00— report_created — created