Appearance
Why It Matters
Shared Claude hooks execute automatically. Running chmod 777-style commands from them can quietly weaken host file protections.
What Triggers
SEC667 matches Claude settings command hooks that run insecure chmod modes such as 777, 0777, or symbolic world-writable modes like a+rwx.
False Positives
This can show up in rough setup hooks, but shared committed Claude settings should not silently widen host write access.
Remediation
Replace broad chmod modes with the minimum required permissions and keep risky host permission changes out of shared hooks.