{ "description": "Security hooks for file access validation and security pattern warnings", "hooks": { "PreToolUse": [ { "hooks": [ { "type": "command", "command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/symlink_deny_hook.py" } ], "matcher": "Edit|Write|MultiEdit|Read" }, { "hooks": [ { "type": "command", "command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/security_reminder_hook.py" } ], "matcher": "Edit|Write|MultiEdit|Read" } ] } }