AAISM · Question #127
A financial organization is concerned about the risk of prompt injection attacks on its customer service chatbot. Which of the following controls BEST addresses this concern?
The correct answer is B. Input validation. Input validation inspects and sanitizes user-supplied text before it reaches the model, blocking or neutralizing injected instructions that attempt to override the chatbot's intended behavior. It addresses the attack at the entry point-the earliest and most effective layer of def
Question
A financial organization is concerned about the risk of prompt injection attacks on its customer service chatbot. Which of the following controls BEST addresses this concern?
Options
- AHuman-in-the-loop
- BInput validation
- CIncreasing model parameters
- DContinuous monitoring
How the community answered
(61 responses)- A2% (1)
- B82% (50)
- C11% (7)
- D5% (3)
Explanation
Input validation inspects and sanitizes user-supplied text before it reaches the model, blocking or neutralizing injected instructions that attempt to override the chatbot's intended behavior. It addresses the attack at the entry point-the earliest and most effective layer of defense for prompt injection. Human-in-the-loop (A) adds oversight but cannot scale to every interaction in a customer service context. Increasing model parameters (C) affects capability, not security against adversarial inputs. Continuous monitoring (D) detects attacks after they occur but does not prevent the injection from executing.
Topics
Community Discussion
No community discussion yet for this question.