Building Prompt Injection Defense with Lockdown Mode
The Agent Stack #043 — Monday Build OpenAI’s new Lockdown Mode landed Saturday with zero fanfare and maximum impact. This isn’t another GPT wrapper announcement. It’s the first practical defence against prompt injection attacks that actually works in production. What Lockdown Mode Actually Does Prompt injection is the SQL injection of AI. Users slip malicious instructions into legitimate prompts to extract training data, bypass safety filters, or exfiltrate sensitive context. Standard defences like input sanitisation fail because LLMs are designed to follow instructions embedded anywhere in text. ...