Appearance
SEC592 / MCP-AUTOAPPROVE-PIPX-RUN
SEC592 flags MCP configuration when autoApprove includes a Bash(pipx run ...) tool token.
Why It Matters
pipx run enables mutable package execution from Python package sources. Auto-approving it removes review from dynamic package execution.
Trigger Shape
- the file is a detected MCP configuration surface
autoApproveis a string array- the array contains an item starting with
Bash(pipx run
How To Fix
Remove shared pipx run auto-approval and keep mutable package execution under explicit user review.