Documentation

BASIS Specification

Baseline Authority for Safe & Interoperable Systems — the open governance standard.

Overview

BASIS (Baseline Authority for Safe & Interoperable Systems) is the open specification that defines how AI agents are governed at runtime. It is the foundation that Cognigate implements.

Open Standard: BASIS is Apache 2.0 licensed and designed for anyone to implement. Cognigate is one implementation — the specification is vendor-neutral.

Core Components

ComponentPurpose
Trust Model8-tier graduated trust (T0–T7) with 16 behavioral factors across 5 groups
Capability Taxonomy24 capabilities gated by trust tier
Proof ChainCryptographic audit trail — dual-hash (SHA-256 + SHA3-256), optional Ed25519 signatures
Circuit BreakersAutomatic halt when trust drops below threshold (graduated, with hysteresis)
Observation Tiers5 levels of agent visibility that cap maximum achievable trust
Heartbeat ProtocolTier-scaled liveness checks with deadman switch
CARCanonical Agent Record — unique, verifiable identity per agent

Trust Factors (16)

Trust scores are computed from 16 behavioral factors organized into 5 groups:

GroupFactors
IdentityRegistration completeness, credential validity, identity continuity
BehaviorAction compliance, boundary respect, escalation appropriateness
PerformanceTask completion rate, response quality, resource efficiency
SecurityInput sanitization, output validation, anomaly frequency
GovernancePolicy adherence, audit trail completeness, recovery behavior, operational context

The Pipeline

BASIS sets the rules.
  CAR identifies the agent.
    INTENT figures out the goal.
      ENFORCE stops the bad stuff.
        PROOF shows the receipts.

Resources