-
Notifications
You must be signed in to change notification settings - Fork 0
Enterprise Reporting Exports
CAVRA Enterprise reporting exports package runtime evidence, AISPM posture, compliance mappings, immutable audit trails, and executive summaries into artifacts that auditors, BI teams, executives, and boards can consume.
R3.4 adds a public-safe reporting export contract with four export lanes:
- Auditor Markdown narrative.
- BI CSV metrics extract.
- Executive JSON summary.
- Board PDF manifest for Enterprise private rendering.
The public repository generates sample artifacts and validates the contract. Production PDF rendering, workbook generation, tenant-scoped evidence rooms, recipient delivery, GRC upload, and approval workflows remain Enterprise deployment responsibilities.
- Public-safe report export builder in
src/cavra/enterprise_reporting_exports.py. - Sample artifact generation for JSON, CSV, Markdown, and board PDF manifest outputs.
- Readiness packet validator for sample and live Enterprise evidence.
- GitHub Actions workflow for sample and strict live validation.
- Sample and sanitized live readiness packets.
python3 scripts/validate_enterprise_report_exports.py \
--export-dir dist/test/enterprise-report-exports \
--output dist/test/enterprise-report-export-manifest-result.jsonThe generated sample package contains:
executive-summary.jsonbi-metrics.csvauditor-narrative.mdboard-pack-pdf-manifest.jsonenterprise-report-export-manifest.json
Sample contract validation:
python3 scripts/validate_enterprise_report_exports.py \
--packet examples/reports/enterprise-report-exports.sample.json \
--output dist/test/enterprise-report-exports-sample.jsonLive sanitized validation:
python3 scripts/validate_enterprise_report_exports.py \
--packet examples/reports/enterprise-report-exports.live.sanitized.example.json \
--require-live \
--output dist/test/enterprise-report-exports-live-sanitized.jsonFor ready_for_enterprise_live_report_exports: true, the live packet must prove:
- Export catalog is approved, versioned, owned, and covers auditor, BI, executive, and board audiences.
- PDF, CSV, JSON, and Markdown formats are present.
- Auditor Markdown, BI CSV, executive JSON, and board PDF manifest exports are generated.
- Checksums, PDF render, CSV schema, JSON schema, Markdown render, and package manifest validation passed.
- Portal, email, and GRC upload distribution paths are tested.
- RBAC, recipient policy, watermarking, immutable storage, redaction, and export approval controls are enabled.
- Report owner, approval policy, export validation, evidence room, auditor handoff, and board pack review refs are present.
The public CAVRA repository ships the export contract, sample artifacts, validator, workflow, and public-safe docs. Real Enterprise deployments attach private tenant metrics, real board PDFs, BI workbooks, recipient delivery logs, audit evidence rooms, and approved GRC upload evidence.
Before the agent acts, CAVRA asks: who is acting, what will change, what policy applies, and what evidence will prove it?
| Start | Build | Operate | Assure |
|---|---|---|---|
| Quick Start | CLI | Enterprise Guide | AISPM |
| Reader Paths | Policy Syntax | Deployments | Evidence |
| Community | GUI | Troubleshooting | Conclusion |
- Foreword And Reader Paths
- Why CAVRA Exists
- Runtime Authority Model
- Architecture
- Editions
- Install And Deploy
- Community Guide
- Enterprise Guide
- CLI Reference
- GUI And Sandbox
- AISPM Guide
- Policy And Evidence
- Operations And Integrations
- Labs And Use Cases
- Appendices And FAQ
- Policy Language Reference
- Troubleshooting Playbook
- Technology Stack
- Unified Enterprise Roadmap
- Conclusion
- Development And Testing Archive
- Unified Enterprise Roadmap
- CLI
- API
- CAVRA Trial Field Guide
- AISPM Enterprise Live Ingestion
- Enterprise HA/DR Readiness
- Enterprise HA/DR Azure Map
- Enterprise KMS/HSM Evidence Custody
- Enterprise Immutable Audit Log
- Enterprise Compliance Mapping Packs
- Enterprise Reporting Exports
- Connector SDK And Certification
- Priority Certified Connectors
- Model Registry Connectors