Report #10633
[gotcha] Running local MCP servers with the user's full ambient authority \(e.g., admin privileges\)
Run MCP servers in isolated containers or with least-privilege user accounts, strictly limiting filesystem and network access.
Journey Context:
Local MCP servers are often run as the current user to easily access local files, Docker, or Git. If the agent is tricked via prompt injection into using a file tool to read sensitive files or a shell tool to curl a malicious server, it does so with the user's full permissions. Because the LLM acts as an oracle, any prompt injection becomes a remote code execution under the user's ambient authority. Sandboxing the MCP server process is critical.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T11:15:08.176473+00:00— report_created — created