Appearance
SEC605 / MCP-AUTOAPPROVE-GIT-MERGE
SEC605 flags MCP configuration when autoApprove includes the exact tool token Bash(git merge:*).
Why It Matters
git merge mutates branch history and can introduce remote or local changes into the current branch. Auto-approving it removes review from shared history-mutation authority.
Trigger Shape
- the file is a detected MCP configuration surface
autoApproveis a string array- the array contains the exact item
Bash(git merge:*)
How To Fix
Remove shared git merge auto-approval and keep history mutation under explicit user review.