← AI security in plain English

LLM05

OWASP Top 10 for LLMs / Improper Output Handling

An application trusts and forwards an LLM's output without validating or cleaning it first, letting whatever the model produced flow straight into other systems and cause harm.

Think of it likeLetting your kid read a mystery text message aloud and acting on it instantly, without ever checking who really sent it.

In plain English

When software blindly trusts whatever the AI spits out and passes it along unchecked, malicious content can slip through and damage other systems.