Question 1easy
What are input and output guardrails?
Question 2easy
What is prompt injection?
Question 3medium
What is INDIRECT prompt injection?
Question 4medium
Why is prompt injection so hard to stop at the root?
Question 5hard
Why is 'add a line telling the model to ignore malicious instructions' NOT a real fix for injection?
Question 6hard
Which are REAL structural defenses against prompt injection? (Select all that apply)
Question 7hard
What is the correct mental model for defending against injection?
Question 8medium
How does least-privilege tool design defend against injection?
Question 9medium
For content safety/moderation, why screen BOTH input and output?
Question 10medium
Which are managed content-moderation options?
Question 11hard
What role should an injection-detection classifier play in your defenses?
Question 12medium
What is the #1 LLM security risk (two words) where untrusted text carries instructions the model obeys?
Question 13hard
What security principle (two words) — giving an agent only the minimum tools/permissions it needs — limits injection damage?