Appearance
SEC564 / MCP-AUTOAPPROVE-GH-SECRET-SET
SEC564 flags MCP configuration when autoApprove includes the exact tool token Bash(gh secret set:*).
Why It Matters
gh secret set writes GitHub secrets remotely. Auto-approving it removes review from high-impact secret mutation flows.
Trigger Shape
- the file is a detected MCP configuration surface
autoApproveis a string array- the array contains the exact item
Bash(gh secret set:*)
How To Fix
Remove gh secret set from autoApprove and keep secret mutation under explicit user review.