Appearance
SEC599 / MCP-AUTOAPPROVE-GIT-TAG
SEC599 flags MCP configuration when autoApprove includes the exact tool token Bash(git tag:*).
Why It Matters
git tag creates or mutates repository release markers. Auto-approving it removes review from shared tagging authority.
Trigger Shape
- the file is a detected MCP configuration surface
autoApproveis a string array- the array contains the exact item
Bash(git tag:*)
How To Fix
Remove shared git tag auto-approval and keep repository release markers under explicit user review.