01Why do LLM apps need their own security model?
Traditional app security assumes code is the only thing that executes. With LLMs, untrusted text can become instructions — a webpage, a document, or a user message can hijack the model. The OWASP LLM Top 10 catalogs these new risks, with prompt injection at the top.
