Overview
Security Lab checks an agent for problems such as:- System prompt leaks: the agent revealing its hidden instructions
- Secret leaks: the agent exposing an API key, token, or password
- Prompt injection: the agent obeying an instruction hidden in a message or a document
- Unsafe tool use: the agent calling a tool it should not, or fetching an internal address
- Knowledge scope bypass: the agent pulling documents from outside its assigned sources
- Jailbreaks: the agent breaking its own rules when asked to role-play
- Memory poisoning: a false claim planted in one conversation surviving into the agent’s memory and steering a later one
Prerequisites
- Staff-level access to the admin interface
- An agent to test
How to Use
1
Open Security Lab
In the admin interface, go to AI Studio > Secure > Security Lab.
2
Run a scan
The Runs tab opens on Run a security scan, which lays out the three stages: pick an agent, Security Lab sends every active attack from the catalog, then you review the findings. Choose the agent to scan and select Run security scan. The run continues in the background; the table below updates as it finishes.
3
Browse past runs
Under Previous runs you get every scan across all your agents, newest first, one page at a time. Use the Agent filter to narrow the list to a single agent.
4
Review the findings
Open a completed run to see each attack and its outcome — blocked (the agent resisted), compromised (the attack succeeded), or inconclusive. Each finding shows a severity and an explanation; select Show more to read a long explanation in full. Compromised and inconclusive findings offer Investigate, which opens the attack conversation in the AI Debugger so you can see exactly what happened.
5
Try a single attack
Use the Quick Probe tab to run one attack against an agent and see the verdict right away — useful while you are adjusting a prompt.
