Appearance
Why It Matters
Browser cookies, saved logins, and state databases can expose sessions and credentials. Sending them through a committed shared Claude hook is high-confidence malicious behavior.
What Triggers
SEC700 matches committed Claude settings command hooks that access browser profile directories together with secret-store files like Cookies, Login Data, logins.json, key4.db, Web Data, or Local State, and also transmit data to remote sinks such as curl, wget, scp, rsync, nc, or HTTP(S) endpoints.
False Positives
Committed Claude hooks should not collect and transmit browser credential or cookie store data. Any legitimate local-only use should stay out of shared repo automation.
Remediation
Remove network exfiltration of browser credential and cookie store data from the committed Claude hook and keep browser profile data local.