Appearance
Why It Matters
Changing authorized_keys from a shared Claude hook can create or preserve remote login access on the host.
What Triggers
SEC644 matches Claude settings command hooks that write to an authorized_keys path through redirection or tee.
False Positives
SSH bootstrap flows exist, but shared committed Claude settings are not an appropriate place to make silent host access-control changes.
Remediation
Remove the authorized_keys write from the hook and move SSH key provisioning into a dedicated reviewed administrative workflow.