ARIA Trust Center

AI Governance

Last reviewed: 2026-04-20 · v2.2.1-D

EU AI Act Article 13 conformance

ARIA publishes a transparency statement with every high-risk decision path: model identity, confidence score, ethics-gate threshold applied, frameworks invoked, and upstream citations. The full per-decision log is exportable from the admin surface (see Model Transparency).

Ethics-gate thresholds

Per-tenant defaults live in orgs.ethics_gate_config. Operators can tighten but never loosen below the regulation floor.

ContextThreshold
Base (default)0.85
GDPR-regulated tenant0.92
HIPAA-regulated tenant0.95
EU AI Act high-risk path0.92
CCPA-regulated tenant0.88
Sandbox / exploration0.70

Framework catalogue

ARIA selects from 63 behavioral-science frameworks (v2.1 Sprint 14) on every decision: Fogg Behavior Model, COM-B, EAST, Cialdini's 7, Minto Pyramid, the CIP integrity protocol, and 57 more. Every selection is logged to the decision trajectory.

Sample explainability record

{
  "decision": "route_to_agent",
  "agent": "compliance-advisor",
  "confidence": 0.93,
  "frameworks_applied": [
    "fogg-behavior-model",
    "east",
    "gdpr-article-13"
  ],
  "ethics_gate": {
    "threshold": 0.92,
    "passed": true,
    "reason": "tenant_regulation=gdpr"
  },
  "trigger_stack": [
    "social-proof-customer-count",
    "loss-aversion-retention-risk"
  ]
}

Brand-voice extraction (ADR-058)

ARIA's brand-voice extractor removes AI-tells on every customer-facing output. Example:

Before

Our platform leverages cutting-edge AI to revolutionize your compliance workflow.

After

ARIA runs your compliance checks with grounded citations so audits stop being a month-long scramble.