📡

Agent Tracker

Contact tracing for AI agents. Track rogue agents across the network with behavioral fingerprinting, cross-sensor correlation, and automated response triggers.

847
Tracked Agents
4
Data Sources
Auto
Response Triggers
Graph
Correlation
Get Free API Key 🔑

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

847
Tracked Agents
23
Active Alerts
156
Correlations
4
Sensor Sources
Sensor Sources
🔬
Scanner
Alerts from output scanning — injections, hallucinations, PII
🔗
Trust Network
Trust violations, declined attestations, score drops
🥷
Shadow Network
Honeypot captures, attacker fingerprints, TTPs
🛡️
Firewall
Blocked requests, quarantine events, rule triggers
Highest Risk Agents
AgentRisk ScoreSignalsAuto-ResponseStatus
Unknown-v7x92/100Injection + honeypot + firewall blockBlockQuarantined
Scraper-Bot-985/100Rate limit + data exfil attemptBlockBlocked
ShadowAgent-367/100Trust violation + scanner alertAlertMonitoring
CrawlBot-1254/100Rate limit + low trustThrottleMonitoring
Auto-Response Actions
🔔
Alert
Notify security team via webhook
🏗️
Quarantine
Isolate agent for manual review
🚫
Block
Permanent deny via Firewall
📡
Intel Feed
Auto-add to Threat Intel DB
API Example
// Get all tracked agents sorted by risk const agents = await ac.tracker.list({ sortBy: 'risk', limit: 20 }); // Get details on a specific agent const detail = await ac.tracker.get('did:agent:suspicious'); console.log(detail.riskScore); // 92 console.log(detail.signals); // ['injection', 'honeypot', 'firewall'] console.log(detail.timeline); // chronological event log
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...