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