GovAI is an audit-backed governance backend for AI deployments: append-only evidence, policy enforcement at ingest, a single authoritative compliance verdict (GET /compliance-summary), optional hosted Stripe billing, exportable audit artefacts, and GovAI Functions 2.0 (append-only AI decision flight recorder extensions plus read APIs under GET /api/functions/v2/{run_id}/* for executive, legal, and scorecard views — see docs/govai-functions-2.md). CI gates (for example the published GitHub Action) are one integration surface, not the whole product.
This repository is the private GovAI platform repository. This repository is not open source. Root LICENSE is proprietary; use, copy, modification, distribution, hosting, resale, and white-label operation require a separate written agreement with the copyright holder.
The public open-core runtime (audit engine, portable contracts, and permissive licensing for that surface) is maintained separately in govai-core.
Proprietary in this repository includes hosted SaaS infrastructure, billing, onboarding, tenant management, enterprise control plane, dashboards, operational tooling, and production infrastructure. See OPEN_SOURCE_SCOPE.md for the platform vs open-core boundary (filename retained for stable links).
GovAI is positioned at four complementary ideas:
- Audit-backed governance engine — hosted or self-hosted service that ingests evidence, enforces policy at write time, and exposes
GET /compliance-summarywith VALID / INVALID / BLOCKED semantics (evidence-first, fail-closed where configured). - Portable AI governance standards layer — machine-readable artefacts (capability policies, delegation graphs, trace verification plans, governance evidence packs) with deterministic validators and canonical digests under
python/aigov_py/standards/anddocs/standards/. - Standards interchange format — partners can exchange JSON/YAML documents and digests without implying a hosted verdict; the same shapes can be validated offline and later bound to audit evidence when appropriate.
- Offline validator toolkit —
govai standards …andpython -m aigov_py.standards.clivalidate files locally; the evaluation harness (python/aigov_py/standards/evaluation.py) regression-checksexamples/standards/*.valid.json, including registry interchange examples (evidence-pack.valid.json,policy-module.valid.json,decision-trace.valid.json).
Hosted vs portable: the hosted audit service (or self-hosted equivalent) proves append-only ledger behaviour, tenant isolation, and artefact-bound CI paths. Portable standards prove structural conformance and digest stability on disk — they do not by themselves prove ledger history or billing state.
Non-goals: standards validators do not certify legal compliance, do not replace hosted digest gates, and do not mutate ledgers or billing.
GovAI publishes an explicit, versioned registry of portable governance JSON artefacts (governance_evidence_pack, governance_policy_module, governance_decision_trace) with matching JSON Schema files under schemas/ and deterministic validators in python/aigov_py/standards/. External implementers should start with docs/standards/interchange-specification.md, docs/standards/registry.md, and docs/standards/conformance.md.
Conformance validation (one JSON object on stdout with --json; fields include ok, artifact_type, version, checks, failures, warnings, digest):
python3 scripts/validate_standard_conformance.py --json examples/standards/evidence-pack.valid.json
make standards-conformance
make governance-standards-checkThe repository ships registry/*.json catalogs (standards, policy packs, benchmarks, certification levels, capabilities), scripts/registry_check.py, and docs/registry/ guides for public/private registries, signing concepts, submissions, and review. Curated example packs are listed in marketplace/manifest.json with matching registry/policy-pack-catalog.json metadata. Validate with python3 scripts/registry_check.py, make registry-check, or make customer-analytics-check (registry validation plus make gate). Start with docs/registry/overview.md, docs/registry/certification-program.md, and docs/community/policy-pack-submissions.md.
Release versioning, cadence, compatibility, and maintainer runbooks live under docs/releases/, including the machine-readable release manifest. The canonical history is CHANGELOG.md. Start with docs/releases/versioning-policy.md and docs/releases/release-checklist.md; before tagging, run make release-readiness-check. Example drivers: examples/releases/README.md.
Minimal deterministic local example using the existing evidence-pack format:
docs/golden-path.mddocs/evidence-pack.md(generate a minimal customer-ready evidence pack)
- Read-only local audit probe (requires a running service on
127.0.0.1:8088by default):make local-demoormake local-demo-curl— seeexamples/local-demo/README.mdanddocs/project/local_development.md. No API keys; no evidence POST; no ledger writes. - Fail-closed BLOCKED demo (Python wrapper) — same contract as
examples/blocked_deployment.sh: after Compose +python/.venv+GOVAI_*are aligned, runmake fail-closed-demo(runsscripts/run_fail_closed_demo.py). It checksGET /ready, runs the bash example, and prints one deterministic JSON line on stdout; exit 0 only when BLOCKED (exit code 3 fromgovai check) was confirmed inside the script. make oss-diagnostics(python3 scripts/oss_diagnostics.py --json) — one JSON line aggregating repo layout,repo_health_check, strict doc links, presence of Compose / demo scripts / Python+Rust roots, and a genericdocs/reports/*.mddrift check vsorigin/staging(three-dot diff plus worktree and untracked paths; exactly one changed markdown report must appear — no hardcoded phase basenames; override base withGOVAI_OSS_DIAGNOSTICS_BASE_REFwhen needed). Included inmake oss-diagnostics(and therefore inmake enterprise-readiness-check).make stabilization-readiness-check— bounded checks for stabilization readiness v1: Rust Prometheus metrics smoke (runtime-audit-metrics-check), deterministic disaster-recovery script tests,scripts/evidence_map_check.py, andscripts/security_program_check.py. Aggregated intomake enterprise-readiness-check.- Machine-readable OSS checks (stdlib scripts; stdout is one JSON object when
--jsonis set):python3 scripts/repo_health_check.py --json—ok,required_files_present,missing_required,checked_paths, etc. (sorted keys).python3 scripts/security_trust_check.py --json— structured enterprise readiness diagnostics: required security/trust docs,CODEOWNERS, Makefile targets (security-trust,trust-manifest,enterprise-readiness-check), OSS workflow wiring,examples/security-review/, plusok,checks,failures,warnings,score,checked_paths(sorted keys).python3 scripts/validate_trust_manifest.py --json— validatesdocs/trust/trust-manifest.json(required fields and on-disk references); deterministic JSON; exits non-zero on failure.python3 scripts/trust_chain_check.py --json— validatestrust/*.jsonandexamples/trust/*.jsoncryptographic trust shapes and cross references; deterministic JSON; exits non-zero on failure.make trust-chain-check/make immutable-trust-check— Makefile wrappers;immutable-trust-checkrunstrust-chain-checkthenmake gate.python3 scripts/pilot_execution_check.py --json— pilot and sales package diagnostics:ok,checks,failures,warnings,score,checked_paths(sorted keys).python3 scripts/customer_operations_check.py --json— customer operations diagnostics:ok,score,checks,failures,warnings,checked_paths(sorted keys).python3 scripts/validate_pilot_manifest.py --json— validatesdocs/pilots/pilot-manifest.json(schema and on-disk references); deterministic JSON; exits non-zero on failure.python3 scripts/validate_customer_operations_manifest.py --json— validatesdocs/operations/customer-operations-manifest.json; deterministic JSON; exits non-zero on failure.python3 scripts/partner_ecosystem_check.py --json— partner ecosystem diagnostics:ok,score,checks,failures,warnings,checked_paths(sorted keys).python3 scripts/validate_partner_ecosystem_manifest.py --json— validatesdocs/partners/partner-ecosystem-manifest.json; deterministic JSON; exits non-zero on failure.python3 scripts/regulatory_evidence_check.py --json— regulatory diagnostics:ok,score,checks,failures,warnings,checked_paths(sorted keys).python3 scripts/validate_regulatory_evidence_manifest.py --json— validatesdocs/regulatory/regulatory-evidence-manifest.json; deterministic JSON; exits non-zero on failure.python3 scripts/validate_ai_act_obligations.py --json— validatesdocs/regulatory/ai-act-obligations.json; deterministic JSON; exits non-zero on failure.python3 scripts/generate_regulatory_evidence_export.py --manifest docs/regulatory/regulatory-evidence-manifest.json— deterministic Markdown export to stdout (optional--out).python3 scripts/observability_check.py --json— runtime observability contract diagnostics forobservability/runtime-event-schema.json, event examples, dashboard metrics, incident taxonomy, and sample JSONL:ok,score,checks,failures,warnings,checked_paths(sorted keys).python3 scripts/validate_observability_manifest.py --json— validatesdocs/observability/observability-manifest.json; deterministic JSON; exits non-zero on failure.python3 scripts/validate_operational_snapshot.py --input examples/observability/sample-operational-snapshot.json --json— validates an operational snapshot; deterministic JSON; exits non-zero on failure.python3 scripts/operational_health_score.py --input examples/observability/sample-operational-snapshot.json— deterministic scoring withok,health_score,readiness_score,evidence_score,diagnostics_score,risk_level,findings(sorted keys).python3 scripts/generate_operational_intelligence_report.py --input examples/observability/sample-operational-snapshot.json— deterministic Markdown operational intelligence report to stdout (optional--out).python3 scripts/runtime_safety_check.py --json— runtime safety diagnostics:ok,score,checks,failures,warnings,checked_paths(sorted keys).python3 scripts/validate_runtime_safety_manifest.py --json— validatesdocs/runtime-safety/runtime-safety-manifest.json; deterministic JSON; exits non-zero on failure.python3 scripts/validate_runtime_safety_snapshot.py --input examples/runtime-safety/sample-runtime-safety-snapshot.json --json— validates a runtime safety snapshot; deterministic JSON; exits non-zero on failure.python3 scripts/runtime_safety_score.py --input examples/runtime-safety/sample-runtime-safety-snapshot.json— deterministic scoring withok,runtime_safety_score, pillar scores,risk_level,findings,recommendations(sorted keys).python3 scripts/generate_runtime_safety_report.py --input examples/runtime-safety/sample-runtime-safety-snapshot.json— deterministic Markdown runtime safety report to stdout (optional--out).python3 scripts/hosted_platform_check.py --json— hosted platform diagnostics (hosted platform manifest and snapshot, plus repository-roothosted/SaaS models,docs/hosted/, andexamples/hosted/):ok,score,checks,failures,warnings,checked_paths(sorted keys).python3 scripts/validate_hosted_platform_manifest.py --json— validatesdocs/hosted-platform/hosted-platform-manifest.json; deterministic JSON; exits non-zero on failure.python3 scripts/validate_hosted_readiness_snapshot.py --input examples/hosted-platform/sample-hosted-readiness-snapshot.json --json— validates a hosted readiness snapshot; deterministic JSON; exits non-zero on failure.python3 scripts/hosted_readiness_score.py --input examples/hosted-platform/sample-hosted-readiness-snapshot.json— deterministic scoring withok,hosted_readiness_score,deployment_score,tenant_onboarding_score,operations_score,support_score,risk_level,findings,recommendations(sorted keys).python3 scripts/generate_hosted_readiness_export.py --input examples/hosted-platform/sample-hosted-readiness-snapshot.json— deterministic customer-facing Markdown to stdout (optional--out).python3 scripts/conformity_workflow_check.py --json— AI Act conformity workflow diagnostics:ok,score,checks,failures,warnings,checked_paths,regulatory_workflow_only,version(sorted keys).python3 scripts/multi_tenant_check.py --json— multi-tenant governance diagnostics:ok,score,checks,failures,warnings,checked_paths,tenant_isolation_only,version(sorted keys).python3 scripts/validate_marketplace_manifest.py --json— validatesdocs/marketplace/marketplace-manifest.json; deterministic JSON; exits non-zero on failure.python3 scripts/validate_extension_package.py --json— validates a marketplace extension package JSON (sample:examples/marketplace/sample-extension-package.json); deterministic JSON; exits non-zero on failure.python3 scripts/marketplace_check.py --json— marketplace diagnostics:ok,score,checks,failures,warnings,checked_paths(sorted keys).python3 scripts/release_operations_check.py --json— release operations diagnostics (requireddocs/releases/policy files,docs/releases/release-manifest.json, embedded manifest/changelog validators,CHANGELOG.mdUnreleased, README/CONTRIBUTING cross-links, Makefile release targets):ok,score,checks,failures,warnings,checked_paths(sorted keys).python3 scripts/validate_release_manifest.py --json— validatesdocs/releases/release-manifest.json(required fields + on-disk references); deterministic JSON; exits non-zero on failure.python3 scripts/validate_changelog.py --json— Keep a Changelog structure gate forCHANGELOG.md; deterministic JSON; exits non-zero on failure.python3 scripts/generate_release_notes.py --version X.Y.Z— deterministic Markdown release notes (optional--out);make generate-release-noteswrites the sample underexamples/releases/.python3 scripts/release_readiness_report.py --json— aggregated readiness (manifest + changelog + release_operations_check + Makefile wiring); deterministic JSON; exits non-zero on failure.python3 scripts/validate_docs_links.py --strict --json—ok,checked_files,broken_links,strict,warnings(sorted keys).python3 scripts/developer_integrations_check.py --json— developer integration docs/examples diagnostics:ok,failures,present,checked_paths,version(sorted keys).python3 scripts/validate_marketplace_manifest.py --json— validatesdocs/marketplace/marketplace-manifest.jsonby default; deterministic JSON; exits non-zero on failure. Usemarketplace/manifest.jsonfor the policy pack catalog.python3 scripts/validate_extension_package.py --json— validates a marketplace extension package JSON (sample:examples/marketplace/sample-extension-package.json); deterministic JSON; exits non-zero on failure.python3 scripts/validate_policy_pack.py --json— validates one policy pack directory (seeexamples/marketplace/); deterministic JSON; exits non-zero on failure.python3 scripts/registry_check.py --json— validatesregistry/*.jsoncatalogs, cross-references, and marketplace alignment; deterministic JSON; exits non-zero on failure.python3 scripts/marketplace_check.py --json— marketplace diagnostics, including extension marketplace, policy pack marketplace assets, and registry alignment:ok,score,checks,failures,warnings,checked_paths(sorted keys).python3 scripts/customer_analytics_check.py --json— customer analytics diagnostics:ok,score,checks,failures,warnings,checked_paths(sorted keys).python3 scripts/validate_customer_analytics_manifest.py --json— validatesdocs/analytics/customer-analytics-manifest.json; deterministic JSON; exits non-zero on failure.python3 scripts/customer_health_score.py --input examples/customer-analytics/sample-customer-health.json— deterministic health, adoption, risk, expansion scores and renewal signal.python3 scripts/generate_executive_business_review.py --input examples/customer-analytics/sample-customer-health.json— deterministic Executive Business Review Markdown.python3 scripts/revenue_intelligence_check.py --json— revenue intelligence and customer success analytics diagnostics:ok,score,checks,failures,warnings,checked_paths(sorted keys).python3 scripts/validate_revenue_intelligence_manifest.py --json— validatesrevenue/revenue-intelligence-manifest.json; deterministic JSON; exits non-zero on failure.
python3 scripts/evidence_quality_check.py --json— evidence quality diagnostics (manifest, snapshot validators, scoring, report wiring, Makefileevidence-quality-check, OSS workflow artefacts):ok,score,checks,failures,warnings,checked_paths,version(sorted keys).python3 scripts/validate_evidence_quality_manifest.py --json— validatesdocs/evidence-quality/evidence-quality-manifest.json; deterministic JSON; exits non-zero on failure.python3 scripts/validate_dataset_provenance_snapshot.py --json— validates dataset provenance snapshot JSON (sample:examples/evidence-quality/sample-dataset-provenance-snapshot.json); deterministic JSON; exits non-zero on failure.python3 scripts/evidence_quality_score.py --input examples/evidence-quality/sample-dataset-provenance-snapshot.json— deterministic evidence quality, provenance, lineage, and retention scores plusrisk_level.python3 scripts/generate_dataset_governance_report.py --input examples/evidence-quality/sample-dataset-provenance-snapshot.json— deterministic dataset governance Markdown (optional--out).python3 scripts/policy_intelligence_check.py --json— policy intelligence diagnostics:ok,score,checks,failures,warnings,checked_paths(sorted keys).python3 scripts/validate_policy_intelligence_manifest.py --json— validatesdocs/policy-intelligence/policy-intelligence-manifest.json; deterministic JSON; exits non-zero on failure.python3 scripts/validate_governance_control_snapshot.py --json— validates a governance control snapshot JSON (sample:examples/policy-intelligence/sample-governance-control-snapshot.json); deterministic JSON; exits non-zero on failure.python3 scripts/policy_coverage_score.py --input examples/policy-intelligence/sample-governance-control-snapshot.json --json— deterministic policy coverage, control maturity, and gap risk scores with findings and recommendations.python3 scripts/generate_governance_control_report.py --input examples/policy-intelligence/sample-governance-control-snapshot.json— deterministic governance control Markdown report.python3 scripts/developer_integrations_check.py --json— developer integrations diagnostics:ok,score,checks,failures,warnings,checked_paths(sorted keys).python3 scripts/validate_developer_integrations_manifest.py --json— validatesdocs/integrations/developer-integrations-manifest.json; deterministic JSON; exits non-zero on failure.python3 scripts/validate_automation_pack.py --json --pack examples/integrations/sample-automation-pack.json— validates the sample automation pack schema and references.python3 scripts/generate_automation_pack_summary.py --pack examples/integrations/sample-automation-pack.json— deterministic Markdown summary for the sample automation pack.
The .github/workflows/oss-developer-experience.yml workflow runs make cursor-plugin-check (lightweight manifest and MCP smoke), then make enterprise-readiness-check (security-trust, trust-manifest, then oss-diagnostics), and writes repo-health.json, security-trust.json, trust-manifest.json, trust-manifest-validation.json, docs-links.json, oss-diagnostics.json, commercial-readiness.json, pilot-execution.json, pilot-manifest-validation.json, revenue-manifest-validation.json, revenue-roi.json, revenue-enablement.json, customer-operations.json, customer-operations-manifest-validation.json, production-readiness-checklist.md, partner-ecosystem.json, partner-ecosystem-manifest-validation.json, partner-certification-package.md, regulatory-evidence.json, regulatory-manifest-validation.json, ai-act-obligations-validation.json, regulatory-evidence-export.md, observability.json, observability-manifest-validation.json, operational-snapshot-validation.json, operational-health-score.json, operational-intelligence-report.md, runtime-safety.json, runtime-safety-manifest-validation.json, runtime-safety-snapshot-validation.json, runtime-safety-score.json, runtime-safety-report.md, hosted-platform.json, hosted-platform-manifest-validation.json, hosted-readiness-snapshot-validation.json, hosted-readiness-score.json, hosted-readiness-export.md, model-risk.json, model-risk-manifest-validation.json, model-evaluation-snapshot-validation.json, model-risk-score.json, model-assurance-report.md, agent-governance.json, agent-governance-manifest-validation.json, agent-delegation-snapshot-validation.json, agent-governance-score.json, agent-governance-report.md, autonomous-governance.json, autonomous-multi-agent-governance.json, revenue-intelligence-manifest-validation.json, revenue-intelligence.json, marketplace.json, marketplace-manifest-validation.json, policy-pack-marketplace-manifest-validation.json, registry-validation.json, policy-pack-eu-ai-act-basic-validation.json, policy-pack-financial-services-ai-validation.json, policy-pack-healthcare-ai-validation.json, policy-pack-internal-model-risk-validation.json, policy-pack-vendor-evaluation-validation.json, policy-pack-vendor-risk-validation.json, extension-package-validation.json, marketplace-listing.md, customer-analytics.json, customer-analytics-manifest-validation.json, customer-health-score.json, executive-business-review.md, evidence-quality.json, evidence-quality-manifest-validation.json, dataset-provenance-snapshot-validation.json, evidence-quality-score.json, dataset-governance-report.md, policy-intelligence.json, policy-intelligence-manifest-validation.json, governance-control-snapshot-validation.json, policy-coverage-score.json, governance-control-report.md, developer-integrations.json, developer-integrations-manifest-validation.json, automation-pack-validation.json, automation-pack-summary.md, release-manifest-validation.json, changelog-validation.json, release-readiness-report.json, release-notes-template.md, public-launch.json, public-launch-manifest-validation.json, standardization-readiness-snapshot-validation.json, public-launch-readiness-score.json, public-launch-report.md, research-package.json, and research-manifest-validation.json into the oss-check-json artifact.
- Security review driver (stdlib, no network) —
examples/security-review/run-security-review-check.shruns the same JSON probes as above; seeexamples/security-review/README.md. - Pilot execution driver (stdlib, no network) —
bash examples/pilot-execution/run-pilot-execution-check.sh;make pilot-execution,make pilot-manifest, and aggregatedmake pilot-check(includesmake gate). - Customer operations driver (stdlib, no network) —
examples/customer-operations/;make customer-operations,make customer-operations-manifest,make production-readiness-checklist, and aggregatedmake customer-operations-check(includesmake gate). - Partner ecosystem driver (stdlib, no network) —
examples/partner-ecosystem/;make partner-ecosystem,make partner-ecosystem-manifest,make partner-certification-package,make partner-ecosystem-check(includesmake gate), andmake integration-marketplace-check(integration JSON bundle plusmake gate). Machine-readable ecosystem index:partner-ecosystem/; worked examples:examples/partners/. - Product analytics and growth instrumentation (stdlib, no network) —
product-analytics/JSON bundle,docs/product-analytics/,examples/product-analytics/;python3 scripts/validate_product_analytics_manifest.py,python3 scripts/product_analytics_check.py,make product-analytics-check, andmake growth-instrumentation-check(includesmake gate). Next.jsdashboard/enables@vercel/analyticsand@vercel/speed-insightsglobally indashboard/app/layout.tsx. - Regulatory evidence driver (stdlib, no network) —
examples/regulatory-evidence/;make regulatory-evidence,make regulatory-manifest,make ai-act-obligations,make regulatory-export, and aggregatedmake regulatory-check(includesmake gate). - Runtime observability and operational intelligence driver (stdlib, no network) —
examples/observability/;make observability,make observability-manifest,make operational-snapshot,make operational-health-score,make operational-intelligence-report, and aggregatedmake observability-check(includesmake gate). Deterministic JSON scoring withok,health_score,readiness_score,evidence_score,diagnostics_score,risk_level, andfindings(sorted keys); deterministic Markdown intelligence report. - Runtime safety, guardrails, and human oversight driver (stdlib, no network) —
examples/runtime-safety/;make runtime-safety,make runtime-safety-manifest,make runtime-safety-snapshot,make runtime-safety-score,make runtime-safety-report, and aggregatedmake runtime-safety-check(includesmake gate). Deterministic JSON withruntime_safety_score,guardrail_score,escalation_score,human_oversight_score,override_readiness_score,risk_level,findings, andrecommendations; deterministic Markdown oversight report. - Hosted platform readiness driver (stdlib, no network) —
examples/hosted-platform/;make hosted-platform,make hosted-platform-manifest,make hosted-readiness-snapshot,make hosted-readiness-score,make hosted-readiness-export, and aggregatedmake hosted-platform-check(includesmake gate).make production-readiness-checkvalidateshosted/production-readiness-checklist.jsonanddocs/hosted/production-readiness.md. Deterministic JSON scoring withhosted_readiness_score, pillar scores,risk_level,findings, andrecommendations; deterministic customer-facing Markdown export. Canonical SaaS docs:docs/hosted/overview.md, machine-readable models:hosted/README.md, samples:examples/hosted/README.md. - GovBase hosted SaaS foundation (govbase.dev, stdlib, no network) —
hosted-saas/contracts (tenant service boundary, roles, API key scopes, billing provider boundary, monitoring, backup/DR, production topology, onboarding flow);python3 scripts/hosted_saas_readiness_check.py --json;make hosted-saas-readiness-check(includeshosted-platform-check); dashboard/onboardingchecklist; audit reportdocs/reports/hosted-saas-readiness.md. - AI Act conformity automation and regulatory workflows driver (stdlib, no network) —
conformity/JSON bundle,docs/conformity/,examples/conformity/;python3 scripts/conformity_workflow_check.py --json,make conformity-workflow-check(includesmake gate), andmake regulatory-workflow-check(manifest plus conformity assessment workflow and AI Act control mapping focus). Cross-references AI Act obligations indocs/regulatory/ai-act-obligations.jsonso unknown obligation identifiers are rejected. - Multi-tenant governance and enterprise RBAC driver (stdlib, no network) —
multi-tenant/JSON bundle,docs/multi-tenant/,examples/multi-tenant/;python3 scripts/multi_tenant_check.py --json,make multi-tenant,make multi-tenant-check(includesmake gate), andmake tenant-isolation-check. OSS CI emitsmulti-tenant.jsonandtenant-isolation-check.json. - AI Act conformity automation and regulatory workflows driver (stdlib, no network) —
conformity/JSON bundle,docs/conformity/,examples/conformity/;python3 scripts/conformity_workflow_check.py --json,make conformity-workflow-check(includesmake gate), andmake regulatory-workflow-check. Cross-references AI Act obligations indocs/regulatory/ai-act-obligations.jsonso unknown obligation identifiers are rejected. - Developer integrations and automation platform driver (stdlib, no network) —
docs/integrations/guides,docs/integrations/developer-integrations-manifest.json, automation pack sampleexamples/integrations/sample-automation-pack.json, validatorsscripts/validate_developer_integrations_manifest.py,scripts/validate_automation_pack.py,scripts/generate_automation_pack_summary.py, and aggregatemake developer-integrations-platform-check. - Runtime governance SDK (Python, stdlib HTTP) —
docs/runtime/(overview, SDK, FastAPI, LangChain, gateway, policy patterns, errors, deployment), packagepython/aigov_py/runtime/, examplesexamples/runtime-governance/, validationmake runtime-sdk-check, and aggregatemake runtime-sdk-platform-check(includesmake gate). - Marketplace and developer platform driver (stdlib, no network) —
examples/marketplace/;make marketplace,make marketplace-check,make marketplace-manifest,make extension-package, andmake marketplace-listing. - Policy pack marketplace driver (stdlib, no network) —
marketplace/manifest.json,examples/marketplace/*/packs,python3 scripts/validate_policy_pack.py, andmake policy-pack-check; catalog validation viapython3 scripts/validate_marketplace_manifest.py --manifest marketplace/manifest.json. - Customer analytics and expansion intelligence driver (stdlib, no network) —
docs/analytics/andexamples/customer-analytics/;make customer-analytics,make customer-analytics-manifest,make customer-health-score,make executive-business-review, and aggregatedmake customer-analytics-check(includesmake gate). - Revenue intelligence and customer success analytics driver (stdlib, no network) —
revenue/JSON,docs/revenue/,examples/revenue/;make revenue-intelligence,make revenue-intelligence-manifest,make revenue-intelligence-check, andmake customer-success-check(chains the revenue intelligence aggregate includingmake gate). - Policy intelligence and governance control plane driver (stdlib, no network) —
docs/policy-intelligence/andexamples/policy-intelligence/;make policy-intelligence,make policy-intelligence-manifest,make governance-control-snapshot,make policy-coverage-score,make governance-control-report, and aggregatedmake policy-intelligence-check(includesmake gate). - Enterprise governance control plane (machine-readable JSON, stdlib, no network) — repository root
control-plane/(roles, delegation, escalation, ownership, examples); validate withpython3 scripts/control_plane_check.py,make control-plane-check, or aggregatedmake enterprise-governance-check(runscontrol-plane-checkthenmake gate). Operator narrative:docs/control-plane/overview.mdand companion pages underdocs/control-plane/; worked examples underexamples/control-plane/. - Autonomous governance posture driver (stdlib, no network) —
docs/control-plane/control-plane-manifest.json,examples/control-plane/sample-governance-posture-snapshot.json, and narrative docs underdocs/control-plane/;make control-plane,make control-plane-manifest,make governance-posture-snapshot,make governance-posture-score,make control-plane-report, and aggregatedmake control-plane-check(includesmake gate). - Model risk, evaluation, and assurance driver (stdlib, no network) —
docs/model-risk/,examples/model-risk/;make model-risk,make model-risk-manifest,make model-evaluation-snapshot,make model-risk-score,make model-assurance-report, and aggregatedmake model-risk-assurance-check(includesmake gate). Deterministic JSON withmodel_risk_score, pillar scores,assurance_level,findings, andrecommendations; deterministic Markdown assurance report. - Agent governance, delegation, and multi-agent control driver (stdlib, no network) —
docs/agent-governance/,examples/agent-governance/;make agent-governance,make agent-governance-manifest,make agent-delegation-snapshot,make agent-governance-score,make agent-governance-report, and aggregatedmake agent-governance-check(includesmake gate). Deterministic JSON withagent_governance_score, sub-scores,risk_level,findings, andrecommendations; deterministic Markdown governance report. - Autonomous and multi-agent governance driver (stdlib, no network) — repository root
autonomous/(manifest, role models, delegation and approval boundaries, autonomy limits, intervention points), operator docsdocs/autonomous/, examplesexamples/autonomous/;python3 scripts/autonomous_governance_check.py,make autonomous-governance-check, andmake multi-agent-governance-check(each includesmake gate). Deterministic JSON withok,score,checks,failures,warnings,checked_paths,multi_agent,version(sorted keys with--json). - Public launch and ecosystem standardization driver (stdlib, no network) —
docs/launch/,examples/launch/;make public-launch,make public-launch-manifest,make standardization-readiness-snapshot,make public-launch-readiness-score,make public-launch-report, and aggregatedmake public-launch-check(includesmake gate). OSS CI emitspublic-launch.json,public-launch-manifest-validation.json,standardization-readiness-snapshot-validation.json,public-launch-readiness-score.json, andpublic-launch-report.md. - Research and academic publication driver (stdlib, no network) —
research/JSON bundle,docs/research/,examples/research/;python3 scripts/validate_research_manifest.py --json,python3 scripts/research_package_check.py --json,make research-package-check, andmake academic-publication-check(chainsresearch-package-checkandmake gate). Start withdocs/research/README.md,docs/research/benchmark-methodology.md, anddocs/research/reproducibility.md. - Research support and operational evidence (stdlib, no network) — quantitative feasibility notes, synthetic audit microbenchmarks, threat-matrix sample JSON, legal evidentiary positioning, privacy patterns, provider cooperation roadmap, scalability docs;
docs/research/research-support-manifest.json,python3 scripts/research_support_check.py --json,make research-support-check, granularmake microbenchmark-check,make threat-model-check,make legal-positioning-check,make privacy-architecture-check,make provider-cooperation-check,make scalability-patterns-check, and aggregatemake manuscript-evidence-check(runsscripts/manuscript_evidence_runner.py, includingmake gate). CI writes JSON artefacts to.oss-ci-out/whenMANUSCRIPT_EVIDENCE_DIRis set. Audit report:docs/reports/research-support-and-operational-evidence.md. - Developer integrations and automation platform driver (stdlib, no network) —
docs/integrations/guides,docs/integrations/developer-integrations-manifest.json,examples/integrations/, automation pack sampleexamples/integrations/sample-automation-pack.json, validatorsscripts/validate_developer_integrations_manifest.py,scripts/validate_automation_pack.py,scripts/generate_automation_pack_summary.py, and aggregatedmake developer-integrations-checkandmake sdk-ecosystem-check. - Marketplace and developer platform driver (stdlib, no network) —
examples/marketplace/;make marketplace,make marketplace-check,make marketplace-manifest,make extension-package, andmake marketplace-listing. - Policy pack marketplace driver (stdlib, no network) —
marketplace/manifest.json,registry/policy-pack-catalog.json,examples/marketplace/*/packs,python3 scripts/validate_policy_pack.py,python3 scripts/registry_check.py,make policy-pack-check,make registry-check; catalog validation viapython3 scripts/validate_marketplace_manifest.py --json --manifest marketplace/manifest.json. - Customer analytics and expansion intelligence driver (stdlib, no network) —
docs/analytics/andexamples/customer-analytics/;make customer-analytics,make customer-analytics-manifest,make customer-health-score,make executive-business-review, and aggregatedmake customer-analytics-check. - Revenue intelligence and customer success analytics driver (stdlib, no network) —
revenue/JSON,docs/revenue/,examples/revenue/;make revenue-intelligence,make revenue-intelligence-manifest,make revenue-intelligence-check, andmake customer-success-check. - Evidence quality, provenance, and dataset governance driver (stdlib, no network) —
docs/evidence-quality/andexamples/evidence-quality/;make evidence-quality,make evidence-quality-manifest,make dataset-provenance-snapshot,make evidence-quality-score,make dataset-governance-report, and aggregatedmake evidence-quality-check(includesmake gate). - Release engineering driver (stdlib, no network) —
examples/releases/;make release-manifest,make validate-changelog,make generate-release-notes,make release-readiness-report, and aggregatemake release-readiness-check(chainsrelease-operations-check, manifest/changelog validators, readiness JSON,docs-links-strict, andgate). - Local demo contract — read-only
make local-demovsmake fail-closed-demo, exit codes, and env vars:examples/local-demo/CONTRACT.md. - Public documentation (production) — reader-facing
/docsand/helpon govbase.dev are served by thedashboard/Next.js app from canonical Markdown indocs/(same files as in GitHub). The public/landing explains How GovAI Works (icon cards + flow) without requiring Supabase connectivity. Local preview:cd dashboard && npm ci && npm run dev. Authenticated tenant console UI:/tenant-consoleloadsGET /api/tenant-console/snapshot(stablesnapshot_version: 3JSON, includingai_decision_auditwith per-trace integrity and verdict rollups when bound to Postgres). SetAIGOV_AUDIT_URLorNEXT_PUBLIC_GOVAI_API_BASE_URL. The audit service also returns sharedproduct_positioningonGET /,GET /status, andGET /api/me. Seedocs/tenant-console/overview.md.
GovAI ships a repository-bundled Cursor plugin pack under .cursor-plugin/ (rules, Agent skills in skills/<name>/SKILL.md, Marketplace-oriented plugin.json, plugin-level mcp.json, and a local stdio MCP bridge to mcp/govai_mcp_server.py). It aligns local agent behaviour with the same scripts and gates used in CI; hosted audit services, Rust enforcement, and database policy remain authoritative for production compliance.
- Start here:
.cursor-plugin/quickstart.md— install steps, MCP wiring, first gate, troubleshooting. - Reference:
.cursor-plugin/README.md— tools, security model, and marketplace readiness notes. - Tutorial:
docs/tutorials/cursor-plugin-walkthrough.md— guided walkthrough.
Validate the bundle from the repository root (same check as CI):
make cursor-plugin-checkWorkspace .cursor/: this repository does not commit machine-local .cursor/ trees (rules merge, skills paths, and mcp.json vary by developer). Use the checked-in .cursor/mcp.json.example as a starting point, merge .cursor-plugin/examples/local-config.json, or align with .cursor-plugin/mcp.json / plugin.json mcpServers; see the quickstart for copy commands. Do not commit secrets or user-specific absolute paths.
This path proves incomplete evidence → govai check exits with code 3 (BLOCKED contract), using the same examples/blocked_deployment.sh script exercised in CI. The wrapper script exits 0 only after it confirms govai check returned exit code 3 (so your shell shows 0 from bash when the demo succeeded).
Prerequisites: Docker Compose v2, Python 3.10+, this repository cloned.
1. Start Postgres + audit service (repository root):
docker compose up -d --build2. Wait for readiness (GET /ready is on the unauthenticated audit router; HTTP 200 means Postgres, migrations, and ledger checks passed):
curl -fsS http://127.0.0.1:8088/readyRoot docker-compose.yml sets GOVAI_API_KEYS to include the bearer secret test-key. Your CLI must use the same value.
3. Install the govai CLI (venv inside python/, matches contributor docs):
cd python
python3 -m venv .venv
source .venv/bin/activate
python -m pip install -U pip
python -m pip install -e ".[dev]"
cd ..4. Run the blocked deployment example (repository root) or the Makefile wrapper (same behaviour):
export GOVAI_AUDIT_BASE_URL=http://127.0.0.1:8088
export GOVAI_API_KEY=test-key
bash examples/blocked_deployment.shEquivalent wrapper (JSON summary on stdout, progress on stderr):
export GOVAI_AUDIT_BASE_URL=http://127.0.0.1:8088
export GOVAI_API_KEY=test-key
make fail-closed-demoExpected:
govai checkprints a BLOCKED outcome and exits with code 3 (the script checks this).- The
bash examples/blocked_deployment.shprocess exits 0 after verification (blocked_deployment_example: OK ...on stderr).
5. Cleanup:
docker compose downMore context: examples/docker-compose-local-demo/README.md, canonical contributor setup docs/project/local_development.md, and read-only probes make local-demo (no evidence POST).
- Troubleshooting matrix (customers + operators):
docs/troubleshooting.md - Operator runbook (hosted/self-hosted):
docs/operator-runbook.md - Runtime governance (preview /
POST /v1/runtime/evaluate): defaultGOVAI_RUNTIME_GOVERNANCE_ENFORCEMENT=off; optionalshadoworenforced— seedocs/governance/runtime_enforcement_gate.mdanddocs/governance/runtime_integration.md. Tenant allowlist (GOVAI_RUNTIME_GOVERNANCE_ENFORCEMENT_TENANTS) scopes hard blocking underenforced. Operational snapshot:GET /readyandGET /statusincluderuntime_governance_enforcement(informational; not an infra readiness signal on its own).
Choose one:
- Hosted (recommended): follow
docs/customer-onboarding-10min.md(canonical hosted onboarding:BLOCKED → VALID, then export). - Local (Docker, this repo): continue below (for local evaluation / contributor setup).
- Clone the repo
git clone https://github.com/MonikaDvorackova/aigov-compliance-engine.git
cd aigov-compliance-engine- Run GovAI (Docker)
docker compose up -d --build- Check health
curl http://127.0.0.1:8088/healthExpected output:
HTTP 200
{"ok":true}
The audit service is fail-fast at startup: Postgres must be reachable and correctly configured before HTTP listens. GET /health does not hit the database, but it is only available after that startup succeeds — it is liveness-only, not proof that Postgres or the ledger are still healthy. Use GET /ready for operational readiness (Postgres + migrations + writable ledger); see docs/hosted-backend-deployment.md (“HTTP startup and operational probes”).
- What you just did
- started the audit service
- exposed the API on port
8088 - ready to receive evidence and run checks
Join the community: https://discord.gg/sRBSafRtE
If you joined from Discord:
- ask questions in
#govai-help - share your use case in
#use-cases
Protected branches: merges that must imply artefact-bound hosted validation should require .github/workflows/compliance.yml (govai-compliance-gate) — not govai-smoke.yml (manual smoke only) or govai check alone. Details: docs/github-action.md.
It:
- accepts evidence via POST /evidence
- enforces policy constraints at write time
- produces deterministic decisions via GET /compliance-summary
- blocks CI or automation when verdict != VALID (when wired to a gate)
- exports audit data via GET /api/export/:run_id
- optionally enforces hosted Stripe subscription state for metered APIs (see docs/billing.md)
Multi-tenant ledger: the ledger tenant is always derived from API key mapping (GOVAI_API_KEYS_JSON on the server). X-GovAI-Project / GOVAI_PROJECT are metadata (metering, labels, client hints) and do not determine which tenant ledger is used.
Guarantees:
- deterministic decision for given evidence + policy_version
- append-only evidence log
- hash chaining integrity
Non-guarantees:
- not a legal certification
- not full compliance coverage
- does not generate missing evidence
GovAI is policy-agnostic: the engine enforces evidence completeness and deterministic decision semantics, not a specific legal framework.
Policy is a configuration layer that compiles into a flat required_evidence set (static mapping, no runtime logic).
Customers can replace the AI Act mapping with an internal policy module without changing the core GovAI engine.
The engine remains deterministic: evidence log + policy requirements → GET /compliance-summary → VALID / BLOCKED / INVALID.
Use govai policy compile --path <policy.yaml> to inspect the flat required_evidence set for a policy module.
See docs/customer-policy-modules.md and docs/policies/.
GovAI compiles “what is required” into a deterministic flat set:
discovery (context detection) + policy modules (static mapping) → required_evidence (flat set) → existing GovAI engine → verdict (VALID / INVALID / BLOCKED)
Key constraints:
- discovery is heuristic-only and deterministic (no ML, no scoring)
- policy modules are static mappings (no conditionals)
- the core decision semantics and API contracts remain unchanged
See:
docs/discovery-v2.mddocs/customer-policy-modules.md
- deploying ML models via CI/CD
- enforcing approval workflows before release
- requiring audit evidence for decisions
GovAI is offered as govai-core (public open-core runtime) plus proprietary hosted platform and enterprise capabilities in this repository. Canonical pricing: docs/pricing/index.md · Public page: govbase.dev/pricing
| Tier | Indicative price | Highlights |
|---|---|---|
| GovAI Core (govai-core) | Free (open core) | Rust audit engine, CLI, Python & TypeScript SDKs, GitHub Actions, policy framework — govai-core |
| Hosted Professional | $499–$1,999 / month | Managed SaaS on govbase.dev, dashboard, evidence export, standard SLA (proprietary platform) |
| Enterprise | From $25,000 / year | SSO, private cloud or on-premise, advanced RBAC, custom SLA, procurement support |
| Advisory Services | $250–$500 / hour | EU AI Act implementation, policy design, training, audit preparation |
Contact: hello@govbase.dev — demo, enterprise sales, and advisory sessions. Hosted Stripe billing is optional and operator-configured; see docs/billing.md.
- Free — €0: local testing and evaluation, limited runs, PyPI CLI (
aigov-py==0.2.1), audit evidence export. - Pro — €499/month: production CI, higher run and event limits, GitHub Action, hosted audit endpoint, standard support (self-serve Stripe checkout when configured — see docs/billing.md).
- Enterprise — Custom: regulated or larger teams, custom limits, self-hosted or dedicated deployment, SSO and access control where supported, audit and procurement support.
Email hello@govbase.dev with subject GovAI private pilot request to scope a pilot covering one AI system or CI pipeline, with a hosted or self-hosted audit endpoint and structured feedback during the pilot. This is not a productized signup flow.
See docs/pilot-onboarding.md for private pilot setup.
VALID:
All required evidence present. Deployment allowed.
INVALID:
Server verdict when evaluation explicitly failed (evaluation_passed == false). Deployment rejected.
BLOCKED:
Not eligible for promotion: missing required evidence, missing risk/human approval, not yet promoted, or other prerequisites (digest/export/trace) not satisfied. Deployment halted.
BLOCKED can occur when required evidence is missing or when approval/promotion prerequisites are not satisfied (in that case missing_evidence can be []; see blocked_reasons).
GovAI CLI (PyPI — official):
python -m pip install --upgrade pip
python -m pip install "aigov-py==0.2.1"Repository contributors (editable install from a clone of this repo):
cd python
python3 -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
cd ..Start the audit service, emit evidence, and read the authoritative decision from GET /compliance-summary.
Quickstarts:
docs/customer-onboarding-10min.md(hosted customer onboarding — canonical)docs/quickstart-5min.md(local demo)docs/customer-quickstart.md(legacy customer / CI quickstart)docs/pilot-onboarding.md(private pilot onboarding)docs/billing.md(minimal Stripe webhook + usage summary)docs/product/differentiation.md(GovAI as decision enforcement vs supply-chain attestation)
GovAI is ready for GitHub Marketplace draft and hosted pilot onboarding.
It is not yet a full self-serve SaaS.
Hosted backend and API key provisioning are still operator managed.
Repeatable operator + customer steps (pilot runbook):
docs/hosted-pilot-runbook.md
Minimum hosted-pilot path (what must exist before a new pilot user can reach VALID):
- How a pilot user gets
base_url: the operator provides a hosted HTTPS audit API base URL (the GovAI audit service), for examplehttps://audit.example.com. - Example:
GOVAI_AUDIT_BASE_URL=https://audit.govbase.dev - How a pilot user gets an API key: the operator provisions and distributes a bearer token (one per customer/team). This is manual or semi-automated in a pilot.
- How a pilot user creates/receives
run_id: the pilot user generates a UUID (or the operator provides one). The samerun_idmust be reused for evidence submission, the CI gate, and export. - How evidence is submitted: evidence events are appended to the hosted audit service via
POST /evidence(either viagovai run demo-deterministicfor onboarding, or via your CI/app pipeline emitting evidence events). - How the run reaches
VALID: the run transitionsBLOCKED → VALIDonly after all required evidence is appended for the samerun_idand policy rules pass; the authoritative source isGET /compliance-summary. - How CI gate checks
VALID: the published composite GitHub Action (rootaction.yml) runsgovai submit-evidence-packthengovai verify-evidence-pack(digest continuity via hostedGET /bundle-hash, thenGET /compliance-summaryfor aVALIDverdict). By default it passes--require-exportsoGET /api/export/:run_idmust cross-check unless callers setrequire_export: false. Seedocs/github-action.md.
GovAI is designed around one evidence run id (run_id) and one authoritative decision projection exposed through GET /compliance-summary. Use CI gates when you also need artefact-bound digests.
Canonical customer flow:
- Discovery finds AI usage (signals are recorded as evidence for a specific
run_id). - GovAI derives requirements from the current policy and any discovery signals (required evidence can increase when discovery indicates AI usage).
- The run is
BLOCKEDwhile it is not eligible for promotion (the summary reportsverdict: BLOCKEDand explains why, viamissing_evidenceand/orblocked_reasons). - The customer submits the missing evidence for the same
run_id(additional events are appended viaPOST /evidence). - The run becomes
VALIDonce the required evidence is present and policy rules pass (the authoritative source is stillGET /compliance-summary). - The customer exports audit JSON for archiving and review (
govai export-runorGET /api/export/<run_id>). - The CI gate passes only on
VALIDfor the artefact-bound path above (verify exit0only when digest + export rules (if required) + verdictVALID). For a lighter readout without digest/export binding,govai checkstill callsGET /compliance-summaryand exits non-zero unless the verdict isVALID— that is not the same guarantee asverify-evidence-pack.
If you cannot prove why a specific model version was deployed, you do not have a deployment decision — you have a story.
GovAI makes deployment decisions verifiable and reproducible by:
- accepting lifecycle events as structured evidence (POST /evidence) into an append-only ledger
- enforcing policy at write time (out-of-order or missing prerequisites are rejected)
- projecting a single authoritative decision for a run: GET /compliance-summary → VALID / INVALID / BLOCKED
Decision authority: the only authoritative decision source is GET /compliance-summary. The database, UI, workflow rows, and CLI are consumers of that decision; they do not derive it.
This example shows the decision path for an expense classification release candidate:
events → append-only evidence → GET /compliance-summary → decision
Key identifiers:
- ai_system_id: expense-ai
- dataset_id: expense_dataset_v1
- model_version_id: expense_model_v3
- risk_id: risk_expense_model_v3
Minimal event flow (in order):
- data_registered (dataset identity + fingerprint)
- model_trained (ties a model version to the run)
- evaluation_reported (metrics as evidence; policy decides pass/fail)
- risk_recorded + risk_reviewed (explicit risk linkage and review outcome)
- human_approved (named approval)
- model_promoted (release intent, only accepted when prerequisites are satisfied)
The result is never inferred locally. The decision is read from:
curl -sS "http://127.0.0.1:8088/compliance-summary?run_id=$GOVAI_RUN_ID"
and interpreted only by its returned fields (verdict, current_state, and the policy metadata).
Result:
GET /compliance-summary → verdict: VALID
Because:
- evaluation passed
- risk reviewed
- human approved
- promotion event accepted
Non-happy paths:
- INVALID → evaluation explicitly failed
- BLOCKED → not eligible for promotion (missing evidence and/or missing approval/promotion prerequisites)
For production merges, prefer the artefact-bound path: submit-evidence-pack + verify-evidence-pack (as in docs/github-action.md and this repo’s compliance.yml), including export cross-check when require_export is left at its default true on the composite action.
govai check is a convenience readout: it does not bind CI artefacts to the ledger digest; it calls GET /compliance-summary and exits non-zero unless the server verdict is VALID. Use it for quick checks or smoke, not as a substitute for verify-evidence-pack when you need cryptographic continuity to CI outputs.
Use one GovAI evidence run id (GOVAI_RUN_ID) for every evidence submission, the gate, and export.
If you are onboarding a new pilot customer, follow docs/hosted-pilot-runbook.md end-to-end first (hosted backend + key + deterministic demo + CI gate + export).
- Set repository configuration in Settings → Secrets and variables → Actions:
- Variable
GOVAI_AUDIT_BASE_URL:https://<your GovAI audit API base URL> - Variable
GOVAI_RUN_ID:<your evidence run id>(not GitHub’sgithub.run_id) - Secret
GOVAI_API_KEY:<your API key>(required; missing key fails CI immediately)
- Wire the composite action after you have a directory of CI evidence artefacts (
evidence_digest_manifest.jsonand<run_id>.json). Example step (paths depend on your artefact download layout):
- name: GovAI artefact-bound gate (submit + verify digest + VALID)
uses: MonikaDvorackova/aigov-compliance-engine@v1
with:
run_id: ${{ vars.GOVAI_RUN_ID }}
artifacts_path: ${{ github.workspace }}/downloaded-artifacts
base_url: ${{ vars.GOVAI_AUDIT_BASE_URL }}
api_key: ${{ secrets.GOVAI_API_KEY }}In this repo, .github/workflows/compliance.yml is the production artefact-bound gate; .github/workflows/govai-smoke.yml is an optional manual synthetic smoke workflow only.
See docs/github-action.md for inputs, exit codes, and hosted semantics.
To validate your setup before relying on the CI gate, run the hosted deterministic onboarding flow locally against your GovAI audit API:
python -m pip install --upgrade pip
python -m pip install "aigov-py==0.2.1"
export GOVAI_AUDIT_BASE_URL="https://<your GovAI audit API base URL>"
export GOVAI_API_KEY="YOUR_API_KEY"
export GOVAI_RUN_ID="$(python3 - <<'PY'
import uuid
print(uuid.uuid4())
PY
)"
export GOVAI_DEMO_RUN_ID="$GOVAI_RUN_ID"
govai run demo-deterministic
govai check --run-id "$GOVAI_RUN_ID"Expected behavior:
- First, the run reports
verdict: BLOCKEDand explains why it is not eligible for promotion (missing evidence and/orblocked_reasons). - After the demo appends the remaining evidence for the same
run_id, the run becomesverdict: VALID. - The CI gate passes only when the server verdict is
VALID.
This repo includes a minimal operator-hosted path to run the Rust audit service + Postgres locally via Docker Compose (intended as a quickstart, not production hardening).
docker compose up -d --buildSmoke test:
curl -sS http://127.0.0.1:8088/status
curl -sS http://127.0.0.1:8088/healthDetails and limitations: docs/hosted-backend-deployment.md → “Operator-hosted quickstart (Docker Compose)”.
To export a run into a stable JSON document that includes the decision fields and hashes (bundle SHA-256 + append-only chain hashes), use:
govai export-run --run-id "$GOVAI_RUN_ID"
HTTP equivalent:
curl -sS "http://127.0.0.1:8088/api/export/$GOVAI_RUN_ID"
Note: a run can be BLOCKED even when missing_evidence: [] if approval/promotion prerequisites are not satisfied; the export explains this via decision.blocked_reasons. See docs/examples/audit_export_v1.example.json.
- Core: the append-only audit log, policy enforcement at POST /evidence, and the single authoritative projection GET /compliance-summary (decision + state).
- Non-Core: workflow tables/queues and helper tooling/CLI wrappers. They may display or transport evidence, but they do not decide.
Hosted platform plans expose usage limits via GET /usage (runs and events per billing period). Commercial packaging is described in docs/pricing/index.md; engineering limits follow your deployment configuration and order form.
- append-only logs
- hash chaining (prev_hash → record_hash)
- deterministic decision (policy_version)
- exportable audit JSON
Minimal definitions and non-claims:
docs/trust-model.mddocs/cvut-teaching.md(teaching-friendly)
GovAI is ready for hosted pilots with manual or semi-automated onboarding (for example: an admin provisions GOVAI_AUDIT_BASE_URL and an API key, and you run the canonical onboarding flow).
It is not yet a full self-serve SaaS (no productized signup, automated provisioning, or account lifecycle).
Hosted Stripe billing is supported for operator-managed pilots (checkout, webhooks, usage reporting); self-serve checkout and full SaaS lifecycle are not productized yet (see docs/billing.md).
Publication-ready channel playbooks, FAQ, and positioning live under docs/launch/ (see launch checklist). Integration examples and reference hubs explain practical adoption paths without duplicating the canonical GitHub Action spec.
Launch materials
- Product Hunt · Hacker News · Reddit · LinkedIn
- Community outreach · Design partners
- FAQ · Competitive positioning · Launch checklist
Reference examples
- GitHub Actions integration —
examples/reference/github-actions/README.md - Enterprise deployment —
examples/reference/enterprise-deployment/README.md - AI Act–oriented workflow (illustrative) —
examples/reference/ai-act-compliance/README.md
Reference implementation kits (runnable / copy-paste)
- Index: reference implementations · quickstart matrix · operator evaluation guide
examples/adoption/github-actions-ci-gate/— workflow + sample JSON (default job needs no secrets)examples/adoption/self-hosted-enterprise/— Compose +.env.exampleexamples/adoption/ai-act-evidence-workflow/— interchange JSON samplesexamples/adoption/standards-conformance-kit/— offlinerun-conformance.sh
Contributor growth
Readiness checks
make launch-readiness— core launch narratives presentmake ecosystem-adoption-check— launch + examples + community + consolidated audit report pathsmake adoption-kits-check— adoption kits +docs/adoption/+ offline conformance validationmake reference-implementations-check—docs/adoption/trio only
Repository cleanup audit: docs/reports/repo-debt-audit-and-cleanup.md (launch + adoption kits)
- root action exists:
action.ymlexists at the repository root. - strict gate fails on missing config: missing
run_id,base_url, orapi_keyfails fast. - gate passes only on VALID: the action exits 0 only when the backend verdict is
VALID. - BLOCKED output explains why promotion is blocked:
BLOCKEDis surfaced as a compliance failure, not a silent skip (it may be missing evidence and/or missing approval/promotion prerequisites). - hosted base URL and API key are required: customers must configure
GOVAI_AUDIT_BASE_URLandGOVAI_API_KEY. - support contact is listed: support contact for Marketplace users is
support@govbase.dev.
Contributions to this private platform repository are subject to the proprietary LICENSE and maintainer agreements. Open-core contributions belong in govai-core.
- Contributor quickstart:
docs/project/contributor_quickstart.md - Contributing guide:
CONTRIBUTING.md - Code of conduct:
CODE_OF_CONDUCT.md - Local env template (no secrets):
.env.example - Local development (clone, venv, Docker, gates, tests):
docs/project/local_development.md - Security policy:
SECURITY.md
Structured contributor funnel, issue triage, maintainer cadence, label playbooks (good first issue, help wanted), adoption feedback, and project-board routines:
- docs/community/contributor-funnel.md
- docs/community/issue-triage.md
- docs/community/maintainer-operating-model.md
Validate locally (stdlib only):
python3 scripts/community_operations_check.py
make community-operations-check
make contributor-funnel-check- Roadmap:
docs/project/roadmap.md - Label taxonomy:
docs/project/label_taxonomy.md - Research and ecosystem governance:
docs/governance/research_and_ecosystem.md - Ecosystem standards (schemas, CLI, examples):
docs/standards/README.md
We welcome contributions in:
- Rust services
- Python SDKs
- governance enforcement
- CI/CD integrations
- documentation
- examples
- deployment tooling
- architecture diagrams
New contributors are encouraged to look for issues labeled:
good first issuehelp wanteddocumentationexamples