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