Appearance
SEC554 / MCP-AUTOAPPROVE-GIT-COMMIT
SEC554 flags MCP configuration when autoApprove includes the exact tool token Bash(git commit:*).
Why It Matters
git commit mutates local history. Auto-approving it weakens the review boundary around recorded repository changes.
Trigger Shape
- the file is a detected MCP configuration surface
autoApproveis a string array- the array contains the exact item
Bash(git commit:*)
How To Fix
Remove git commit from autoApprove and keep local history mutation under explicit user review.