Appearance
SEC602 / MCP-AUTOAPPROVE-GIT-STASH
SEC602 flags MCP configuration when autoApprove includes the exact tool token Bash(git stash:*).
Why It Matters
git stash changes working-tree state and can hide or reshuffle local work. Auto-approving it removes review from shared workspace-state mutation authority.
Trigger Shape
- the file is a detected MCP configuration surface
autoApproveis a string array- the array contains the exact item
Bash(git stash:*)
How To Fix
Remove shared git stash auto-approval and keep workspace state shelving under explicit user review.