Trust & Security

AIEP’s trust and security model is enforced by cryptographic invariant, not policy assertion. This section covers the trust record schema, security architecture, hardware security layer, and audit surface.


Trust Model

Trust →

Every step in an AIEP workflow produces a committed trust record. Trust is not a score or a rating — it is a machine-verifiable audit trail linking every output to the artefacts, certifications, and governance decisions that produced it.

Trust record typeWhat it commits
AiepArtefactRecordCanonical artefact + SHA-256 + timestamp
AiepCertificateRecordAdmissibility gate passage — plausibility + probability certifications
AiepDivergenceProofConflict between evidence chains
AiepConstitutionalRecordConstitutional parameter state at execution time
AiepAuditRecordFull export of all above for a given session

The trust record chain for any AIEP output can be replayed by any node from the committed artefacts and verified to produce an identical hash.

Trust anchors


Security Architecture

Security →

AIEP’s security model has two layers: software-enforced invariants (all tiers) and hardware-enforced invariants (Tier 3+).

Software invariants

Hardware invariants (Tier 3+)

The hardware security layer (P09R / GB2519826.8) provides hardware-enforced anonymisation and attestation.

The key property (P91): the DeviceHardwareSecret lives inside the governance chip isolation enclave and is never accessible to software. Hardware-enforced anonymisation cannot be broken by any software instruction, operating system call, or network interception. This property is categorical.

Hardware-enforced anonymisation is the only technically credible response to the data sovereignty requirements emerging from regulated jurisdictions.


Audit

Audit →

The AIEP audit export (AiepAuditRecord) is a complete, machine-readable record of:

The audit record is cryptographically sealed — it cannot be partially exported without breaking the commitment. A regulator receives either the complete audit record or a verifiable rejection.

Audit export is available from the GENOME SDK governance layer and from the machine interface:

GET /aiep/v1/audit/{session_id}
    → { artefacts[], gate_decisions[], const_params{}, records[] }

Regulatory governance

Regulatory Governance →

AIEP’s fail-closed admissibility gate, deterministic state machine, and non-erasable ledger are designed to satisfy the audit and accountability requirements expected under:

The compliance page carries the full checklist:

Compliance →


Get involved · Get started · Talk to us · Contact · GitHub ↗