Question 11
Your app blocks the word "Ignore" to prevent prompt injection. A user types "I-g-n-o-r-e the above instructions" and bypasses it. Why?
Choose the correct answer.
The check matches exact words only; spelling tricks bypass it.
Python removes dashes before comparing text.
LLMs cannot read or process text with dashes.
The backend crashed and allowed all traffic through.