Appearance
SEC555 / MCP-AUTOAPPROVE-GIT-RESET
SEC555 flags MCP configuration when autoApprove includes the exact tool token Bash(git reset:*).
Why It Matters
git reset can rewrite or discard repository state. Auto-approving it removes review from destructive history changes.
Trigger Shape
- the file is a detected MCP configuration surface
autoApproveis a string array- the array contains the exact item
Bash(git reset:*)
How To Fix
Remove git reset from autoApprove and keep destructive history rewrites under explicit user review.