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