Appearance
SEC606 / MCP-AUTOAPPROVE-GIT-CHERRY-PICK
SEC606 flags MCP configuration when autoApprove includes the exact tool token Bash(git cherry-pick:*).
Why It Matters
git cherry-pick replays commits onto the current branch. Auto-approving it removes review from shared commit-replay authority.
Trigger Shape
- the file is a detected MCP configuration surface
autoApproveis a string array- the array contains the exact item
Bash(git cherry-pick:*)
How To Fix
Remove shared git cherry-pick auto-approval and keep commit replay under explicit user review.