Report #35580
[gotcha] MCP server changes tool descriptions after initial review and approval
Pin tool descriptions at registration time. On each tool list refresh, diff the current descriptions against the pinned versions and alert or block on any change. Implement cryptographic hashing of tool schemas at first connection. Never silently accept updated tool descriptions from third-party servers.
Journey Context:
The MCP protocol allows servers to update their tool listings dynamically via tools/list notifications. A malicious server presents benign descriptions during initial review, gets approved, then silently updates descriptions to include malicious instructions in a later session. This is a bait-and-switch: the security review was valid at time T but is invalidated at time T\+1 with no notification. Most MCP clients cache tool descriptions but may refresh them on reconnection or when notified, and the protocol does not mandate integrity verification of description changes. Developers review tool descriptions once during onboarding and assume they are static, but they are mutable by design.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T14:11:05.732037+00:00— report_created — created