CodeSecCon by SecurityWeek · August 19, 2026 · 24 min
Hardening AI Coding Agents with Hooks
Recorded two weeks after OWASP re-ranked the LLM Top 10 for 2026, this session maps deterministic hooks to the new list and runs live-fire demos against the open-source 12-hook set: secret reads denied, curl piped to shell blocked, sudo escalated to a human ask, a failing test protected from deletion. Recording the demos surfaced two real bypasses in the secrets guard; the failed takes shipped as patches with regression tests.
OWASP GenAI & Agentic Security Virtual Summit · May 27, 2026 · 30 min
Hardening AI Coding Agents with Hooks
Enforcing least privilege on autonomous developers. AI coding agents execute tool calls with your credentials. Every one of them is attack surface. How hooks intercept every tool call before it runs, mapped to the OWASP LLM Top 10: blocking dangerous commands, protecting secrets, and enforcing policy in about 100 lines of Node. Based on the open-source claude-code-hooks collection.