Effort is All You Need: Testing LLM Applications in the Real World
-
Donato Capitella
Thomas Cross - OWASP Global AppSec EU 2026
Donato Capitella
Thomas Cross No video found
Security testing of GenAI systems is often reduced to “LLM red teaming”: probing a model in isolation to see what unsafe or offensive content it will generate. In practice, this approach falls short. As security practitioners, we need to assess complete LLM application use cases, focusing on how inputs and outputs propagate through application logic and enable concrete security risks such as data exfiltration, cross-site scripting, and authorization bypass.
In this talk, we share practical experience and supporting open-source tooling we developed for assessing LLM applications. These focus on testing systems where the LLM is embedded in application logic rather than exposed as a simple inference endpoint.
The talk covers: