This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| Security Reminder Hook for Claude Code | |
| This hook checks for security patterns in file edits and warns about potential vulnerabilities. | |
| """ | |
| import json | |
| import os | |
| import re | |
| import random |