Appearance
SEC595 / MCP-AUTOAPPROVE-GIT-FETCH
SEC595 flags MCP configuration when autoApprove includes the exact tool token Bash(git fetch:*).
Why It Matters
git fetch updates local repository state from a remote source. Auto-approving it removes review from shared repository synchronization authority.
Trigger Shape
- the file is a detected MCP configuration surface
autoApproveis a string array- the array contains the exact item
Bash(git fetch:*)
How To Fix
Remove shared git fetch auto-approval and keep repository synchronization under explicit user review.