Appearance
Why It Matters
An MCP launcher that runs chmod 777-style commands can weaken host file protections through shared committed config.
What Triggers
SEC664 matches MCP command definitions that run insecure chmod modes such as 777, 0777, or symbolic world-writable modes like a+rwx.
False Positives
Quick local setup scripts sometimes do this, but shared MCP config should not silently broaden host write access.
Remediation
Replace broad chmod modes with the minimum required permissions and keep risky host permission changes out of shared MCP launch paths.