Appearance
SEC617 / MCP-AUTOAPPROVE-WEBFETCH-RAW-GITHUB
SEC617 flags MCP configuration when autoApprove includes the exact tool token WebFetch(domain:raw.githubusercontent.com).
Why It Matters
raw.githubusercontent.com serves direct repository file contents. Auto-approving fetch access to that domain removes review from mutable remote raw-content retrieval in shared MCP config.
Trigger Shape
- the file is a detected MCP configuration surface
autoApproveis a string array- the array contains the exact item
WebFetch(domain:raw.githubusercontent.com)
How To Fix
Remove shared raw GitHub WebFetch auto-approval and keep mutable remote raw-content fetch under explicit user review.