// Demos
10 interactive demos across all OWASP LLM categories
LLM10Interactive
Safe
Interactive demonstration of token counting and rate limiting strategies to defend against unbounded consumption attacks.
LLM09Benchmark
Safe
Explore benchmark results from TruthfulQA and HELM, comparing how different models perform on factual accuracy tasks.
LLM08Visualization
Safe
Conceptual visualization of how malicious documents shift embedding space, causing RAG retrieval to surface attacker-controlled content.
LLM07Interactive
Safe
Interactive demo with a hidden system prompt — try to extract it using prompt injection techniques.
LLM06Interactive
Safe
Interactive demonstration of how an LLM agent's tool-calling behavior changes when given progressively more dangerous permissions.
LLM05Comparison
Safe
Side-by-side comparison of raw LLM output rendered as HTML versus properly sanitized output, demonstrating XSS prevention.
LLM04Visualization
Safe
Conceptual demonstration of how activation patterns change when trigger tokens are present in a backdoored model.
LLM03Visualization
Safe
Visual exploration of the dependency chain in a typical LLM deployment — from base model to adapters, tokenizers, and plugins.
LLM02Comparison
Safe
Side-by-side comparison showing how subtle prompt modifications can turn benign queries into data extraction attempts.
LLM01Interactive
Safe
Experiment with direct and indirect prompt injection payloads against a simulated LLM system prompt.