Appearance
SEC560 / MCP-AUTOAPPROVE-GH-ISSUE-CREATE
SEC560 flags MCP configuration when autoApprove includes the exact tool token Bash(gh issue create:*).
Why It Matters
gh issue create opens new GitHub issues remotely. Auto-approving it removes review from external issue creation flows.
Trigger Shape
- the file is a detected MCP configuration surface
autoApproveis a string array- the array contains the exact item
Bash(gh issue create:*)
How To Fix
Remove gh issue create from autoApprove and keep issue creation under explicit user review.