π Compliance Progress by Layer
π― Maturity Posture Radar (CCM v4.1.0)
Average maturity per domain β scores updated live from Controls tab
β° Upcoming Obligations
| Obligation | Framework | Effective Date | Status |
|---|---|---|---|
| Disclose AI interaction | EU AI Act | 2026-08-02 | Due in 59 days |
| Human oversight for high-risk | EU AI Act | 2027-12-02 | Upcoming |
| Logging & traceability | EU AI Act | 2027-12-02 | Upcoming |
| Control documented information | ISO 42001 | Ongoing | Active |
| Obligation | Framework | Topic | Type | Effective | Severity |
|---|
| Code | Control | Family | Type | Automation | Status | Maturity (1β5) |
|---|
π EU AI Act Application Timeline
π₯ Governance Risk Heatmap β Likelihood Γ Impact
π©Ί NHIDβClinical v1.3 β Voice Agent Conformance
Voluntary framework for AI voice agents in B2B healthcare payerβprovider workflows. Disclosure before data exchange, no human mimicry, human handoff, minimal audit log.
| Control | Requirement | Status |
|---|---|---|
| DISCβ01 | Disclose AI identity before any data exchange | β Conformant |
| MIMEβ01 | No human voice mimicry or impersonation | β Conformant |
| HANDβ01 | Offer human handoff on request | β Conformant |
| LOGβ01 | Minimal audit log of call and disclosures | β Conformant |
| AUTHβ01 | Verify caller authorization / NPI delegation | β οΈ Gap β Not in v1.3 |
β οΈ v1.3 does not verify caller authorization (AUTHβ01). A spoofed NPI + voice AI can pass all four behavioral controls while completely bypassing identity verification.
Interactively demonstrate why disclosure alone is not enough to prevent spoofed-identity attacks in B2B healthcare voice channels.
π NHIDβClinical in the 5βLayer Trust Stack for B2B Healthcare Voice
| Layer | Scope |
|---|---|
| Layer 0 | NPI Registry β no delegation proof, no call-time authorization |
| Layer 1 | STIR/SHAKEN β carrier attestation (A/B/C levels), verifies phone number origin only |
| Layer 2 β | NHIDβClinical v1.3 β Behavioral Baseline (disclosure, no mimicry, handoff, audit log) |
| Layer 3 | NHIDβAuth v1.4 β Ed25519 delegation chain + DPoP callβnonce binding (closes AUTHβ01) |
| Layer 4 | FHIR AuditEvent R4 / IHE BALP β healthcareβnative structured logging |
| Layer 5 | OpenTelemetry spans β SIEM / enterprise observability pipeline |
β NHIDβClinical is the governance spec that connects these layers for crossβorganizational, realβtime voiceβchannel authorization. AUTHβ01 is closed only at Layer 3+.
π NHIDβClinical Compliant Event Trace Example
"call_id": "nhid-call-2026-06-04-001",
"agent_id": "brianna-voice-agent-v3",
"start_time": "2026-06-04T09:12:00Z",
"disclosure_time": "2026-06-04T09:12:02Z",
"disclosure_text": "I'm an automated assistant from Dr. Smith's office.",
"operational_data_exchanged": "09:12:08Z",
"human_handoff_requested": true,
"handoff_time": "2026-06-04T09:12:22Z",
"audit_log_complete": true,
"deceptive_artifacts_detected": false,
"auth_01_verified": false, // β AUTH-01 gap: NPI not cryptographically verified
"nhid_clinical_score": "4/5"
}
This trace passes all four behavioral controls (DISCβ01, MIMEβ01, HANDβ01, LOGβ01) but AUTHβ01 remains unverified β a spoofed caller would produce an identical trace.