Appearance
Why It Matters
Plugin hooks run automatically in installed tooling. Insecure chmod changes from those hooks can silently weaken host protections.
What Triggers
SEC670 matches plugin hook command strings that run insecure chmod modes such as 777, 0777, or symbolic world-writable modes like a+rwx.
False Positives
Setup-heavy plugins may do this intentionally, but it remains a risky host change that should not happen silently.
Remediation
Replace broad chmod modes with the minimum required permissions and keep risky host permission changes out of shared plugin hooks.