From Regex to AST: Building Taint Tracking for AI Agent Code
AgentGuard v0.5.0 ships AST-based taint tracking. This post explains how it works and why it matters.
The Regex Ceiling
Regex catches obvious patterns:
prompt = f"You are helpful. {user_input}"






