← 🛡️ AI Security, Privacy & Governance
Core
Prompt Injection and Defense
Prompt injection is the attack where untrusted text smuggles instructions into a model's context and overrides the system's intent. It comes in two flavors: direct, where the user types the attack, and indirect, where a poisoned document or tool output the model later reads carries it. You cannot fully prevent it, so a competent FDE designs the system so that a successful injection cannot reach anything that matters.
a free account unlocks the core curriculum tier · no card
RELATED CONCEPTS
LESSONS THAT TEACH THIS
PRACTICE THIS IN REAL QUESTIONS
AI Security, Privacy & GovernanceExplain direct vs indirect prompt injection, and how each one actually breaks an LLM application.→AI Security, Privacy & GovernanceHow is a jailbreak different from prompt injection? Give an example of each from a real application.→AI Security, Privacy & GovernanceWhy do system prompts leak, and what should never be in one?→RAG & Agent System DesignWhen is an agent the wrong answer? Argue against building one.→AI Security, Privacy & GovernanceWalk me through the OWASP LLM Top 10, which two risks would you prioritize for an enterprise agent deployment?→RAG & Agent System DesignHow would you evaluate a RAG system before letting a customer launch it?→
