Appearance
Why It Matters
Browser profile files can expose saved passwords, session cookies, and authentication state, making them especially dangerous targets for automatic shared hooks.
What Triggers
SEC692 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.
False Positives
Committed Claude hooks should not inspect browser credential databases. Local-only debugging or migration work should be handled outside shared repo hooks.
Remediation
Remove browser credential and cookie store access from the committed Claude hook and keep browser profile data outside committed automation.