Appearance
SEC607 / MCP-AUTOAPPROVE-GIT-APPLY
SEC607 flags MCP configuration when autoApprove includes the exact tool token Bash(git apply:*).
Why It Matters
git apply applies patches directly into the working tree or index. Auto-approving it removes review from shared patch-application authority.
Trigger Shape
- the file is a detected MCP configuration surface
autoApproveis a string array- the array contains the exact item
Bash(git apply:*)
How To Fix
Remove shared git apply auto-approval and keep patch application under explicit user review.