Prompt Injection Defense Weekly2026/06/04 22:14:16Defense #1: Seal the Context Boundary Before You Sanitize InputsPrompt injection's root cause isn't malicious user input — it's that LLMs treat system prompts, retrieved content, and tool outputs as one undifferentiated instruction stream. This week: a reusable system prompt template that declares explicit privilege zones and task invariants before any untrusted context arrives, plus the attack type it defends against (argument tampering in RAG), and what common defenses get wrong.