1. The ai compliance frameworks in the catalog
The catalog is the live registry — browse it under Compliance → Catalog rather than hard-coding a count, since packs are added over time. As of this writing it spans general security and AI-governance standards, sector regimes, and a wide set of regional privacy laws. The console groups them into five category tabs: ai, privacy, security, financial, and healthcare.AI governance
AI governance
eu_ai_act · nist_ai_rmf · iso_42001 · owasp_llm ·
colorado_ai. OWASP LLM Top 10 ships as a real installable pack
(owasp_llm), not only a control-mapping view — see
OWASP LLM Top 10.Security & ISMS
Security & ISMS
soc2 · iso_27001 · nist_800_53 · cmmc. General trust and
information-security standards mapped to the content and action planes.Financial
Financial
pci_dss · glba · dora_eu. Payment, banking, and operational-
resilience regimes — PAN masking, secret hygiene, dangerous-tool
controls, and egress evidence.Healthcare
Healthcare
hipaa · hitrust. PHI redaction, de-identification, and transmission-
security egress guards.Privacy (global & regional)
Privacy (global & regional)
gdpr · uk_gdpr · ccpa · china_pipl · appi_jp · pipa_kr ·
lgpd_br · pipeda_ca · dpdp_in · privacy_au · pdpa_sg ·
vcdpa_va · cpa_co · ctdpa_ct · ucpa_ut · tdpsa_tx · ferpa ·
coppa. Each carries data-minimisation, special-category handling, and
processing-record controls tuned to the jurisdiction.2. What “evidence” means for a framework
Installing a pack materializes two real, editable objects in your workspace, and they are what the report reads:- one Guardrail — the content-plane controls (PII, PHI, secrets, unsafe output) the framework expects on requests and responses;
- one or more Firewall policy rules — the action- plane controls (which tool calls, MCP dispatches, and egress destinations are allowed or audited).
| Evidence section | What it captures |
|---|---|
| Coverage | Which in-scope controls are satisfied by an installed pack |
| Enforcement | Whether each control is live or still in observe mode |
| Change log | The versioned history of policy edits behind the controls |
A framework’s in-scope checklist is the union of pack-covered controls
and the organizational clauses (workforce training, BAAs, DPIAs, physical
access) that can never be gateway-automated. Those organizational items
always render as a disclosed ⚠ Gap with guidance — so completeness is
honest, never silently 100%.
3. One concrete flow: SOC 2
Suppose you need SOC 2 evidence. As a workspace Admin on a paid plan, install the pack from the console under Compliance → Catalog. The console drives the management route for you using your session (not a relay key):soc2 pack materializes a guardrail that masks confidential PII and
records guardrail decisions, plus a firewall rule that audits every tool
dispatch — mapped to TSC CC6.1, CC7.2. It lands in observe mode, so
nothing your agents do is interrupted while you watch the match and event
feeds. When the feeds look clean, go live and generate the report:
4. Reading the registry programmatically
The catalog and readiness reads are open to Members, so a reviewer or a CI job can pull the current framework list and per-control status without write access. The console uses your session for these management routes:5. From framework to the controls underneath
A framework is a view of controls you can also configure directly. If you want to understand or tune what a pack lays down — or build the same coverage by hand — the deep references are:Guardrails
The content-plane reference — PII and PHI entities, secrets, unsafe
output, and the block / mask / flag actions a pack uses.
Agent Firewall
The action-plane reference — tool, MCP, and egress rules and the
audit / deny / sanitize verdicts behind a pack’s firewall policy.
What a pack contains
The exact guardrail and firewall objects each framework materializes.
Control matrix
Every control mapped across frameworks in one grid.
6. Per-framework pages
The frameworks with their own focused page:SOC 2
HIPAA
GDPR
EU AI Act
ISO 27001
ISO 42001
NIST AI RMF
OWASP LLM Top 10
PCI DSS
CCPA
7. Where this fits
Observe vs enforce
Land every pack in observe mode first; read the signal before go-live.
Signed report
How a report is hashed and signed, and what an auditor verifies.
Shared responsibility
What the gateway secures versus what stays yours — the honest boundary
behind any framework claim.
Enforcement modes
Observe, audit, and enforce — the shared vocabulary behind go-live.
