{% extends "base.html" %}
{% block title %}OWASP FinBot CTF - The Juice Shop for Agentic AI{% endblock %}
{% block meta %}
{% endblock %}
{% block extra_css %}
.hero-glow {
position: absolute; top: -200px; left: 50%; transform: translateX(-50%);
width: 800px; height: 600px;
background: radial-gradient(ellipse, rgba(0,212,255,0.08) 0%, rgba(124,58,237,0.04) 40%, transparent 70%);
pointer-events: none;
}
.portal-card {
transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.portal-card:hover {
transform: translateY(-6px);
border-color: rgba(0,212,255,0.3);
box-shadow: 0 24px 64px rgba(0,212,255,0.1);
}
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes pulse-glow { 0%,100% { box-shadow: 0 0 40px rgba(0,212,255,0.2); } 50% { box-shadow: 0 0 60px rgba(0,212,255,0.35); } }
.float { animation: float 6s ease-in-out infinite; }
.pulse-glow { animation: pulse-glow 4s ease-in-out infinite; }
.owasp-badge { transition: all 0.3s; }
.owasp-badge:hover { border-color: rgba(0,212,255,0.4); box-shadow: 0 0 30px rgba(0,212,255,0.1); }
.challenge-tag {
font-size: 0.65rem; letter-spacing: 0.05em; padding: 2px 8px;
border-radius: 4px; text-transform: uppercase; font-weight: 600;
}
.scenario-dot { cursor: pointer; border: none; padding: 0; transition: all 0.2s; }
.scenario-dot:hover { opacity: 0.8 !important; transform: scale(1.4); }
{% endblock %}
{% block nav %}
Challenges
GitHub
{% endblock %}
{% block content %}
An Agentic AI security CTF platform. Interact with AI agents, exploit real vulnerabilities, and learn to secure agentic systems. All from your browser.
THE JUICE SHOP FOR AGENTIC AI What is OWASP FinBot? A multi-agent vendor management system with autonomous onboarding, fraud detection, invoice processing, and communications. All powered by LLMs with real tool access. Prompt injection, tool misuse, policy bypass, data exfiltration, privilege escalation, and RCE. Mapped to OWASP Top 10 for LLMs and Agentic Apps. Automated flag detection, progressive challenges, badges, leaderboards, and hints. Real-time scoring as you exploit the AI agents. Under the Hood Vendor Onboarding Challenge Categories Every challenge maps to OWASP Top 10 for LLM Applications, OWASP Top 10 for Agentic Applications, CWE, and MITRE ATLAS. Extract system prompts, discover agent capabilities, and map the internal architecture. Manipulate agent goals to bypass compliance rules, trust levels, and business logic enforcement. Extract sensitive vendor data, PII, and financial information through agent manipulation. Cause agent-driven damage: mass vendor deactivation, data corruption, and cascading failures. Exploit tool poisoning and MCP servers to achieve arbitrary code execution through agent actions. Memory poisoning, multi-agent attacks, supply chain exploits, and more on the roadmap. Every challenge is tagged against the OWASP Top 10 for LLM Applications (2025) and the OWASP Top 10 for Agentic Applications (2026), plus CWE and MITRE ATLAS mappings. Sign up as a vendor. You'll get access to OWASP FinBot, an AI assistant that manages your onboarding, invoices, and payments. Interact with OWASP FinBot and explore its capabilities. Try to make it bypass policies, leak data, or act against its instructions. Exploits are automatically detected and scored. Earn badges, climb the leaderboard, and share your hacker profile. No setup needed. Jump straight into the platform and start exploiting AI vulnerabilities in a safe, gamified environment.
OWASP GenAI Security Project
Hack the Agents.
Secure the Future.
An Agentic AI vendor management platform.
Intentionally vulnerable.Live Agentic Platform
Intentional Vulnerabilities
Gamified CTF Engine
What happens when agents go to work
Mapped to OWASP Standards
Recon
Policy Bypass
Data Exfiltration
Destructive
Remote Code Execution
More Coming
Built on OWASP Standards
Enter the Vendor Portal
Probe the AI Agents
Capture the Flags
Ready to break some agents?
Part of the OWASP GenAI Security Project