How do I investigate what an AI agent did after an incident?
Answer
Forensic reconstruction requires:
- Audit trail query — filter by agent_id, time range, action types.
- Input/output analysis — examine what the agent received and produced, check for prompt injection patterns.
- Decision trace — for each action, retrieve the compliance check result and which rules were evaluated.
- Dependency graph — trace the full execution tree if the agent delegated to others.
- Baseline comparison — compare behavior during the incident against established baselines.
- External context — correlate with model provider logs, API gateway logs, and infrastructure metrics.
Tags
- investigation
- forensics
Put governance into production
See how teams inventory agents, enforce policies, and ship audit-ready evidence on one platform.