Appearance
SEC582 / MCP-AUTOAPPROVE-GH-REPO-TRANSFER
SEC582 flags MCP configuration when autoApprove includes the exact tool token Bash(gh repo transfer:*).
Why It Matters
gh repo transfer can move repository ownership across accounts or organizations. Auto-approving it removes review from high-impact ownership transfer flows.
Trigger Shape
- the file is a detected MCP configuration surface
autoApproveis a string array- the array contains the exact item
Bash(gh repo transfer:*)
How To Fix
Remove gh repo transfer from autoApprove and keep repository transfer under explicit user review.