VerifAIer Sentinel · Local Audit Pipeline · operator-controlled report generation
Governance Reports
Generate, export, and share governance reports from local audit artifacts. Every report is deterministic: same receipts + same policy = same output. Export to file for SIEM ingestion, share with an external auditor, or bundle as a signed ZIP for legal hold. No data leaves your infrastructure.
API offline. The audit event feed and live report generation
require the Sentinel API: vai serve or python -m vai.sentinel_server.
CLI report commands work independently. See the reference below.
Report Types
Full pipeline audit: cascade analysis, temporal drift, authority erosion, and trust degradation over session chains. Real SVG visualizations. Share with AppSec leads or attach to a remediation ticket.
Analyze AI assistant transcripts for intent drift, warning reversals, unsafe recommendations, and safe-to-unsafe downgrades.
Standalone HTML or Markdown report from receipt + audit export. Share with security reviewers or embed in a PR. Includes receipt hashes and finding evidence. No raw AI output included by default.
One-page posture summary: severity breakdown, finding counts, and top remediation priorities. Forward to CISO or board. Redacted by default. No raw session content.
Developer-ready remediation checklist: prioritized by severity, CWE-mapped, with fix guidance and estimated effort per finding. Assign directly to the developer who ran the AI session.
Signed ZIP for external auditors, legal teams, or SIEM ingest. Contents: receipts, audit log, policy snapshot, and SHA-256 MANIFEST for chain-of-custody verification. Reproducible: same session = same bundle.
Operator CLI Reference: copy-paste ready
Recent Audit Events & Escalation Queue
python -m vai.sentinel_server
Need full Horizon 2 governance analysis?
The Deep Governance Audit page runs the complete cascade, temporal, and authority analysis pipelines with real SVG visualizations. Load any session transcript (or the built-in example) without starting the API.
Open Deep Governance Audit