Appearance
Why It Matters
Cron changes create scheduled persistence outside the repository workflow. A shared hook should not silently install recurring host tasks.
What Triggers
SEC649 matches executable hook lines that mutate cron through crontab or write cron persistence files such as /etc/crontab, /etc/cron*, or /var/spool/cron.
False Positives
Bootstrap repositories may manage cron intentionally, but silent recurring-task installation in a shared hook remains high-risk.
Remediation
Remove cron persistence from the hook and move scheduled-task setup into a separate reviewed admin workflow.