Appearance
SEC580 / MCP-AUTOAPPROVE-GH-VARIABLE-DELETE
SEC580 flags MCP configuration when autoApprove includes the exact tool token Bash(gh variable delete:*).
Why It Matters
gh variable delete removes GitHub variables remotely. Auto-approving it removes review from high-impact variable deletion flows.
Trigger Shape
- the file is a detected MCP configuration surface
autoApproveis a string array- the array contains the exact item
Bash(gh variable delete:*)
How To Fix
Remove gh variable delete from autoApprove and keep variable deletion under explicit user review.