security_reminder_hook.py uses Unix-only /tmp/ log path (breaks on Windows)
Resolved 💬 1 comment Opened May 23, 2026 by giruuuuj Closed May 29, 2026
Bug\n\nplugins/security-guidance/hooks/security_reminder_hook.py line 14 hard-codes /tmp/security-warnings-log.txt for debug logging. On Windows, /tmp/ does not exist, causing debug logging to silently fail.
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗