Skip to content

Venturalítica AI Assurance SDK

AI Assurance through Compliance-as-Code.

Venturalítica transforms your Python code into Legal Evidence. It automatically maps your technical metrics, data audits, and execution logs to the EU AI Act (Articles 9-15) without leaving your local environment.

Open Source & Free. Help us build the standard for AI compliance in Europe.

⭐ Star on GitHub📦 View on PyPI

Terminal window
pip install venturalitica

Detect bias in your datasets or models with one line of code:

import venturalitica as vl
# Run a full AI Assurance audit on the built-in loan scenario
results = vl.quickstart('loan')

Then launch the AI Assurance Dashboard to explore results:

Terminal window
venturalitica ui

FeatureDescription
enforce()Audit datasets and models against OSCAL policies with 35+ built-in metrics.
monitor()Wrap training runs with automatic evidence collection (BOM, hardware, carbon).
Glass Box Dashboard4-phase regulatory workflow: Identity, Policy, Verify, Report.
Policy as CodeDefine assurance rules in OSCAL assessment-plan format.
Column BindingDecouple policies from schemas via synonym-based column resolution.
Local SovereigntyZero-cloud dependency. All enforcement runs locally.
Annex IVAuto-draft technical documentation from local traces.

┌─────────────────────────────────────────────────────────────┐
│ Your ML Pipeline │
│ │
│ DataFrame ──► vl.enforce(policy=…) ──► ComplianceResult[] │
│ │ │
│ OSCAL Policy │
│ (assessment-plan) │
└───────────┬─────────────────────────────────┬───────────────┘
│ │
┌──────▼──────┐ ┌──────▼──────┐
│ 35+ Metrics │ │ 7 Probes │
│ ─────────── │ │ ───────── │
│ Fairness │ │ Hardware │
│ Data Quality│ │ Carbon │
│ Performance │ │ BOM │
│ Privacy │ │ Artifact │
│ Robustness │ │ Trace │
└──────┬──────┘ └──────┬──────┘
│ │
└───────────────┬─────────────────┘
┌──────▼──────┐
│ Dashboard │
│ ───────── │
│ Identity │
│ Policy │
│ Verify │
│ Report │
└─────────────┘

GuideDescription
QuickstartRun a full compliance scan in 2 minutes.
API Referenceenforce(), monitor(), wrap(), quickstart(), PolicyManager.
Metrics ReferenceAll 35+ metrics across 7 categories.
Policy AuthoringWrite OSCAL policies from scratch.
Dashboard GuideThe Glass Box 4-phase workflow.
Column BindingMap abstract names to DataFrame columns.
Probes Reference7 evidence probes for EU AI Act compliance.
Experimental FeaturesCLI login/pull/push (SaaS preview).
LevelRoleFocus
Level 1Policy AuthorWrite your first OSCAL policy for the loan scenario.
Level 2IntegratorAdd enforce() to your ML pipeline.
Level 3AuditorReview evidence and interpret results.
Level 4Compliance LeadGenerate Annex IV technical documentation.

Terminal window
pip install venturalitica

Requires Python 3.11+.


Quickstart Guide | API Reference | GitHub

  • Found a bug or want to propose a feature? Open a GitHub Issue.

(c) 2026 Venturalitica | Built for Responsible AI