ABS Core
Commercial

Compliance Mapping Matrix

Explicit mapping of ABS Core controls to ISO 27001, SOC 2 Type II, NIST AI RMF, LGPD/GDPR, and BACEN 4.893. Designed for risk officers and compliance teams.

Compliance Mapping Matrix

Version: v10.1.5 · Audience: Risk Officers, DPOs, Compliance Teams, Enterprise Architects

This matrix maps ABS Core technical controls to formal regulatory and standards frameworks. Each mapping includes the specific control reference, the ABS Core mechanism that satisfies it, and how to produce evidence for auditors.


Framework Coverage

FrameworkStatusScope
ISO/IEC 27001:2022MappedInformation security management
SOC 2 Type IIMappedTrust Services Criteria (CC, A, PI)
NIST AI RMF 1.0MappedAI risk management — Govern, Map, Measure, Manage
LGPD / GDPRMappedData privacy and protection
BACEN 4.893 / CMN 4.893MappedBrazilian financial institution AI governance
PCI-DSS v4.0MappedPayment card data protection
HIPAAMappedHealth information privacy

1. ISO/IEC 27001:2022

ABS Core ControlISO 27001 ClauseSatisfiesEvidence Available
WASM Policy Engine (inline blocking)A.8.12 — Data leakage preventionPrevents agents from exfiltrating data outside authorized execution pathsPolicy evaluation logs per request
Append-only Forensic Ledger (D1 + L2)A.8.15 — LoggingMathematically immutable, tamper-evident audit trail of every agent actionHash-chained records; Polygon L2 anchoring (Enterprise)
Policy-as-a-Token (PAAT)A.5.15 — Access controlCryptographically ensures agents access only explicitly authorized toolsToken manifest per agent
Secret Vault (JIT credentials)A.8.12, A.9.4API keys never stored in agent code; injected at runtime per actionVault access log
CHI PII RedactionA.8.12CPF, SSN, card numbers, API keys redacted before reaching LLMCHI redaction event in audit log
Heartbeat Sentinel (Dead Man's Switch)A.8.16 — MonitoringDetects silent/zombie agents; generates alerts for unresponsive processesHeartbeat state log per agent
Version-pinned policiesA.8.32 — Change managementEvery policy change is versioned and signed; rollback availablePolicy version history in API
Multi-tenant isolationA.8.3 — Information access restrictionComplete data isolation between workspaces at the WASM execution layerWorkspace boundary enforcement logs

2. SOC 2 Type II (Trust Services Criteria)

ABS Core ControlSOC 2 CriteriaSatisfiesAuditor Note
Zero-Trust Bridge (VPC/On-Prem mode)CC6.1 — Logical access securityGovernance runs inside customer VPC; no data sent to third-party API for policy evaluationOn-prem deployment guide available
Shadow Mode (monitor before enforce)CC7.1 — System operationsContinuous monitoring and risk profiling of new agent behaviors before hard blockingShadow log with violation rate metrics
Certified Vault Policy PacksCC3.1 — Risk assessmentPre-audited, legally vetted policy rulesets; signed by Anthropic-certified policy authorsPack signing certificate + SBOM
Append-only audit logCC7.2 — Monitoring; CC4.1 — Quality of informationTamper-evident record of all system activityHash verification tool available
Policy version controlCC8.1 — Change managementAll policy changes tracked, versioned, signed, and reversiblePolicy changelog API endpoint
Role-based API scopesCC6.3 — User registrationAPI tokens scoped to specific operations (read-only, write, admin)Token scope manifest
Rate limiting + backpressureA1.2 — AvailabilitySystem sheds excess load gracefully; validated at 5,000 req/s without 5xx errorsBenchmark report (blockchain-anchored)
Heartbeat monitoringA1.2 — AvailabilityDetects unavailable agents; triggers alerts before cascading failureHeartbeat API + webhook payloads

3. NIST AI Risk Management Framework 1.0

The NIST AI RMF structures AI risk across four functions: Govern, Map, Measure, Manage.

Govern

NIST AI RMF Sub-categoryABS Core Mechanism
GOVERN 1.1 — Policies, processes establishedVersion-pinned YAML policies; mandatory CHI declaration before execution
GOVERN 1.2 — Accountability assignedPer-agent policy binding; agent ID in every audit record
GOVERN 1.7 — Risk tolerance documentedPolicy DSL includes explicit risk thresholds (low/medium/high/critical) per action type

Map

NIST AI RMF Sub-categoryABS Core Mechanism
MAP 1.1 — Context establishedCHI intent field forces agent to declare operational context before any write
MAP 2.1 — Scientific basisBenchmark report (blockchain-anchored) provides empirical performance evidence
MAP 3.5 — Risk impacts documentedPolicy pack includes explicit blockReason and ruleId per violation type

Measure

NIST AI RMF Sub-categoryABS Core Mechanism
MEASURE 1.1 — Test set establishedThree-tier benchmark: endurance, load, stress (see benchmark report)
MEASURE 2.5 — Bias/drift evaluatedCHI semantic drift detection; configurable drift threshold per agent profile
MEASURE 2.7 — Eval results documentedBlockchain-anchored benchmark report; L2 decision ledger (Enterprise)

Manage

NIST AI RMF Sub-categoryABS Core Mechanism
MANAGE 1.1 — Response plansCircuit breaker → Fail-Safe ALLOW; Heartbeat ZOMBIE escalation → PagerDuty/Slack
MANAGE 2.2 — Risk response executedRate limiter, DENY verdicts, agent suspension available via API
MANAGE 4.1 — Residual risk monitoredShadow Mode + continuous telemetry; Sentry integration for anomaly alerts

4. LGPD / GDPR

Privacy PrincipleABS Core MechanismLegal Basis
Data MinimizationCHI PII Redaction intercepts CPF, SSN, card numbers, API keys before LLM contextLGPD Art. 6 VII; GDPR Art. 5(1)(c)
Purpose LimitationYAML policy allowed_actions list prevents data reuse outside declared purposeLGPD Art. 6 II; GDPR Art. 5(1)(b)
Cross-border transfer preventionLocal governance enforcement prevents PII from leaving jurisdiction-controlled infraLGPD Art. 33; GDPR Chapter V
Right to explanationEvery DENY verdict includes blockReason, ruleId, traceId — auditable explanationLGPD Art. 20; GDPR Art. 22
Data Subject Rights supportAudit log exposes all agent actions per agentId; exportable for DSAR responseLGPD Art. 18; GDPR Art. 15-20
Consent and legitimate interestPolicy packs include LGPD-specific consent verification actionsLGPD Art. 7-8

5. BACEN 4.893 / CMN 4.893 (Brazil)

BACEN RequirementABS Core MechanismEvidence
Art. 4 — Risk governancePolicy-as-code with mandatory pre-execution evaluation; version-controlledPolicy version history; audit log
Art. 5 — Audit trailAppend-only ledger; SHA-256 hash-chained; Polygon L2 anchoring (Enterprise)GET /v1/events + L2 explorer
Art. 6 — Data residencySovereign VPC mode: governance runs 100% within Brazilian data center boundaryOn-prem deployment guide
Art. 9 — Incident reportingHeartbeat ZOMBIE state + PagerDuty/Slack integration; Sentry issue creationAlert configuration docs
CMN 4.893 Art. 7 — Model riskCHI semantic drift detection; hallucination vaccine blocks non-existent resource referencesCHI configuration guide
Resolução 4.557 — Risk appetitePer-agent risk thresholds configurable in policy DSL; pre-approved action allowlistPolicy authoring guide

6. PCI-DSS v4.0

PCI-DSS RequirementABS Core Mechanism
Req. 3 — Protect stored dataSecret Vault: card numbers never stored in agent code; injected JIT
Req. 6 — Secure systemsWASM sandboxing; prompt injection detection blocks code injection attempts
Req. 7 — Access controlPAAT token per agent; minimum privilege enforced via allowed_actions
Req. 10 — LoggingAppend-only audit log; tamper-evident; 7-year retention available
Req. 12 — Security policyCertified policy packs include PCI-DSS preset (policy-pci)

7. HIPAA

HIPAA RuleABS Core Mechanism
Privacy Rule — PHI access controlCHI PII redaction for health identifiers (MRN, DOB, SSN) before LLM context
Security Rule — Audit controlsAppend-only audit log; all PHI-touching agent actions recorded
Security Rule — IntegrityHash-chained audit records; tamper detection
Breach Notification RuleHeartbeat + anomaly alerts; Sentry integration for immediate notification
Minimum necessary standardallowed_actions policy enforces minimum access; blocks PHI queries outside declared purpose

Producing Evidence for Auditors

FrameworkWhat to exportHow
ISO 27001Audit log for the control periodGET /v1/events?from=&to=&limit=10000
SOC 2Policy version history + decision logPolicy changelog API + events API
NIST AI RMFBenchmark report + drift detection log/docs/technical/benchmark-report + CHI log
LGPD/GDPRPII redaction eventsGET /v1/events?type=pii_redaction
BACENFull transaction governance logGET /v1/events?agentId=&format=bacen
PCI-DSSVault access log + card-related eventsVault API + events filtered by ruleId

The compliance moat: While other platforms attempt to make AI "safe enough," ABS Core is purpose-built to make AI auditable enough for formal regulatory sign-off — with every decision cryptographically provable, every policy version immutable, and every violation traceable to a specific rule and timestamp.

On this page