v0.1.0 — AgentForensics
AgentForensics v0.1.0
Post-incident forensics system for AI agents.
Features
- Event Ingestion — MCPGuard, AgentGate, and generic log parsers with mcp-taxonomy normalization
- Timeline Reconstruction — SQLite-backed builder with Plotly visualizations (Gantt, severity pie, risk score)
- Behavior Replay — Interactive replay with real-time pacing, anomaly detection, policy deviation diff
- Incident Reports — Markdown, HTML (Jinja2), and JSON with NIST AI RMF compliance (10 checks)
- Evidence Chain — SHA-256 hash chain with cryptographic integrity verification
- Web Dashboard — FastAPI + HTMX with Plotly charts
- CLI —
ingest,timeline,analyze,replay,report,serve
Quality
- 154 tests, 90% coverage, mypy strict, ruff clean
- Context managers for SQLite connections (zero ResourceWarnings)
- Dockerfile, pre-commit hooks, CI/CD