Appearance
Why It Matters
Systemd registration from shared Claude settings can make repository-controlled automation persist beyond the immediate session.
What Triggers
SEC656 matches Claude settings command hooks that run systemctl enable or systemctl link, or write unit files into systemd service paths.
False Positives
Provisioning-oriented repos are the main edge case, but this still deserves explicit review rather than implicit hook execution.
Remediation
Remove systemd persistence from the hook and keep service installation in a separate reviewed provisioning workflow.