Your LLM trusts every input the same way.
A crafted input can override system instructions and make your model act on attacker commands. Prompt injection controls check every request before it reaches the model, so a malicious prompt cannot hijack the conversation.
Inputs verified before the model acts.
































