🔬

Agent Scanner

Antivirus for AI agent responses. Real-time scanning for prompt injection, hallucination, data exfiltration, jailbreaks, and PII leakage.

48.2K
Scanned / 24h
6
Detection Types
<50ms
Scan Latency
99.2%
Detection Rate
Get Free API Key 🔑

All data shown is simulated for demonstration purposes. Live data requires an API key.

48,219
Responses Scanned
23
Injections Caught
156
Hallucinations
47ms
Avg Latency
Recent Scan Results
🚨 Prompt Injection Detected
Agent output contained embedded system override instructions targeting downstream consumers.
Critical
2 min ago
💡 Hallucination Flagged
Financial data claim doesn't match any known source. Confidence: 12%.
High
8 min ago
📤 Data Exfiltration Attempt
Agent response included encoded PII in base64 payload. Auto-blocked.
Critical
15 min ago
✅ Clean — No Threats
Response passed all 6 detection categories. Safe to deliver.
Safe
18 min ago
Detection Categories
CategoryMethodSeverity24h Count
Prompt InjectionNLP classifier + pattern matchingCritical23
HallucinationFact-checking + confidence scoringHigh156
Data ExfiltrationRegex + semantic analysisCritical7
Jailbreak PatternsAdversarial prompt detectionCritical4
Toxic ContentContent moderation classifierHigh31
PII LeakageNamed entity recognitionHigh12
Combine Agent Scanner with Agent Firewall for a complete defense-in-depth strategy.
API Example
const result = await ac.scanner.scan({ agentDid: 'did:agent:abc123', output: 'Here is the financial report...', context: 'customer_support' }); console.log(result.safe); // true or false console.log(result.threats); // [{ type, confidence, segment }] console.log(result.action); // 'allow' | 'flag' | 'block'
AC Agent Chain Assistant
Hi! I can help you with any of our 12 products, pricing, API integration, and more. What would you like to know?
Agent Chain is typing...