Appearance
SEC621 / MCP-AUTOAPPROVE-GLOB
SEC621 flags MCP configuration when autoApprove includes the exact bare tool token Glob.
Why It Matters
Bare Glob auto-approval grants unreviewed repository-wide path discovery without narrowing access to reviewed scopes.
Trigger Shape
This rule matches parsed McpConfig content where autoApprove contains the exact string Glob.
How To Fix
Replace bare Glob auto-approval with narrower reviewed scopes such as Glob(./src/**) or remove shared auto-approval for broad path discovery.