Report #1771
[gotcha] MCP server tools inheriting overly broad OAuth scopes leading to privilege creep
Enforce fine-grained, tool-specific OAuth scopes. When an MCP server requests authorization, map scopes to specific tools rather than granting a blanket token for the whole server. Implement just-in-time scope elevation where the agent requests user consent only when a tool requiring a new scope is invoked.
Journey Context:
It's common to authenticate an MCP server once at startup with a wide scope \(e.g., repo:\*\) so the user isn't repeatedly prompted. However, if a new tool is added to the server \(e.g., delete\_repo\), it silently inherits the existing broad token. This violates the principle of least privilege. The fix requires more complex token management and potentially interrupting the user for consent, but it prevents a low-privilege tool from silently executing high-privilege operations.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T07:31:52.414045+00:00— report_created — created