Appearance
SEC619 / MCP-AUTOAPPROVE-WRITE
SEC619 flags MCP configuration when autoApprove includes the exact bare tool token Write.
Why It Matters
Bare Write auto-approval grants unreviewed filesystem write authority without narrowing access to specific repository paths.
Trigger Shape
This rule matches parsed McpConfig content where autoApprove contains the exact string Write.
How To Fix
Replace bare Write auto-approval with narrower reviewed scopes such as Write(./artifacts/**) or remove shared auto-approval for filesystem writes.