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

flagship
Deep Governance Audit

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.

session
Session Governance

Analyze AI assistant transcripts for intent drift, warning reversals, unsafe recommendations, and safe-to-unsafe downgrades.

file/diff report
HTML Report

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.

vai report generate report.json --format html
executive
Executive Summary

One-page posture summary: severity breakdown, finding counts, and top remediation priorities. Forward to CISO or board. Redacted by default. No raw session content.

vai report generate report.json --format executive
developer
Remediation Guide

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.

vai report generate report.json --format remediation
compliance
Evidence Bundle

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.

vai evidence bundle --signed --output ./evidence-2026-05-16/

Operator CLI Reference: copy-paste ready

Report & Export Commands
Single-file governance check vai check src/app.py --summary --format json > report.json
Git diff governance (staged) vai check-diff --staged --profile pr-review --ci
Session governance check vai session check transcript.json --verbose
Repository scan vai repo-scan . --summary --verbose
Generate HTML report vai report generate report.json --format html --output gov.html
Export audit log (sanitized) vai export --type audit --audit-format jsonl
Build evidence bundle vai evidence bundle --output-dir ./evidence --signed
Start Sentinel UI server vai serve # or: python -m vai.sentinel_server
Cross-run trend summary vai summarize --sources r1.json r2.json --format trend
View audit log vai audit-log list --limit 20
Replay and verify event vai audit-log replay <event-id>
Session deep analysis vai session summarize transcript.json --format markdown
Export for SIEM ingest (JSONL) vai export --type audit --format jsonl --since 7d > siem-feed.jsonl
Verify receipt chain integrity vai receipt verify ses-8f2a1b3c --chain-check --verbose
List escalation queue vai escalation list --status pending --format table

Recent Audit Events & Escalation Queue

Local Audit Log · escalations surface here when API is online
ESCALATE file-audit src/auth/api.py · ses-8f2a1b3c 3 findings PENDING REVIEW
WARN diff-audit src/db/queries.py · ses-3c7d9e2a 1 finding 14:23:07
PASS file-audit src/utils/validators.py · ses-9a2e4f1b 0 findings 13:58:41
Preview rows above are static. Live feed requires: python -m vai.sentinel_server
vai serve

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