@connexum/ai-governance 1.0.0-beta.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +78 -0
- package/README.md +582 -0
- package/dist/adapters/cursor.d.ts +85 -0
- package/dist/adapters/cursor.d.ts.map +1 -0
- package/dist/adapters/cursor.js +188 -0
- package/dist/adapters/cursor.js.map +1 -0
- package/dist/adapters/index.d.ts +250 -0
- package/dist/adapters/index.d.ts.map +1 -0
- package/dist/adapters/index.js +377 -0
- package/dist/adapters/index.js.map +1 -0
- package/dist/agents/compliance-agent-templates/dora.d.ts +53 -0
- package/dist/agents/compliance-agent-templates/dora.d.ts.map +1 -0
- package/dist/agents/compliance-agent-templates/dora.js +947 -0
- package/dist/agents/compliance-agent-templates/dora.js.map +1 -0
- package/dist/agents/compliance-agent-templates/eu-ai-act.d.ts +27 -0
- package/dist/agents/compliance-agent-templates/eu-ai-act.d.ts.map +1 -0
- package/dist/agents/compliance-agent-templates/eu-ai-act.js +721 -0
- package/dist/agents/compliance-agent-templates/eu-ai-act.js.map +1 -0
- package/dist/agents/compliance-agent-templates/gdpr.d.ts +25 -0
- package/dist/agents/compliance-agent-templates/gdpr.d.ts.map +1 -0
- package/dist/agents/compliance-agent-templates/gdpr.js +688 -0
- package/dist/agents/compliance-agent-templates/gdpr.js.map +1 -0
- package/dist/agents/compliance-agent-templates/hipaa.d.ts +23 -0
- package/dist/agents/compliance-agent-templates/hipaa.d.ts.map +1 -0
- package/dist/agents/compliance-agent-templates/hipaa.js +640 -0
- package/dist/agents/compliance-agent-templates/hipaa.js.map +1 -0
- package/dist/agents/compliance-agent-templates/iso27001.d.ts +30 -0
- package/dist/agents/compliance-agent-templates/iso27001.d.ts.map +1 -0
- package/dist/agents/compliance-agent-templates/iso27001.js +805 -0
- package/dist/agents/compliance-agent-templates/iso27001.js.map +1 -0
- package/dist/agents/compliance-agent-templates/iso42001.d.ts +42 -0
- package/dist/agents/compliance-agent-templates/iso42001.d.ts.map +1 -0
- package/dist/agents/compliance-agent-templates/iso42001.js +898 -0
- package/dist/agents/compliance-agent-templates/iso42001.js.map +1 -0
- package/dist/agents/compliance-agent-templates/nist-ai-rmf.d.ts +37 -0
- package/dist/agents/compliance-agent-templates/nist-ai-rmf.d.ts.map +1 -0
- package/dist/agents/compliance-agent-templates/nist-ai-rmf.js +819 -0
- package/dist/agents/compliance-agent-templates/nist-ai-rmf.js.map +1 -0
- package/dist/agents/compliance-agent-templates/pci-dss.d.ts +25 -0
- package/dist/agents/compliance-agent-templates/pci-dss.d.ts.map +1 -0
- package/dist/agents/compliance-agent-templates/pci-dss.js +658 -0
- package/dist/agents/compliance-agent-templates/pci-dss.js.map +1 -0
- package/dist/agents/compliance-agent-templates/soc2.d.ts +24 -0
- package/dist/agents/compliance-agent-templates/soc2.d.ts.map +1 -0
- package/dist/agents/compliance-agent-templates/soc2.js +643 -0
- package/dist/agents/compliance-agent-templates/soc2.js.map +1 -0
- package/dist/agents/compliance-agent-templates/types.d.ts +93 -0
- package/dist/agents/compliance-agent-templates/types.d.ts.map +1 -0
- package/dist/agents/compliance-agent-templates/types.js +34 -0
- package/dist/agents/compliance-agent-templates/types.js.map +1 -0
- package/dist/audit/audit-integrity.d.ts +88 -0
- package/dist/audit/audit-integrity.d.ts.map +1 -0
- package/dist/audit/audit-integrity.js +284 -0
- package/dist/audit/audit-integrity.js.map +1 -0
- package/dist/audit/chain-tamper-detector.d.ts +115 -0
- package/dist/audit/chain-tamper-detector.d.ts.map +1 -0
- package/dist/audit/chain-tamper-detector.js +256 -0
- package/dist/audit/chain-tamper-detector.js.map +1 -0
- package/dist/audit/compliance-reporter.d.ts +91 -0
- package/dist/audit/compliance-reporter.d.ts.map +1 -0
- package/dist/audit/compliance-reporter.js +471 -0
- package/dist/audit/compliance-reporter.js.map +1 -0
- package/dist/audit/destinations/custom-webhook.d.ts +189 -0
- package/dist/audit/destinations/custom-webhook.d.ts.map +1 -0
- package/dist/audit/destinations/custom-webhook.js +477 -0
- package/dist/audit/destinations/custom-webhook.js.map +1 -0
- package/dist/audit/destinations/datadog-logs.d.ts +241 -0
- package/dist/audit/destinations/datadog-logs.d.ts.map +1 -0
- package/dist/audit/destinations/datadog-logs.js +576 -0
- package/dist/audit/destinations/datadog-logs.js.map +1 -0
- package/dist/audit/destinations/sentinel.d.ts +336 -0
- package/dist/audit/destinations/sentinel.d.ts.map +1 -0
- package/dist/audit/destinations/sentinel.js +927 -0
- package/dist/audit/destinations/sentinel.js.map +1 -0
- package/dist/audit/destinations/sumo-logic.d.ts +227 -0
- package/dist/audit/destinations/sumo-logic.d.ts.map +1 -0
- package/dist/audit/destinations/sumo-logic.js +572 -0
- package/dist/audit/destinations/sumo-logic.js.map +1 -0
- package/dist/audit/event-bus.d.ts +79 -0
- package/dist/audit/event-bus.d.ts.map +1 -0
- package/dist/audit/event-bus.js +256 -0
- package/dist/audit/event-bus.js.map +1 -0
- package/dist/audit/narrative-generator.d.ts +91 -0
- package/dist/audit/narrative-generator.d.ts.map +1 -0
- package/dist/audit/narrative-generator.js +538 -0
- package/dist/audit/narrative-generator.js.map +1 -0
- package/dist/audit/narrative-types.d.ts +274 -0
- package/dist/audit/narrative-types.d.ts.map +1 -0
- package/dist/audit/narrative-types.js +115 -0
- package/dist/audit/narrative-types.js.map +1 -0
- package/dist/audit/provenance-signer.d.ts +158 -0
- package/dist/audit/provenance-signer.d.ts.map +1 -0
- package/dist/audit/provenance-signer.js +315 -0
- package/dist/audit/provenance-signer.js.map +1 -0
- package/dist/audit/redis-event-bus.d.ts +103 -0
- package/dist/audit/redis-event-bus.d.ts.map +1 -0
- package/dist/audit/redis-event-bus.js +310 -0
- package/dist/audit/redis-event-bus.js.map +1 -0
- package/dist/audit/report-templates/disclosure-accounting.d.ts +131 -0
- package/dist/audit/report-templates/disclosure-accounting.d.ts.map +1 -0
- package/dist/audit/report-templates/disclosure-accounting.js +195 -0
- package/dist/audit/report-templates/disclosure-accounting.js.map +1 -0
- package/dist/audit/report-templates/dora-ict-major-incident.d.ts +39 -0
- package/dist/audit/report-templates/dora-ict-major-incident.d.ts.map +1 -0
- package/dist/audit/report-templates/dora-ict-major-incident.js +227 -0
- package/dist/audit/report-templates/dora-ict-major-incident.js.map +1 -0
- package/dist/audit/report-templates/eu-ai-act-annex-iv.d.ts +38 -0
- package/dist/audit/report-templates/eu-ai-act-annex-iv.d.ts.map +1 -0
- package/dist/audit/report-templates/eu-ai-act-annex-iv.js +267 -0
- package/dist/audit/report-templates/eu-ai-act-annex-iv.js.map +1 -0
- package/dist/audit/report-templates/gdpr-data-subject-rights.d.ts +37 -0
- package/dist/audit/report-templates/gdpr-data-subject-rights.d.ts.map +1 -0
- package/dist/audit/report-templates/gdpr-data-subject-rights.js +235 -0
- package/dist/audit/report-templates/gdpr-data-subject-rights.js.map +1 -0
- package/dist/audit/report-templates/hipaa-breach-notification.d.ts +27 -0
- package/dist/audit/report-templates/hipaa-breach-notification.d.ts.map +1 -0
- package/dist/audit/report-templates/hipaa-breach-notification.js +197 -0
- package/dist/audit/report-templates/hipaa-breach-notification.js.map +1 -0
- package/dist/audit/report-templates/hipaa-security-incident.d.ts +28 -0
- package/dist/audit/report-templates/hipaa-security-incident.d.ts.map +1 -0
- package/dist/audit/report-templates/hipaa-security-incident.js +172 -0
- package/dist/audit/report-templates/hipaa-security-incident.js.map +1 -0
- package/dist/audit/report-templates/index.d.ts +86 -0
- package/dist/audit/report-templates/index.d.ts.map +1 -0
- package/dist/audit/report-templates/index.js +114 -0
- package/dist/audit/report-templates/index.js.map +1 -0
- package/dist/audit/report-templates/iso-42001-ams.d.ts +36 -0
- package/dist/audit/report-templates/iso-42001-ams.d.ts.map +1 -0
- package/dist/audit/report-templates/iso-42001-ams.js +262 -0
- package/dist/audit/report-templates/iso-42001-ams.js.map +1 -0
- package/dist/audit/report-templates/pci-dss-annual-attestation.d.ts +33 -0
- package/dist/audit/report-templates/pci-dss-annual-attestation.d.ts.map +1 -0
- package/dist/audit/report-templates/pci-dss-annual-attestation.js +211 -0
- package/dist/audit/report-templates/pci-dss-annual-attestation.js.map +1 -0
- package/dist/audit/report-templates/prompts/base.d.ts +94 -0
- package/dist/audit/report-templates/prompts/base.d.ts.map +1 -0
- package/dist/audit/report-templates/prompts/base.js +197 -0
- package/dist/audit/report-templates/prompts/base.js.map +1 -0
- package/dist/audit/report-templates/prompts/dora.d.ts +19 -0
- package/dist/audit/report-templates/prompts/dora.d.ts.map +1 -0
- package/dist/audit/report-templates/prompts/dora.js +121 -0
- package/dist/audit/report-templates/prompts/dora.js.map +1 -0
- package/dist/audit/report-templates/prompts/euaiact.d.ts +20 -0
- package/dist/audit/report-templates/prompts/euaiact.d.ts.map +1 -0
- package/dist/audit/report-templates/prompts/euaiact.js +126 -0
- package/dist/audit/report-templates/prompts/euaiact.js.map +1 -0
- package/dist/audit/report-templates/prompts/gdpr.d.ts +20 -0
- package/dist/audit/report-templates/prompts/gdpr.d.ts.map +1 -0
- package/dist/audit/report-templates/prompts/gdpr.js +126 -0
- package/dist/audit/report-templates/prompts/gdpr.js.map +1 -0
- package/dist/audit/report-templates/prompts/hipaa.d.ts +32 -0
- package/dist/audit/report-templates/prompts/hipaa.d.ts.map +1 -0
- package/dist/audit/report-templates/prompts/hipaa.js +98 -0
- package/dist/audit/report-templates/prompts/hipaa.js.map +1 -0
- package/dist/audit/report-templates/prompts/hitech.d.ts +20 -0
- package/dist/audit/report-templates/prompts/hitech.d.ts.map +1 -0
- package/dist/audit/report-templates/prompts/hitech.js +114 -0
- package/dist/audit/report-templates/prompts/hitech.js.map +1 -0
- package/dist/audit/report-templates/prompts/index.d.ts +24 -0
- package/dist/audit/report-templates/prompts/index.d.ts.map +1 -0
- package/dist/audit/report-templates/prompts/index.js +54 -0
- package/dist/audit/report-templates/prompts/index.js.map +1 -0
- package/dist/audit/report-templates/prompts/iso27001.d.ts +19 -0
- package/dist/audit/report-templates/prompts/iso27001.d.ts.map +1 -0
- package/dist/audit/report-templates/prompts/iso27001.js +110 -0
- package/dist/audit/report-templates/prompts/iso27001.js.map +1 -0
- package/dist/audit/report-templates/prompts/pcidss.d.ts +19 -0
- package/dist/audit/report-templates/prompts/pcidss.d.ts.map +1 -0
- package/dist/audit/report-templates/prompts/pcidss.js +111 -0
- package/dist/audit/report-templates/prompts/pcidss.js.map +1 -0
- package/dist/audit/report-templates/prompts/soc2.d.ts +19 -0
- package/dist/audit/report-templates/prompts/soc2.d.ts.map +1 -0
- package/dist/audit/report-templates/prompts/soc2.js +117 -0
- package/dist/audit/report-templates/prompts/soc2.js.map +1 -0
- package/dist/audit/report-templates/soc2-type-ii.d.ts +23 -0
- package/dist/audit/report-templates/soc2-type-ii.d.ts.map +1 -0
- package/dist/audit/report-templates/soc2-type-ii.js +187 -0
- package/dist/audit/report-templates/soc2-type-ii.js.map +1 -0
- package/dist/audit/reporting-exports.d.ts +20 -0
- package/dist/audit/reporting-exports.d.ts.map +1 -0
- package/dist/audit/reporting-exports.js +39 -0
- package/dist/audit/reporting-exports.js.map +1 -0
- package/dist/audit/webhook-delivery.d.ts +119 -0
- package/dist/audit/webhook-delivery.d.ts.map +1 -0
- package/dist/audit/webhook-delivery.js +381 -0
- package/dist/audit/webhook-delivery.js.map +1 -0
- package/dist/audit-bots/dora.d.ts +59 -0
- package/dist/audit-bots/dora.d.ts.map +1 -0
- package/dist/audit-bots/dora.js +417 -0
- package/dist/audit-bots/dora.js.map +1 -0
- package/dist/audit-bots/euaiact.d.ts +56 -0
- package/dist/audit-bots/euaiact.d.ts.map +1 -0
- package/dist/audit-bots/euaiact.js +372 -0
- package/dist/audit-bots/euaiact.js.map +1 -0
- package/dist/audit-bots/evidence.d.ts +60 -0
- package/dist/audit-bots/evidence.d.ts.map +1 -0
- package/dist/audit-bots/evidence.js +190 -0
- package/dist/audit-bots/evidence.js.map +1 -0
- package/dist/audit-bots/gdpr.d.ts +40 -0
- package/dist/audit-bots/gdpr.d.ts.map +1 -0
- package/dist/audit-bots/gdpr.js +271 -0
- package/dist/audit-bots/gdpr.js.map +1 -0
- package/dist/audit-bots/hipaa.d.ts +38 -0
- package/dist/audit-bots/hipaa.d.ts.map +1 -0
- package/dist/audit-bots/hipaa.js +236 -0
- package/dist/audit-bots/hipaa.js.map +1 -0
- package/dist/audit-bots/iso27001.d.ts +61 -0
- package/dist/audit-bots/iso27001.d.ts.map +1 -0
- package/dist/audit-bots/iso27001.js +448 -0
- package/dist/audit-bots/iso27001.js.map +1 -0
- package/dist/audit-bots/iso42001.d.ts +59 -0
- package/dist/audit-bots/iso42001.d.ts.map +1 -0
- package/dist/audit-bots/iso42001.js +450 -0
- package/dist/audit-bots/iso42001.js.map +1 -0
- package/dist/audit-bots/nist-ai-rmf.d.ts +62 -0
- package/dist/audit-bots/nist-ai-rmf.d.ts.map +1 -0
- package/dist/audit-bots/nist-ai-rmf.js +467 -0
- package/dist/audit-bots/nist-ai-rmf.js.map +1 -0
- package/dist/audit-bots/pcidss.d.ts +57 -0
- package/dist/audit-bots/pcidss.d.ts.map +1 -0
- package/dist/audit-bots/pcidss.js +399 -0
- package/dist/audit-bots/pcidss.js.map +1 -0
- package/dist/audit-bots/scheduler.d.ts +111 -0
- package/dist/audit-bots/scheduler.d.ts.map +1 -0
- package/dist/audit-bots/scheduler.js +175 -0
- package/dist/audit-bots/scheduler.js.map +1 -0
- package/dist/audit-bots/soc1.d.ts +67 -0
- package/dist/audit-bots/soc1.d.ts.map +1 -0
- package/dist/audit-bots/soc1.js +491 -0
- package/dist/audit-bots/soc1.js.map +1 -0
- package/dist/audit-bots/soc2.d.ts +41 -0
- package/dist/audit-bots/soc2.d.ts.map +1 -0
- package/dist/audit-bots/soc2.js +352 -0
- package/dist/audit-bots/soc2.js.map +1 -0
- package/dist/classification/pack-driven-classifier.d.ts +409 -0
- package/dist/classification/pack-driven-classifier.d.ts.map +1 -0
- package/dist/classification/pack-driven-classifier.js +565 -0
- package/dist/classification/pack-driven-classifier.js.map +1 -0
- package/dist/cli/agent-dir-scanner.d.ts +35 -0
- package/dist/cli/agent-dir-scanner.d.ts.map +1 -0
- package/dist/cli/agent-dir-scanner.js +269 -0
- package/dist/cli/agent-dir-scanner.js.map +1 -0
- package/dist/cli/agent-signatures.d.ts +28 -0
- package/dist/cli/agent-signatures.d.ts.map +1 -0
- package/dist/cli/agent-signatures.js +241 -0
- package/dist/cli/agent-signatures.js.map +1 -0
- package/dist/cli/audit-chain-append.d.ts +47 -0
- package/dist/cli/audit-chain-append.d.ts.map +1 -0
- package/dist/cli/audit-chain-append.js +277 -0
- package/dist/cli/audit-chain-append.js.map +1 -0
- package/dist/cli/discover.d.ts +24 -0
- package/dist/cli/discover.d.ts.map +1 -0
- package/dist/cli/discover.js +179 -0
- package/dist/cli/discover.js.map +1 -0
- package/dist/cli/discover.test.d.ts +12 -0
- package/dist/cli/discover.test.d.ts.map +1 -0
- package/dist/cli/discover.test.js +192 -0
- package/dist/cli/discover.test.js.map +1 -0
- package/dist/cli/index.d.ts +201 -0
- package/dist/cli/index.d.ts.map +1 -0
- package/dist/cli/index.js +2130 -0
- package/dist/cli/index.js.map +1 -0
- package/dist/cli/pack-enforcement-bridge.d.ts +39 -0
- package/dist/cli/pack-enforcement-bridge.d.ts.map +1 -0
- package/dist/cli/pack-enforcement-bridge.js +211 -0
- package/dist/cli/pack-enforcement-bridge.js.map +1 -0
- package/dist/cli/packs.d.ts +22 -0
- package/dist/cli/packs.d.ts.map +1 -0
- package/dist/cli/packs.js +299 -0
- package/dist/cli/packs.js.map +1 -0
- package/dist/cli/preflight-report.d.ts +51 -0
- package/dist/cli/preflight-report.d.ts.map +1 -0
- package/dist/cli/preflight-report.js +143 -0
- package/dist/cli/preflight-report.js.map +1 -0
- package/dist/cli/preflight.d.ts +57 -0
- package/dist/cli/preflight.d.ts.map +1 -0
- package/dist/cli/preflight.js +375 -0
- package/dist/cli/preflight.js.map +1 -0
- package/dist/cli/shim-templates/python-anthropic.template.py.txt +54 -0
- package/dist/cli/shim-templates/python-bedrock.template.py.txt +55 -0
- package/dist/cli/shim-templates/python-google.template.py.txt +55 -0
- package/dist/cli/shim-templates/python-huggingface.template.py.txt +142 -0
- package/dist/cli/shim-templates/python-langchain-anthropic.template.py.txt +61 -0
- package/dist/cli/shim-templates/python-langchain-openai.template.py.txt +66 -0
- package/dist/cli/shim-templates/python-ollama.template.py.txt +75 -0
- package/dist/cli/shim-templates/python-openai.template.py.txt +54 -0
- package/dist/cli/shim-templates/typescript-anthropic.template.ts.txt +25 -0
- package/dist/cli/shim-templates/typescript-google.template.ts.txt +25 -0
- package/dist/cli/shim-templates/typescript-openai.template.ts.txt +25 -0
- package/dist/cli/wrap-shim-generator.d.ts +65 -0
- package/dist/cli/wrap-shim-generator.d.ts.map +1 -0
- package/dist/cli/wrap-shim-generator.js +245 -0
- package/dist/cli/wrap-shim-generator.js.map +1 -0
- package/dist/dashboard/api.d.ts +157 -0
- package/dist/dashboard/api.d.ts.map +1 -0
- package/dist/dashboard/api.js +347 -0
- package/dist/dashboard/api.js.map +1 -0
- package/dist/dashboard/theme.d.ts +80 -0
- package/dist/dashboard/theme.d.ts.map +1 -0
- package/dist/dashboard/theme.js +172 -0
- package/dist/dashboard/theme.js.map +1 -0
- package/dist/errors/index.d.ts +46 -0
- package/dist/errors/index.d.ts.map +1 -0
- package/dist/errors/index.js +93 -0
- package/dist/errors/index.js.map +1 -0
- package/dist/esm/adapters/cursor.js +184 -0
- package/dist/esm/adapters/cursor.js.map +1 -0
- package/dist/esm/adapters/index.js +335 -0
- package/dist/esm/adapters/index.js.map +1 -0
- package/dist/esm/agents/compliance-agent-templates/dora.js +943 -0
- package/dist/esm/agents/compliance-agent-templates/dora.js.map +1 -0
- package/dist/esm/agents/compliance-agent-templates/eu-ai-act.js +717 -0
- package/dist/esm/agents/compliance-agent-templates/eu-ai-act.js.map +1 -0
- package/dist/esm/agents/compliance-agent-templates/gdpr.js +684 -0
- package/dist/esm/agents/compliance-agent-templates/gdpr.js.map +1 -0
- package/dist/esm/agents/compliance-agent-templates/hipaa.js +636 -0
- package/dist/esm/agents/compliance-agent-templates/hipaa.js.map +1 -0
- package/dist/esm/agents/compliance-agent-templates/iso27001.js +801 -0
- package/dist/esm/agents/compliance-agent-templates/iso27001.js.map +1 -0
- package/dist/esm/agents/compliance-agent-templates/iso42001.js +894 -0
- package/dist/esm/agents/compliance-agent-templates/iso42001.js.map +1 -0
- package/dist/esm/agents/compliance-agent-templates/nist-ai-rmf.js +815 -0
- package/dist/esm/agents/compliance-agent-templates/nist-ai-rmf.js.map +1 -0
- package/dist/esm/agents/compliance-agent-templates/pci-dss.js +654 -0
- package/dist/esm/agents/compliance-agent-templates/pci-dss.js.map +1 -0
- package/dist/esm/agents/compliance-agent-templates/soc2.js +639 -0
- package/dist/esm/agents/compliance-agent-templates/soc2.js.map +1 -0
- package/dist/esm/agents/compliance-agent-templates/types.js +33 -0
- package/dist/esm/agents/compliance-agent-templates/types.js.map +1 -0
- package/dist/esm/audit/audit-integrity.js +247 -0
- package/dist/esm/audit/audit-integrity.js.map +1 -0
- package/dist/esm/audit/chain-tamper-detector.js +217 -0
- package/dist/esm/audit/chain-tamper-detector.js.map +1 -0
- package/dist/esm/audit/compliance-reporter.js +434 -0
- package/dist/esm/audit/compliance-reporter.js.map +1 -0
- package/dist/esm/audit/destinations/custom-webhook.js +436 -0
- package/dist/esm/audit/destinations/custom-webhook.js.map +1 -0
- package/dist/esm/audit/destinations/datadog-logs.js +533 -0
- package/dist/esm/audit/destinations/datadog-logs.js.map +1 -0
- package/dist/esm/audit/destinations/sentinel.js +881 -0
- package/dist/esm/audit/destinations/sentinel.js.map +1 -0
- package/dist/esm/audit/destinations/sumo-logic.js +529 -0
- package/dist/esm/audit/destinations/sumo-logic.js.map +1 -0
- package/dist/esm/audit/event-bus.js +219 -0
- package/dist/esm/audit/event-bus.js.map +1 -0
- package/dist/esm/audit/narrative-generator.js +498 -0
- package/dist/esm/audit/narrative-generator.js.map +1 -0
- package/dist/esm/audit/narrative-types.js +108 -0
- package/dist/esm/audit/narrative-types.js.map +1 -0
- package/dist/esm/audit/provenance-signer.js +273 -0
- package/dist/esm/audit/provenance-signer.js.map +1 -0
- package/dist/esm/audit/redis-event-bus.js +272 -0
- package/dist/esm/audit/redis-event-bus.js.map +1 -0
- package/dist/esm/audit/report-templates/disclosure-accounting.js +191 -0
- package/dist/esm/audit/report-templates/disclosure-accounting.js.map +1 -0
- package/dist/esm/audit/report-templates/dora-ict-major-incident.js +224 -0
- package/dist/esm/audit/report-templates/dora-ict-major-incident.js.map +1 -0
- package/dist/esm/audit/report-templates/eu-ai-act-annex-iv.js +264 -0
- package/dist/esm/audit/report-templates/eu-ai-act-annex-iv.js.map +1 -0
- package/dist/esm/audit/report-templates/gdpr-data-subject-rights.js +232 -0
- package/dist/esm/audit/report-templates/gdpr-data-subject-rights.js.map +1 -0
- package/dist/esm/audit/report-templates/hipaa-breach-notification.js +194 -0
- package/dist/esm/audit/report-templates/hipaa-breach-notification.js.map +1 -0
- package/dist/esm/audit/report-templates/hipaa-security-incident.js +169 -0
- package/dist/esm/audit/report-templates/hipaa-security-incident.js.map +1 -0
- package/dist/esm/audit/report-templates/index.js +93 -0
- package/dist/esm/audit/report-templates/index.js.map +1 -0
- package/dist/esm/audit/report-templates/iso-42001-ams.js +259 -0
- package/dist/esm/audit/report-templates/iso-42001-ams.js.map +1 -0
- package/dist/esm/audit/report-templates/pci-dss-annual-attestation.js +208 -0
- package/dist/esm/audit/report-templates/pci-dss-annual-attestation.js.map +1 -0
- package/dist/esm/audit/report-templates/prompts/base.js +189 -0
- package/dist/esm/audit/report-templates/prompts/base.js.map +1 -0
- package/dist/esm/audit/report-templates/prompts/dora.js +118 -0
- package/dist/esm/audit/report-templates/prompts/dora.js.map +1 -0
- package/dist/esm/audit/report-templates/prompts/euaiact.js +123 -0
- package/dist/esm/audit/report-templates/prompts/euaiact.js.map +1 -0
- package/dist/esm/audit/report-templates/prompts/gdpr.js +123 -0
- package/dist/esm/audit/report-templates/prompts/gdpr.js.map +1 -0
- package/dist/esm/audit/report-templates/prompts/hipaa.js +95 -0
- package/dist/esm/audit/report-templates/prompts/hipaa.js.map +1 -0
- package/dist/esm/audit/report-templates/prompts/hitech.js +111 -0
- package/dist/esm/audit/report-templates/prompts/hitech.js.map +1 -0
- package/dist/esm/audit/report-templates/prompts/index.js +43 -0
- package/dist/esm/audit/report-templates/prompts/index.js.map +1 -0
- package/dist/esm/audit/report-templates/prompts/iso27001.js +107 -0
- package/dist/esm/audit/report-templates/prompts/iso27001.js.map +1 -0
- package/dist/esm/audit/report-templates/prompts/pcidss.js +108 -0
- package/dist/esm/audit/report-templates/prompts/pcidss.js.map +1 -0
- package/dist/esm/audit/report-templates/prompts/soc2.js +114 -0
- package/dist/esm/audit/report-templates/prompts/soc2.js.map +1 -0
- package/dist/esm/audit/report-templates/soc2-type-ii.js +184 -0
- package/dist/esm/audit/report-templates/soc2-type-ii.js.map +1 -0
- package/dist/esm/audit/reporting-exports.js +19 -0
- package/dist/esm/audit/reporting-exports.js.map +1 -0
- package/dist/esm/audit/webhook-delivery.js +344 -0
- package/dist/esm/audit/webhook-delivery.js.map +1 -0
- package/dist/esm/audit-bots/dora.js +379 -0
- package/dist/esm/audit-bots/dora.js.map +1 -0
- package/dist/esm/audit-bots/euaiact.js +334 -0
- package/dist/esm/audit-bots/euaiact.js.map +1 -0
- package/dist/esm/audit-bots/evidence.js +153 -0
- package/dist/esm/audit-bots/evidence.js.map +1 -0
- package/dist/esm/audit-bots/gdpr.js +234 -0
- package/dist/esm/audit-bots/gdpr.js.map +1 -0
- package/dist/esm/audit-bots/hipaa.js +199 -0
- package/dist/esm/audit-bots/hipaa.js.map +1 -0
- package/dist/esm/audit-bots/iso27001.js +410 -0
- package/dist/esm/audit-bots/iso27001.js.map +1 -0
- package/dist/esm/audit-bots/iso42001.js +412 -0
- package/dist/esm/audit-bots/iso42001.js.map +1 -0
- package/dist/esm/audit-bots/nist-ai-rmf.js +429 -0
- package/dist/esm/audit-bots/nist-ai-rmf.js.map +1 -0
- package/dist/esm/audit-bots/pcidss.js +361 -0
- package/dist/esm/audit-bots/pcidss.js.map +1 -0
- package/dist/esm/audit-bots/scheduler.js +137 -0
- package/dist/esm/audit-bots/scheduler.js.map +1 -0
- package/dist/esm/audit-bots/soc1.js +453 -0
- package/dist/esm/audit-bots/soc1.js.map +1 -0
- package/dist/esm/audit-bots/soc2.js +315 -0
- package/dist/esm/audit-bots/soc2.js.map +1 -0
- package/dist/esm/classification/pack-driven-classifier.js +525 -0
- package/dist/esm/classification/pack-driven-classifier.js.map +1 -0
- package/dist/esm/cli/agent-dir-scanner.js +233 -0
- package/dist/esm/cli/agent-dir-scanner.js.map +1 -0
- package/dist/esm/cli/agent-signatures.js +238 -0
- package/dist/esm/cli/agent-signatures.js.map +1 -0
- package/dist/esm/cli/audit-chain-append.js +242 -0
- package/dist/esm/cli/audit-chain-append.js.map +1 -0
- package/dist/esm/cli/discover.js +143 -0
- package/dist/esm/cli/discover.js.map +1 -0
- package/dist/esm/cli/discover.test.js +157 -0
- package/dist/esm/cli/discover.test.js.map +1 -0
- package/dist/esm/cli/index.js +2083 -0
- package/dist/esm/cli/index.js.map +1 -0
- package/dist/esm/cli/pack-enforcement-bridge.js +176 -0
- package/dist/esm/cli/pack-enforcement-bridge.js.map +1 -0
- package/dist/esm/cli/packs.js +263 -0
- package/dist/esm/cli/packs.js.map +1 -0
- package/dist/esm/cli/preflight-report.js +135 -0
- package/dist/esm/cli/preflight-report.js.map +1 -0
- package/dist/esm/cli/preflight.js +339 -0
- package/dist/esm/cli/preflight.js.map +1 -0
- package/dist/esm/cli/wrap-shim-generator.js +205 -0
- package/dist/esm/cli/wrap-shim-generator.js.map +1 -0
- package/dist/esm/dashboard/api.js +310 -0
- package/dist/esm/dashboard/api.js.map +1 -0
- package/dist/esm/dashboard/theme.js +135 -0
- package/dist/esm/dashboard/theme.js.map +1 -0
- package/dist/esm/errors/index.js +84 -0
- package/dist/esm/errors/index.js.map +1 -0
- package/dist/esm/governance/action-classes.js +171 -0
- package/dist/esm/governance/action-classes.js.map +1 -0
- package/dist/esm/governance/action-isolation.js +582 -0
- package/dist/esm/governance/action-isolation.js.map +1 -0
- package/dist/esm/governance/agent-discovery.js +213 -0
- package/dist/esm/governance/agent-discovery.js.map +1 -0
- package/dist/esm/governance/agent-discovery.test.js +144 -0
- package/dist/esm/governance/agent-discovery.test.js.map +1 -0
- package/dist/esm/governance/agent-trust-report.js +149 -0
- package/dist/esm/governance/agent-trust-report.js.map +1 -0
- package/dist/esm/governance/agent-trust-report.test.js +259 -0
- package/dist/esm/governance/agent-trust-report.test.js.map +1 -0
- package/dist/esm/governance/approval-channel-adapters.js +134 -0
- package/dist/esm/governance/approval-channel-adapters.js.map +1 -0
- package/dist/esm/governance/approval-channel-adapters.test.js +163 -0
- package/dist/esm/governance/approval-channel-adapters.test.js.map +1 -0
- package/dist/esm/governance/approval-gate-enforcer.js +405 -0
- package/dist/esm/governance/approval-gate-enforcer.js.map +1 -0
- package/dist/esm/governance/approval-notifications.js +139 -0
- package/dist/esm/governance/approval-notifications.js.map +1 -0
- package/dist/esm/governance/approval-notifications.test.js +192 -0
- package/dist/esm/governance/approval-notifications.test.js.map +1 -0
- package/dist/esm/governance/approval-queue-store.js +112 -0
- package/dist/esm/governance/approval-queue-store.js.map +1 -0
- package/dist/esm/governance/approval-queue.js +291 -0
- package/dist/esm/governance/approval-queue.js.map +1 -0
- package/dist/esm/governance/approval-service.js +92 -0
- package/dist/esm/governance/approval-service.js.map +1 -0
- package/dist/esm/governance/audit-chain-emitter.js +178 -0
- package/dist/esm/governance/audit-chain-emitter.js.map +1 -0
- package/dist/esm/governance/audit-chain-emitter.test.js +190 -0
- package/dist/esm/governance/audit-chain-emitter.test.js.map +1 -0
- package/dist/esm/governance/auto-pack-generator.js +67 -0
- package/dist/esm/governance/auto-pack-generator.js.map +1 -0
- package/dist/esm/governance/auto-pack-generator.test.js +95 -0
- package/dist/esm/governance/auto-pack-generator.test.js.map +1 -0
- package/dist/esm/governance/autonomy-spectrum.js +652 -0
- package/dist/esm/governance/autonomy-spectrum.js.map +1 -0
- package/dist/esm/governance/batch-mode-governance.js +603 -0
- package/dist/esm/governance/batch-mode-governance.js.map +1 -0
- package/dist/esm/governance/bias-monitor.js +273 -0
- package/dist/esm/governance/bias-monitor.js.map +1 -0
- package/dist/esm/governance/blast-radius-enforcer.js +539 -0
- package/dist/esm/governance/blast-radius-enforcer.js.map +1 -0
- package/dist/esm/governance/build-structure-score.js +61 -0
- package/dist/esm/governance/build-structure-score.js.map +1 -0
- package/dist/esm/governance/build-structure-score.test.js +116 -0
- package/dist/esm/governance/build-structure-score.test.js.map +1 -0
- package/dist/esm/governance/capability-bundle.js +241 -0
- package/dist/esm/governance/capability-bundle.js.map +1 -0
- package/dist/esm/governance/capability-change-detector.js +701 -0
- package/dist/esm/governance/capability-change-detector.js.map +1 -0
- package/dist/esm/governance/capability-classes.js +123 -0
- package/dist/esm/governance/capability-classes.js.map +1 -0
- package/dist/esm/governance/capability-classes.test.js +171 -0
- package/dist/esm/governance/capability-classes.test.js.map +1 -0
- package/dist/esm/governance/company-pack-builder.js +71 -0
- package/dist/esm/governance/company-pack-builder.js.map +1 -0
- package/dist/esm/governance/confidence-gate.js +246 -0
- package/dist/esm/governance/confidence-gate.js.map +1 -0
- package/dist/esm/governance/council.js +268 -0
- package/dist/esm/governance/council.js.map +1 -0
- package/dist/esm/governance/cross-session-pseudonymizer.js +598 -0
- package/dist/esm/governance/cross-session-pseudonymizer.js.map +1 -0
- package/dist/esm/governance/cycle-timeout.js +212 -0
- package/dist/esm/governance/cycle-timeout.js.map +1 -0
- package/dist/esm/governance/cycle-token-budget.js +177 -0
- package/dist/esm/governance/cycle-token-budget.js.map +1 -0
- package/dist/esm/governance/data-subject-rights.js +455 -0
- package/dist/esm/governance/data-subject-rights.js.map +1 -0
- package/dist/esm/governance/demo-workspace.js +210 -0
- package/dist/esm/governance/demo-workspace.js.map +1 -0
- package/dist/esm/governance/demo-workspace.test.js +80 -0
- package/dist/esm/governance/demo-workspace.test.js.map +1 -0
- package/dist/esm/governance/discovery-cli.js +95 -0
- package/dist/esm/governance/discovery-cli.js.map +1 -0
- package/dist/esm/governance/discovery-cli.test.js +191 -0
- package/dist/esm/governance/discovery-cli.test.js.map +1 -0
- package/dist/esm/governance/gateguard.js +265 -0
- package/dist/esm/governance/gateguard.js.map +1 -0
- package/dist/esm/governance/governance-runtime.js +376 -0
- package/dist/esm/governance/governance-runtime.js.map +1 -0
- package/dist/esm/governance/hook-install-snippet.js +208 -0
- package/dist/esm/governance/hook-install-snippet.js.map +1 -0
- package/dist/esm/governance/hook-install-snippet.test.js +95 -0
- package/dist/esm/governance/hook-install-snippet.test.js.map +1 -0
- package/dist/esm/governance/hook-profile.js +474 -0
- package/dist/esm/governance/hook-profile.js.map +1 -0
- package/dist/esm/governance/improvement-recommendations.js +165 -0
- package/dist/esm/governance/improvement-recommendations.js.map +1 -0
- package/dist/esm/governance/improvement-recommendations.test.js +178 -0
- package/dist/esm/governance/improvement-recommendations.test.js.map +1 -0
- package/dist/esm/governance/incident-notifier.js +488 -0
- package/dist/esm/governance/incident-notifier.js.map +1 -0
- package/dist/esm/governance/index.js +33 -0
- package/dist/esm/governance/index.js.map +1 -0
- package/dist/esm/governance/info-action-separation.js +143 -0
- package/dist/esm/governance/info-action-separation.js.map +1 -0
- package/dist/esm/governance/info-action-separation.test.js +155 -0
- package/dist/esm/governance/info-action-separation.test.js.map +1 -0
- package/dist/esm/governance/instinct-system.js +351 -0
- package/dist/esm/governance/instinct-system.js.map +1 -0
- package/dist/esm/governance/insurance-certificate.js +116 -0
- package/dist/esm/governance/insurance-certificate.js.map +1 -0
- package/dist/esm/governance/insurance-certificate.test.js +205 -0
- package/dist/esm/governance/insurance-certificate.test.js.map +1 -0
- package/dist/esm/governance/manifest-push-emitter.js +107 -0
- package/dist/esm/governance/manifest-push-emitter.js.map +1 -0
- package/dist/esm/governance/manifest-push-emitter.test.js +215 -0
- package/dist/esm/governance/manifest-push-emitter.test.js.map +1 -0
- package/dist/esm/governance/memory/cross-session-memory.js +283 -0
- package/dist/esm/governance/memory/cross-session-memory.js.map +1 -0
- package/dist/esm/governance/memory/index.js +14 -0
- package/dist/esm/governance/memory/index.js.map +1 -0
- package/dist/esm/governance/memory/memory-chain.js +183 -0
- package/dist/esm/governance/memory/memory-chain.js.map +1 -0
- package/dist/esm/governance/memory/retrieval-allowlist.js +172 -0
- package/dist/esm/governance/memory/retrieval-allowlist.js.map +1 -0
- package/dist/esm/governance/memory/session-memory.js +215 -0
- package/dist/esm/governance/memory/session-memory.js.map +1 -0
- package/dist/esm/governance/memory-audit-chain.js +361 -0
- package/dist/esm/governance/memory-audit-chain.js.map +1 -0
- package/dist/esm/governance/memory-integrity.js +267 -0
- package/dist/esm/governance/memory-integrity.js.map +1 -0
- package/dist/esm/governance/multi-store-deletion-worker.js +263 -0
- package/dist/esm/governance/multi-store-deletion-worker.js.map +1 -0
- package/dist/esm/governance/multi-tenant.js +273 -0
- package/dist/esm/governance/multi-tenant.js.map +1 -0
- package/dist/esm/governance/onboarding-tier-router.js +109 -0
- package/dist/esm/governance/onboarding-tier-router.js.map +1 -0
- package/dist/esm/governance/onboarding-tier-router.test.js +106 -0
- package/dist/esm/governance/onboarding-tier-router.test.js.map +1 -0
- package/dist/esm/governance/org-reputation.js +88 -0
- package/dist/esm/governance/org-reputation.js.map +1 -0
- package/dist/esm/governance/org-reputation.test.js +155 -0
- package/dist/esm/governance/org-reputation.test.js.map +1 -0
- package/dist/esm/governance/owasp-agentic-scanner.js +314 -0
- package/dist/esm/governance/owasp-agentic-scanner.js.map +1 -0
- package/dist/esm/governance/owasp-agentic-scanner.test.js +128 -0
- package/dist/esm/governance/owasp-agentic-scanner.test.js.map +1 -0
- package/dist/esm/governance/pack-diff.js +78 -0
- package/dist/esm/governance/pack-diff.js.map +1 -0
- package/dist/esm/governance/pack-diff.test.js +207 -0
- package/dist/esm/governance/pack-diff.test.js.map +1 -0
- package/dist/esm/governance/pack-evaluator-prewarm.js +102 -0
- package/dist/esm/governance/pack-evaluator-prewarm.js.map +1 -0
- package/dist/esm/governance/pack-evaluator.js +324 -0
- package/dist/esm/governance/pack-evaluator.js.map +1 -0
- package/dist/esm/governance/pack-evaluator.test.js +244 -0
- package/dist/esm/governance/pack-evaluator.test.js.map +1 -0
- package/dist/esm/governance/pack-inheritance.js +173 -0
- package/dist/esm/governance/pack-inheritance.js.map +1 -0
- package/dist/esm/governance/pack-inheritance.test.js +172 -0
- package/dist/esm/governance/pack-inheritance.test.js.map +1 -0
- package/dist/esm/governance/pack-publish-workflow.js +80 -0
- package/dist/esm/governance/pack-publish-workflow.js.map +1 -0
- package/dist/esm/governance/pack-publish-workflow.test.js +176 -0
- package/dist/esm/governance/pack-publish-workflow.test.js.map +1 -0
- package/dist/esm/governance/pack-rule-validator.js +139 -0
- package/dist/esm/governance/pack-rule-validator.js.map +1 -0
- package/dist/esm/governance/pack-rule-validator.test.js +118 -0
- package/dist/esm/governance/pack-rule-validator.test.js.map +1 -0
- package/dist/esm/governance/pack-versioning.js +188 -0
- package/dist/esm/governance/pack-versioning.js.map +1 -0
- package/dist/esm/governance/pack-versioning.test.js +137 -0
- package/dist/esm/governance/pack-versioning.test.js.map +1 -0
- package/dist/esm/governance/partner-manager.js +221 -0
- package/dist/esm/governance/partner-manager.js.map +1 -0
- package/dist/esm/governance/paste-your-agent.js +151 -0
- package/dist/esm/governance/paste-your-agent.js.map +1 -0
- package/dist/esm/governance/paste-your-agent.test.js +105 -0
- package/dist/esm/governance/paste-your-agent.test.js.map +1 -0
- package/dist/esm/governance/per-agent-daily-budget.js +658 -0
- package/dist/esm/governance/per-agent-daily-budget.js.map +1 -0
- package/dist/esm/governance/per-agent-override.test.js +239 -0
- package/dist/esm/governance/per-agent-override.test.js.map +1 -0
- package/dist/esm/governance/plugin-system.js +925 -0
- package/dist/esm/governance/plugin-system.js.map +1 -0
- package/dist/esm/governance/policy-tuning.js +322 -0
- package/dist/esm/governance/policy-tuning.js.map +1 -0
- package/dist/esm/governance/post-market-monitor.js +242 -0
- package/dist/esm/governance/post-market-monitor.js.map +1 -0
- package/dist/esm/governance/post-tool-audit-enrichment.js +466 -0
- package/dist/esm/governance/post-tool-audit-enrichment.js.map +1 -0
- package/dist/esm/governance/prohibited-practices.js +230 -0
- package/dist/esm/governance/prohibited-practices.js.map +1 -0
- package/dist/esm/governance/proxy-onboarding.js +302 -0
- package/dist/esm/governance/proxy-onboarding.js.map +1 -0
- package/dist/esm/governance/proxy-onboarding.test.js +100 -0
- package/dist/esm/governance/proxy-onboarding.test.js.map +1 -0
- package/dist/esm/governance/rag-citation-enforcement.js +527 -0
- package/dist/esm/governance/rag-citation-enforcement.js.map +1 -0
- package/dist/esm/governance/rag-confidence-threshold.js +409 -0
- package/dist/esm/governance/rag-confidence-threshold.js.map +1 -0
- package/dist/esm/governance/rag-retrieval-audit.js +478 -0
- package/dist/esm/governance/rag-retrieval-audit.js.map +1 -0
- package/dist/esm/governance/rag-source-allowlist.js +495 -0
- package/dist/esm/governance/rag-source-allowlist.js.map +1 -0
- package/dist/esm/governance/rag-source-output-chain.js +641 -0
- package/dist/esm/governance/rag-source-output-chain.js.map +1 -0
- package/dist/esm/governance/replay-player.js +85 -0
- package/dist/esm/governance/replay-player.js.map +1 -0
- package/dist/esm/governance/replay-player.test.js +157 -0
- package/dist/esm/governance/replay-player.test.js.map +1 -0
- package/dist/esm/governance/retention-manager.js +529 -0
- package/dist/esm/governance/retention-manager.js.map +1 -0
- package/dist/esm/governance/runtime-event-renderer.js +129 -0
- package/dist/esm/governance/runtime-event-renderer.js.map +1 -0
- package/dist/esm/governance/runtime-event-renderer.test.js +160 -0
- package/dist/esm/governance/runtime-event-renderer.test.js.map +1 -0
- package/dist/esm/governance/sandbox-replay.js +184 -0
- package/dist/esm/governance/sandbox-replay.js.map +1 -0
- package/dist/esm/governance/sandbox-replay.test.js +82 -0
- package/dist/esm/governance/sandbox-replay.test.js.map +1 -0
- package/dist/esm/governance/self-registration-hook.js +112 -0
- package/dist/esm/governance/self-registration-hook.js.map +1 -0
- package/dist/esm/governance/self-registration-hook.test.js +114 -0
- package/dist/esm/governance/self-registration-hook.test.js.map +1 -0
- package/dist/esm/governance/session-persistence.js +339 -0
- package/dist/esm/governance/session-persistence.js.map +1 -0
- package/dist/esm/governance/signed-manifest.js +119 -0
- package/dist/esm/governance/signed-manifest.js.map +1 -0
- package/dist/esm/governance/signed-manifest.test.js +114 -0
- package/dist/esm/governance/signed-manifest.test.js.map +1 -0
- package/dist/esm/governance/skip-api-empty-queue.js +458 -0
- package/dist/esm/governance/skip-api-empty-queue.js.map +1 -0
- package/dist/esm/governance/state-manager.js +249 -0
- package/dist/esm/governance/state-manager.js.map +1 -0
- package/dist/esm/governance/tenant-provider-agreements.js +398 -0
- package/dist/esm/governance/tenant-provider-agreements.js.map +1 -0
- package/dist/esm/governance/tool-provider-health.js +650 -0
- package/dist/esm/governance/tool-provider-health.js.map +1 -0
- package/dist/esm/governance/tool-rate-limit.js +140 -0
- package/dist/esm/governance/tool-rate-limit.js.map +1 -0
- package/dist/esm/governance/transparency-injector.js +158 -0
- package/dist/esm/governance/transparency-injector.js.map +1 -0
- package/dist/esm/governance/trust-score-snapshot.js +94 -0
- package/dist/esm/governance/trust-score-snapshot.js.map +1 -0
- package/dist/esm/governance/trust-score-snapshot.test.js +152 -0
- package/dist/esm/governance/trust-score-snapshot.test.js.map +1 -0
- package/dist/esm/governance/trust-score-three-dim.js +171 -0
- package/dist/esm/governance/trust-score-three-dim.js.map +1 -0
- package/dist/esm/governance/trust-score-three-dim.test.js +186 -0
- package/dist/esm/governance/trust-score-three-dim.test.js.map +1 -0
- package/dist/esm/governance-config.js +308 -0
- package/dist/esm/governance-config.js.map +1 -0
- package/dist/esm/governed-agent.js +1278 -0
- package/dist/esm/governed-agent.js.map +1 -0
- package/dist/esm/hooks/data-classifier-bridge.js +78 -0
- package/dist/esm/hooks/data-classifier-bridge.js.map +1 -0
- package/dist/esm/ide-adapters/aider.js +706 -0
- package/dist/esm/ide-adapters/aider.js.map +1 -0
- package/dist/esm/ide-adapters/amazon-q-developer.js +682 -0
- package/dist/esm/ide-adapters/amazon-q-developer.js.map +1 -0
- package/dist/esm/ide-adapters/base.js +229 -0
- package/dist/esm/ide-adapters/base.js.map +1 -0
- package/dist/esm/ide-adapters/claude-code.js +188 -0
- package/dist/esm/ide-adapters/claude-code.js.map +1 -0
- package/dist/esm/ide-adapters/cody.js +763 -0
- package/dist/esm/ide-adapters/cody.js.map +1 -0
- package/dist/esm/ide-adapters/continue-dev.js +355 -0
- package/dist/esm/ide-adapters/continue-dev.js.map +1 -0
- package/dist/esm/ide-adapters/copilot-studio.js +1093 -0
- package/dist/esm/ide-adapters/copilot-studio.js.map +1 -0
- package/dist/esm/ide-adapters/copilot-workspace.js +372 -0
- package/dist/esm/ide-adapters/copilot-workspace.js.map +1 -0
- package/dist/esm/ide-adapters/cursor.js +269 -0
- package/dist/esm/ide-adapters/cursor.js.map +1 -0
- package/dist/esm/ide-adapters/exports.js +52 -0
- package/dist/esm/ide-adapters/exports.js.map +1 -0
- package/dist/esm/ide-adapters/gemini-code-assist.js +746 -0
- package/dist/esm/ide-adapters/gemini-code-assist.js.map +1 -0
- package/dist/esm/ide-adapters/github-copilot.js +543 -0
- package/dist/esm/ide-adapters/github-copilot.js.map +1 -0
- package/dist/esm/ide-adapters/index.js +96 -0
- package/dist/esm/ide-adapters/index.js.map +1 -0
- package/dist/esm/ide-adapters/jetbrains-ai.js +714 -0
- package/dist/esm/ide-adapters/jetbrains-ai.js.map +1 -0
- package/dist/esm/ide-adapters/notebook-ai.js +854 -0
- package/dist/esm/ide-adapters/notebook-ai.js.map +1 -0
- package/dist/esm/ide-adapters/replit-agent.js +1018 -0
- package/dist/esm/ide-adapters/replit-agent.js.map +1 -0
- package/dist/esm/ide-adapters/reviewer-tier.js +15 -0
- package/dist/esm/ide-adapters/reviewer-tier.js.map +1 -0
- package/dist/esm/ide-adapters/shared.js +267 -0
- package/dist/esm/ide-adapters/shared.js.map +1 -0
- package/dist/esm/ide-adapters/tabnine.js +717 -0
- package/dist/esm/ide-adapters/tabnine.js.map +1 -0
- package/dist/esm/ide-adapters/windsurf.js +808 -0
- package/dist/esm/ide-adapters/windsurf.js.map +1 -0
- package/dist/esm/ide-adapters/zed-ai.js +618 -0
- package/dist/esm/ide-adapters/zed-ai.js.map +1 -0
- package/dist/esm/index.js +182 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/license/entitlement-client.js +264 -0
- package/dist/esm/license/entitlement-client.js.map +1 -0
- package/dist/esm/license/index.js +8 -0
- package/dist/esm/license/index.js.map +1 -0
- package/dist/esm/license/jwt-issuer.js +107 -0
- package/dist/esm/license/jwt-issuer.js.map +1 -0
- package/dist/esm/license/jwt-validator.js +460 -0
- package/dist/esm/license/jwt-validator.js.map +1 -0
- package/dist/esm/license/keygen.js +65 -0
- package/dist/esm/license/keygen.js.map +1 -0
- package/dist/esm/license/subscription-gate.js +251 -0
- package/dist/esm/license/subscription-gate.js.map +1 -0
- package/dist/esm/llm-adapters/azure-openai.js +665 -0
- package/dist/esm/llm-adapters/azure-openai.js.map +1 -0
- package/dist/esm/llm-adapters/base.js +258 -0
- package/dist/esm/llm-adapters/base.js.map +1 -0
- package/dist/esm/llm-adapters/bedrock.js +713 -0
- package/dist/esm/llm-adapters/bedrock.js.map +1 -0
- package/dist/esm/llm-adapters/claude.js +236 -0
- package/dist/esm/llm-adapters/claude.js.map +1 -0
- package/dist/esm/llm-adapters/deepseek.js +716 -0
- package/dist/esm/llm-adapters/deepseek.js.map +1 -0
- package/dist/esm/llm-adapters/exports.js +36 -0
- package/dist/esm/llm-adapters/exports.js.map +1 -0
- package/dist/esm/llm-adapters/gemini.js +197 -0
- package/dist/esm/llm-adapters/gemini.js.map +1 -0
- package/dist/esm/llm-adapters/gemma.js +260 -0
- package/dist/esm/llm-adapters/gemma.js.map +1 -0
- package/dist/esm/llm-adapters/google.js +1136 -0
- package/dist/esm/llm-adapters/google.js.map +1 -0
- package/dist/esm/llm-adapters/huggingface.js +618 -0
- package/dist/esm/llm-adapters/huggingface.js.map +1 -0
- package/dist/esm/llm-adapters/index.js +87 -0
- package/dist/esm/llm-adapters/index.js.map +1 -0
- package/dist/esm/llm-adapters/ollama.js +587 -0
- package/dist/esm/llm-adapters/ollama.js.map +1 -0
- package/dist/esm/llm-adapters/openai.js +359 -0
- package/dist/esm/llm-adapters/openai.js.map +1 -0
- package/dist/esm/llm-adapters/replicate-llama.js +596 -0
- package/dist/esm/llm-adapters/replicate-llama.js.map +1 -0
- package/dist/esm/llm-adapters/shared.js +330 -0
- package/dist/esm/llm-adapters/shared.js.map +1 -0
- package/dist/esm/llm-adapters/supported-models-catalog.js +741 -0
- package/dist/esm/llm-adapters/supported-models-catalog.js.map +1 -0
- package/dist/esm/observability/destination-health-monitor.js +239 -0
- package/dist/esm/observability/destination-health-monitor.js.map +1 -0
- package/dist/esm/observability/health-metrics-store.js +124 -0
- package/dist/esm/observability/health-metrics-store.js.map +1 -0
- package/dist/esm/orchestrator-adapters/autogen.js +484 -0
- package/dist/esm/orchestrator-adapters/autogen.js.map +1 -0
- package/dist/esm/orchestrator-adapters/base.js +366 -0
- package/dist/esm/orchestrator-adapters/base.js.map +1 -0
- package/dist/esm/orchestrator-adapters/bedrock-agentcore.js +812 -0
- package/dist/esm/orchestrator-adapters/bedrock-agentcore.js.map +1 -0
- package/dist/esm/orchestrator-adapters/claude-agent-sdk.js +701 -0
- package/dist/esm/orchestrator-adapters/claude-agent-sdk.js.map +1 -0
- package/dist/esm/orchestrator-adapters/crewai.js +470 -0
- package/dist/esm/orchestrator-adapters/crewai.js.map +1 -0
- package/dist/esm/orchestrator-adapters/deepagents.js +345 -0
- package/dist/esm/orchestrator-adapters/deepagents.js.map +1 -0
- package/dist/esm/orchestrator-adapters/exports.js +34 -0
- package/dist/esm/orchestrator-adapters/exports.js.map +1 -0
- package/dist/esm/orchestrator-adapters/google-adk.js +775 -0
- package/dist/esm/orchestrator-adapters/google-adk.js.map +1 -0
- package/dist/esm/orchestrator-adapters/haystack.js +811 -0
- package/dist/esm/orchestrator-adapters/haystack.js.map +1 -0
- package/dist/esm/orchestrator-adapters/index.js +106 -0
- package/dist/esm/orchestrator-adapters/index.js.map +1 -0
- package/dist/esm/orchestrator-adapters/langchain.js +457 -0
- package/dist/esm/orchestrator-adapters/langchain.js.map +1 -0
- package/dist/esm/orchestrator-adapters/langgraph.js +464 -0
- package/dist/esm/orchestrator-adapters/langgraph.js.map +1 -0
- package/dist/esm/orchestrator-adapters/llamaindex.js +819 -0
- package/dist/esm/orchestrator-adapters/llamaindex.js.map +1 -0
- package/dist/esm/orchestrator-adapters/openai-agents.js +494 -0
- package/dist/esm/orchestrator-adapters/openai-agents.js.map +1 -0
- package/dist/esm/orchestrator-adapters/openclaw.js +866 -0
- package/dist/esm/orchestrator-adapters/openclaw.js.map +1 -0
- package/dist/esm/orchestrator-adapters/orchestrator-adapter.js +30 -0
- package/dist/esm/orchestrator-adapters/orchestrator-adapter.js.map +1 -0
- package/dist/esm/orchestrator-adapters/paperclip-adapter.js +366 -0
- package/dist/esm/orchestrator-adapters/paperclip-adapter.js.map +1 -0
- package/dist/esm/orchestrator-adapters/semantic-kernel.js +487 -0
- package/dist/esm/orchestrator-adapters/semantic-kernel.js.map +1 -0
- package/dist/esm/orchestrator-adapters/shared.js +121 -0
- package/dist/esm/orchestrator-adapters/shared.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/packs/_base-classifiers.js +160 -0
- package/dist/esm/packs/_base-classifiers.js.map +1 -0
- package/dist/esm/packs/aba.js +297 -0
- package/dist/esm/packs/aba.js.map +1 -0
- package/dist/esm/packs/as-9100.js +814 -0
- package/dist/esm/packs/as-9100.js.map +1 -0
- package/dist/esm/packs/au-act-hrpaa.js +290 -0
- package/dist/esm/packs/au-act-hrpaa.js.map +1 -0
- package/dist/esm/packs/au-aiethics-framework.js +341 -0
- package/dist/esm/packs/au-aiethics-framework.js.map +1 -0
- package/dist/esm/packs/au-aml-ctf.js +346 -0
- package/dist/esm/packs/au-aml-ctf.js.map +1 -0
- package/dist/esm/packs/au-asic-rg-271.js +268 -0
- package/dist/esm/packs/au-asic-rg-271.js.map +1 -0
- package/dist/esm/packs/au-asic-rg-274.js +268 -0
- package/dist/esm/packs/au-asic-rg-274.js.map +1 -0
- package/dist/esm/packs/au-cdr.js +305 -0
- package/dist/esm/packs/au-cdr.js.map +1 -0
- package/dist/esm/packs/au-cps230.js +264 -0
- package/dist/esm/packs/au-cps230.js.map +1 -0
- package/dist/esm/packs/au-cps234.js +297 -0
- package/dist/esm/packs/au-cps234.js.map +1 -0
- package/dist/esm/packs/au-mandatory-ai-guardrails.js +271 -0
- package/dist/esm/packs/au-mandatory-ai-guardrails.js.map +1 -0
- package/dist/esm/packs/au-nsw-hripa.js +363 -0
- package/dist/esm/packs/au-nsw-hripa.js.map +1 -0
- package/dist/esm/packs/au-online-safety.js +297 -0
- package/dist/esm/packs/au-online-safety.js.map +1 -0
- package/dist/esm/packs/au-privacy-act.js +361 -0
- package/dist/esm/packs/au-privacy-act.js.map +1 -0
- package/dist/esm/packs/au-soci-act.js +251 -0
- package/dist/esm/packs/au-soci-act.js.map +1 -0
- package/dist/esm/packs/au-spam-act.js +284 -0
- package/dist/esm/packs/au-spam-act.js.map +1 -0
- package/dist/esm/packs/au-tga-saimd.js +341 -0
- package/dist/esm/packs/au-tga-saimd.js.map +1 -0
- package/dist/esm/packs/au-vic-hra.js +345 -0
- package/dist/esm/packs/au-vic-hra.js.map +1 -0
- package/dist/esm/packs/bipa.js +268 -0
- package/dist/esm/packs/bipa.js.map +1 -0
- package/dist/esm/packs/bsa-aml.js +410 -0
- package/dist/esm/packs/bsa-aml.js.map +1 -0
- package/dist/esm/packs/ca-pipeda.js +217 -0
- package/dist/esm/packs/ca-pipeda.js.map +1 -0
- package/dist/esm/packs/ca-qc-law25.js +188 -0
- package/dist/esm/packs/ca-qc-law25.js.map +1 -0
- package/dist/esm/packs/caldicott-principles.js +441 -0
- package/dist/esm/packs/caldicott-principles.js.map +1 -0
- package/dist/esm/packs/california-ab2930.js +410 -0
- package/dist/esm/packs/california-ab2930.js.map +1 -0
- package/dist/esm/packs/ccpa.js +396 -0
- package/dist/esm/packs/ccpa.js.map +1 -0
- package/dist/esm/packs/cfpb-2023-03.js +282 -0
- package/dist/esm/packs/cfpb-2023-03.js.map +1 -0
- package/dist/esm/packs/check-registry.js +3337 -0
- package/dist/esm/packs/check-registry.js.map +1 -0
- package/dist/esm/packs/cjis.js +342 -0
- package/dist/esm/packs/cjis.js.map +1 -0
- package/dist/esm/packs/cma-ai-foundation-models.js +394 -0
- package/dist/esm/packs/cma-ai-foundation-models.js.map +1 -0
- package/dist/esm/packs/cmmc2.js +347 -0
- package/dist/esm/packs/cmmc2.js.map +1 -0
- package/dist/esm/packs/cms-interoperability.js +387 -0
- package/dist/esm/packs/cms-interoperability.js.map +1 -0
- package/dist/esm/packs/cn-dsl-csl.js +134 -0
- package/dist/esm/packs/cn-dsl-csl.js.map +1 -0
- package/dist/esm/packs/colorado-ai.js +376 -0
- package/dist/esm/packs/colorado-ai.js.map +1 -0
- package/dist/esm/packs/common-rule.js +470 -0
- package/dist/esm/packs/common-rule.js.map +1 -0
- package/dist/esm/packs/coppa.js +406 -0
- package/dist/esm/packs/coppa.js.map +1 -0
- package/dist/esm/packs/cyber-essentials.js +404 -0
- package/dist/esm/packs/cyber-essentials.js.map +1 -0
- package/dist/esm/packs/de-bdsg.js +413 -0
- package/dist/esm/packs/de-bdsg.js.map +1 -0
- package/dist/esm/packs/do-178c.js +723 -0
- package/dist/esm/packs/do-178c.js.map +1 -0
- package/dist/esm/packs/dora.js +358 -0
- package/dist/esm/packs/dora.js.map +1 -0
- package/dist/esm/packs/ecoa.js +386 -0
- package/dist/esm/packs/ecoa.js.map +1 -0
- package/dist/esm/packs/eu-ai-liability.js +300 -0
- package/dist/esm/packs/eu-ai-liability.js.map +1 -0
- package/dist/esm/packs/eu-cra.js +140 -0
- package/dist/esm/packs/eu-cra.js.map +1 -0
- package/dist/esm/packs/eu-data-act.js +138 -0
- package/dist/esm/packs/eu-data-act.js.map +1 -0
- package/dist/esm/packs/eu-dma.js +185 -0
- package/dist/esm/packs/eu-dma.js.map +1 -0
- package/dist/esm/packs/eu-dsa.js +176 -0
- package/dist/esm/packs/eu-dsa.js.map +1 -0
- package/dist/esm/packs/eu-lpp.js +342 -0
- package/dist/esm/packs/eu-lpp.js.map +1 -0
- package/dist/esm/packs/eu-mdr-ivdr.js +417 -0
- package/dist/esm/packs/eu-mdr-ivdr.js.map +1 -0
- package/dist/esm/packs/euaiact.js +341 -0
- package/dist/esm/packs/euaiact.js.map +1 -0
- package/dist/esm/packs/fca-consumer-duty.js +409 -0
- package/dist/esm/packs/fca-consumer-duty.js.map +1 -0
- package/dist/esm/packs/fca-op-resilience.js +350 -0
- package/dist/esm/packs/fca-op-resilience.js.map +1 -0
- package/dist/esm/packs/fcra.js +441 -0
- package/dist/esm/packs/fcra.js.map +1 -0
- package/dist/esm/packs/fda-21-cfr-820.js +606 -0
- package/dist/esm/packs/fda-21-cfr-820.js.map +1 -0
- package/dist/esm/packs/fda-samd-precert.js +863 -0
- package/dist/esm/packs/fda-samd-precert.js.map +1 -0
- package/dist/esm/packs/fda-samd.js +314 -0
- package/dist/esm/packs/fda-samd.js.map +1 -0
- package/dist/esm/packs/fedramp.js +318 -0
- package/dist/esm/packs/fedramp.js.map +1 -0
- package/dist/esm/packs/ferpa.js +309 -0
- package/dist/esm/packs/ferpa.js.map +1 -0
- package/dist/esm/packs/finra-3110.js +351 -0
- package/dist/esm/packs/finra-3110.js.map +1 -0
- package/dist/esm/packs/florida-student-privacy.js +448 -0
- package/dist/esm/packs/florida-student-privacy.js.map +1 -0
- package/dist/esm/packs/foia.js +394 -0
- package/dist/esm/packs/foia.js.map +1 -0
- package/dist/esm/packs/frcp26.js +294 -0
- package/dist/esm/packs/frcp26.js.map +1 -0
- package/dist/esm/packs/ftc5.js +290 -0
- package/dist/esm/packs/ftc5.js.map +1 -0
- package/dist/esm/packs/gdpr.js +487 -0
- package/dist/esm/packs/gdpr.js.map +1 -0
- package/dist/esm/packs/glba.js +421 -0
- package/dist/esm/packs/glba.js.map +1 -0
- package/dist/esm/packs/gxp.js +350 -0
- package/dist/esm/packs/gxp.js.map +1 -0
- package/dist/esm/packs/hipaa.js +381 -0
- package/dist/esm/packs/hipaa.js.map +1 -0
- package/dist/esm/packs/hitech.js +289 -0
- package/dist/esm/packs/hitech.js.map +1 -0
- package/dist/esm/packs/hitrust-csf.js +119 -0
- package/dist/esm/packs/hitrust-csf.js.map +1 -0
- package/dist/esm/packs/hk-pdpo.js +122 -0
- package/dist/esm/packs/hk-pdpo.js.map +1 -0
- package/dist/esm/packs/hmda.js +379 -0
- package/dist/esm/packs/hmda.js.map +1 -0
- package/dist/esm/packs/iec-62304.js +585 -0
- package/dist/esm/packs/iec-62304.js.map +1 -0
- package/dist/esm/packs/iec-62443.js +686 -0
- package/dist/esm/packs/iec-62443.js.map +1 -0
- package/dist/esm/packs/illinois-aivia.js +348 -0
- package/dist/esm/packs/illinois-aivia.js.map +1 -0
- package/dist/esm/packs/in-dpdp.js +429 -0
- package/dist/esm/packs/in-dpdp.js.map +1 -0
- package/dist/esm/packs/index.js +664 -0
- package/dist/esm/packs/index.js.map +1 -0
- package/dist/esm/packs/iso-15189.js +944 -0
- package/dist/esm/packs/iso-15189.js.map +1 -0
- package/dist/esm/packs/iso-23894.js +442 -0
- package/dist/esm/packs/iso-23894.js.map +1 -0
- package/dist/esm/packs/iso-26262.js +734 -0
- package/dist/esm/packs/iso-26262.js.map +1 -0
- package/dist/esm/packs/iso-iec-80001.js +993 -0
- package/dist/esm/packs/iso-iec-80001.js.map +1 -0
- package/dist/esm/packs/iso20022.js +344 -0
- package/dist/esm/packs/iso20022.js.map +1 -0
- package/dist/esm/packs/iso27001.js +388 -0
- package/dist/esm/packs/iso27001.js.map +1 -0
- package/dist/esm/packs/iso27701.js +390 -0
- package/dist/esm/packs/iso27701.js.map +1 -0
- package/dist/esm/packs/iso42001.js +288 -0
- package/dist/esm/packs/iso42001.js.map +1 -0
- package/dist/esm/packs/jp-appi.js +438 -0
- package/dist/esm/packs/jp-appi.js.map +1 -0
- package/dist/esm/packs/kr-pipa.js +442 -0
- package/dist/esm/packs/kr-pipa.js.map +1 -0
- package/dist/esm/packs/lgpd.js +350 -0
- package/dist/esm/packs/lgpd.js.map +1 -0
- package/dist/esm/packs/lpo2024.js +307 -0
- package/dist/esm/packs/lpo2024.js.map +1 -0
- package/dist/esm/packs/maryland-hb1202.js +338 -0
- package/dist/esm/packs/maryland-hb1202.js.map +1 -0
- package/dist/esm/packs/mhra-samd-ukca.js +473 -0
- package/dist/esm/packs/mhra-samd-ukca.js.map +1 -0
- package/dist/esm/packs/mifid2.js +381 -0
- package/dist/esm/packs/mifid2.js.map +1 -0
- package/dist/esm/packs/migration-manifest.js +55 -0
- package/dist/esm/packs/migration-manifest.js.map +1 -0
- package/dist/esm/packs/naic-mdl.js +315 -0
- package/dist/esm/packs/naic-mdl.js.map +1 -0
- package/dist/esm/packs/ncsc-ai-security.js +626 -0
- package/dist/esm/packs/ncsc-ai-security.js.map +1 -0
- package/dist/esm/packs/ncsc-caf.js +381 -0
- package/dist/esm/packs/ncsc-caf.js.map +1 -0
- package/dist/esm/packs/nhs-dcb0129-dcb0160.js +470 -0
- package/dist/esm/packs/nhs-dcb0129-dcb0160.js.map +1 -0
- package/dist/esm/packs/nhs-dspt.js +434 -0
- package/dist/esm/packs/nhs-dspt.js.map +1 -0
- package/dist/esm/packs/nhs-dtac.js +399 -0
- package/dist/esm/packs/nhs-dtac.js.map +1 -0
- package/dist/esm/packs/nhs-psirf.js +414 -0
- package/dist/esm/packs/nhs-psirf.js.map +1 -0
- package/dist/esm/packs/ni-equality.js +436 -0
- package/dist/esm/packs/ni-equality.js.map +1 -0
- package/dist/esm/packs/ni-hscni.js +415 -0
- package/dist/esm/packs/ni-hscni.js.map +1 -0
- package/dist/esm/packs/ni-mental-capacity.js +130 -0
- package/dist/esm/packs/ni-mental-capacity.js.map +1 -0
- package/dist/esm/packs/nice-esf-dht.js +404 -0
- package/dist/esm/packs/nice-esf-dht.js.map +1 -0
- package/dist/esm/packs/nis2.js +422 -0
- package/dist/esm/packs/nis2.js.map +1 -0
- package/dist/esm/packs/nist-800-53.js +126 -0
- package/dist/esm/packs/nist-800-53.js.map +1 -0
- package/dist/esm/packs/nist-ai-rmf.js +367 -0
- package/dist/esm/packs/nist-ai-rmf.js.map +1 -0
- package/dist/esm/packs/nist-csf.js +131 -0
- package/dist/esm/packs/nist-csf.js.map +1 -0
- package/dist/esm/packs/nist-sp-800-82.js +721 -0
- package/dist/esm/packs/nist-sp-800-82.js.map +1 -0
- package/dist/esm/packs/nyc-ll-144.js +288 -0
- package/dist/esm/packs/nyc-ll-144.js.map +1 -0
- package/dist/esm/packs/nydfs500.js +285 -0
- package/dist/esm/packs/nydfs500.js.map +1 -0
- package/dist/esm/packs/nz-privacy.js +465 -0
- package/dist/esm/packs/nz-privacy.js.map +1 -0
- package/dist/esm/packs/part11.js +329 -0
- package/dist/esm/packs/part11.js.map +1 -0
- package/dist/esm/packs/part2.js +355 -0
- package/dist/esm/packs/part2.js.map +1 -0
- package/dist/esm/packs/pcidss.js +466 -0
- package/dist/esm/packs/pcidss.js.map +1 -0
- package/dist/esm/packs/pipl.js +205 -0
- package/dist/esm/packs/pipl.js.map +1 -0
- package/dist/esm/packs/reg-e.js +359 -0
- package/dist/esm/packs/reg-e.js.map +1 -0
- package/dist/esm/packs/registry-expanded.js +2347 -0
- package/dist/esm/packs/registry-expanded.js.map +1 -0
- package/dist/esm/packs/scotland-awi.js +405 -0
- package/dist/esm/packs/scotland-awi.js.map +1 -0
- package/dist/esm/packs/scotland-procurement-reform.js +122 -0
- package/dist/esm/packs/scotland-procurement-reform.js.map +1 -0
- package/dist/esm/packs/scotland-psed.js +369 -0
- package/dist/esm/packs/scotland-psed.js.map +1 -0
- package/dist/esm/packs/sg-model-ai-gov.js +393 -0
- package/dist/esm/packs/sg-model-ai-gov.js.map +1 -0
- package/dist/esm/packs/soc1.js +305 -0
- package/dist/esm/packs/soc1.js.map +1 -0
- package/dist/esm/packs/soc2.js +337 -0
- package/dist/esm/packs/soc2.js.map +1 -0
- package/dist/esm/packs/sox404.js +295 -0
- package/dist/esm/packs/sox404.js.map +1 -0
- package/dist/esm/packs/sr117.js +342 -0
- package/dist/esm/packs/sr117.js.map +1 -0
- package/dist/esm/packs/stateramp.js +324 -0
- package/dist/esm/packs/stateramp.js.map +1 -0
- package/dist/esm/packs/tennessee-elvis.js +417 -0
- package/dist/esm/packs/tennessee-elvis.js.map +1 -0
- package/dist/esm/packs/texas-hb4.js +393 -0
- package/dist/esm/packs/texas-hb4.js.map +1 -0
- package/dist/esm/packs/th-pdpa.js +125 -0
- package/dist/esm/packs/th-pdpa.js.map +1 -0
- package/dist/esm/packs/title-ix.js +444 -0
- package/dist/esm/packs/title-ix.js.map +1 -0
- package/dist/esm/packs/uk-ai-framework.js +352 -0
- package/dist/esm/packs/uk-ai-framework.js.map +1 -0
- package/dist/esm/packs/uk-cma-1990.js +403 -0
- package/dist/esm/packs/uk-cma-1990.js.map +1 -0
- package/dist/esm/packs/uk-equality-act-ai-bias.js +681 -0
- package/dist/esm/packs/uk-equality-act-ai-bias.js.map +1 -0
- package/dist/esm/packs/uk-equality-act.js +406 -0
- package/dist/esm/packs/uk-equality-act.js.map +1 -0
- package/dist/esm/packs/uk-future-ai-legislation.js +209 -0
- package/dist/esm/packs/uk-future-ai-legislation.js.map +1 -0
- package/dist/esm/packs/uk-gdpr.js +374 -0
- package/dist/esm/packs/uk-gdpr.js.map +1 -0
- package/dist/esm/packs/uk-ico-open-case.js +396 -0
- package/dist/esm/packs/uk-ico-open-case.js.map +1 -0
- package/dist/esm/packs/uk-nis-regs.js +363 -0
- package/dist/esm/packs/uk-nis-regs.js.map +1 -0
- package/dist/esm/packs/uk-online-safety-act.js +410 -0
- package/dist/esm/packs/uk-online-safety-act.js.map +1 -0
- package/dist/esm/packs/uk-procurement-act.js +431 -0
- package/dist/esm/packs/uk-procurement-act.js.map +1 -0
- package/dist/esm/packs/us-fda-21cfr56.js +364 -0
- package/dist/esm/packs/us-fda-21cfr56.js.map +1 -0
- package/dist/esm/packs/us-nih-coc.js +203 -0
- package/dist/esm/packs/us-nih-coc.js.map +1 -0
- package/dist/esm/packs/us-nih-dms.js +241 -0
- package/dist/esm/packs/us-nih-dms.js.map +1 -0
- package/dist/esm/packs/us-nih-gds.js +355 -0
- package/dist/esm/packs/us-nih-gds.js.map +1 -0
- package/dist/esm/packs/us-nih-it-security.js +203 -0
- package/dist/esm/packs/us-nih-it-security.js.map +1 -0
- package/dist/esm/packs/us-respa.js +361 -0
- package/dist/esm/packs/us-respa.js.map +1 -0
- package/dist/esm/packs/us-tila.js +350 -0
- package/dist/esm/packs/us-tila.js.map +1 -0
- package/dist/esm/packs/us-trid.js +342 -0
- package/dist/esm/packs/us-trid.js.map +1 -0
- package/dist/esm/packs/utah-ai-policy.js +337 -0
- package/dist/esm/packs/utah-ai-policy.js.map +1 -0
- package/dist/esm/packs/vn-pdpd.js +122 -0
- package/dist/esm/packs/vn-pdpd.js.map +1 -0
- package/dist/esm/packs/wales-future-generations.js +393 -0
- package/dist/esm/packs/wales-future-generations.js.map +1 -0
- package/dist/esm/reporting/governance-reporter.js +405 -0
- package/dist/esm/reporting/governance-reporter.js.map +1 -0
- package/dist/esm/retention/backup-retention-adapter.js +66 -0
- package/dist/esm/retention/backup-retention-adapter.js.map +1 -0
- package/dist/esm/retention/classification-rules.js +182 -0
- package/dist/esm/retention/classification-rules.js.map +1 -0
- package/dist/esm/retention/classifier.js +243 -0
- package/dist/esm/retention/classifier.js.map +1 -0
- package/dist/esm/retention/data-class.js +44 -0
- package/dist/esm/retention/data-class.js.map +1 -0
- package/dist/esm/retention/enforcement-log-store.js +145 -0
- package/dist/esm/retention/enforcement-log-store.js.map +1 -0
- package/dist/esm/retention/index.js +31 -0
- package/dist/esm/retention/index.js.map +1 -0
- package/dist/esm/retention/ingest-classifier.js +123 -0
- package/dist/esm/retention/ingest-classifier.js.map +1 -0
- package/dist/esm/retention/legal-hold-errors.js +92 -0
- package/dist/esm/retention/legal-hold-errors.js.map +1 -0
- package/dist/esm/retention/legal-hold-store.js +394 -0
- package/dist/esm/retention/legal-hold-store.js.map +1 -0
- package/dist/esm/retention/legal-hold.js +17 -0
- package/dist/esm/retention/legal-hold.js.map +1 -0
- package/dist/esm/retention/log-aggregators/datadog.js +153 -0
- package/dist/esm/retention/log-aggregators/datadog.js.map +1 -0
- package/dist/esm/retention/log-aggregators/index.js +10 -0
- package/dist/esm/retention/log-aggregators/index.js.map +1 -0
- package/dist/esm/retention/log-aggregators/log-aggregator.js +20 -0
- package/dist/esm/retention/log-aggregators/log-aggregator.js.map +1 -0
- package/dist/esm/retention/log-aggregators/noop.js +26 -0
- package/dist/esm/retention/log-aggregators/noop.js.map +1 -0
- package/dist/esm/retention/log-aggregators/sentinel.js +216 -0
- package/dist/esm/retention/log-aggregators/sentinel.js.map +1 -0
- package/dist/esm/retention/log-aggregators/splunk.js +147 -0
- package/dist/esm/retention/log-aggregators/splunk.js.map +1 -0
- package/dist/esm/retention/policy-matrix-errors.js +127 -0
- package/dist/esm/retention/policy-matrix-errors.js.map +1 -0
- package/dist/esm/retention/policy-matrix.js +580 -0
- package/dist/esm/retention/policy-matrix.js.map +1 -0
- package/dist/esm/scanner/gap-report.js +333 -0
- package/dist/esm/scanner/gap-report.js.map +1 -0
- package/dist/esm/scanner/index.js +414 -0
- package/dist/esm/scanner/index.js.map +1 -0
- package/dist/esm/scanner/manifest-integrity.js +151 -0
- package/dist/esm/scanner/manifest-integrity.js.map +1 -0
- package/dist/esm/scanner/remediation.js +255 -0
- package/dist/esm/scanner/remediation.js.map +1 -0
- package/dist/esm/security/access-review.js +235 -0
- package/dist/esm/security/access-review.js.map +1 -0
- package/dist/esm/security/agent-auth.js +253 -0
- package/dist/esm/security/agent-auth.js.map +1 -0
- package/dist/esm/security/anomaly-auto-suspend.js +345 -0
- package/dist/esm/security/anomaly-auto-suspend.js.map +1 -0
- package/dist/esm/security/anomaly-correlator.js +279 -0
- package/dist/esm/security/anomaly-correlator.js.map +1 -0
- package/dist/esm/security/anomaly-detector.js +261 -0
- package/dist/esm/security/anomaly-detector.js.map +1 -0
- package/dist/esm/security/anomaly-self-reflection.js +292 -0
- package/dist/esm/security/anomaly-self-reflection.js.map +1 -0
- package/dist/esm/security/built-in-llm-providers.js +80 -0
- package/dist/esm/security/built-in-llm-providers.js.map +1 -0
- package/dist/esm/security/circuit-breaker.js +146 -0
- package/dist/esm/security/circuit-breaker.js.map +1 -0
- package/dist/esm/security/data-classifier.js +446 -0
- package/dist/esm/security/data-classifier.js.map +1 -0
- package/dist/esm/security/encrypted-storage.js +220 -0
- package/dist/esm/security/encrypted-storage.js.map +1 -0
- package/dist/esm/security/encryption-layer.js +337 -0
- package/dist/esm/security/encryption-layer.js.map +1 -0
- package/dist/esm/security/external-cross-check.js +451 -0
- package/dist/esm/security/external-cross-check.js.map +1 -0
- package/dist/esm/security/hash-manifest.js +229 -0
- package/dist/esm/security/hash-manifest.js.map +1 -0
- package/dist/esm/security/http-interceptor.js +594 -0
- package/dist/esm/security/http-interceptor.js.map +1 -0
- package/dist/esm/security/key-manager.js +289 -0
- package/dist/esm/security/key-manager.js.map +1 -0
- package/dist/esm/security/nonce-store.js +133 -0
- package/dist/esm/security/nonce-store.js.map +1 -0
- package/dist/esm/security/operator-roles.js +241 -0
- package/dist/esm/security/operator-roles.js.map +1 -0
- package/dist/esm/security/plugin-integrity.js +153 -0
- package/dist/esm/security/plugin-integrity.js.map +1 -0
- package/dist/esm/security/prompt-injection-detector.js +466 -0
- package/dist/esm/security/prompt-injection-detector.js.map +1 -0
- package/dist/esm/security/provider-compliance-boot.js +102 -0
- package/dist/esm/security/provider-compliance-boot.js.map +1 -0
- package/dist/esm/security/provider-compliance.js +707 -0
- package/dist/esm/security/provider-compliance.js.map +1 -0
- package/dist/esm/security/secret-leak-detector.js +176 -0
- package/dist/esm/security/secret-leak-detector.js.map +1 -0
- package/dist/esm/security/session-timeout.js +254 -0
- package/dist/esm/security/session-timeout.js.map +1 -0
- package/dist/esm/security/ssrf-guard.js +222 -0
- package/dist/esm/security/ssrf-guard.js.map +1 -0
- package/dist/esm/security/supply-chain.js +283 -0
- package/dist/esm/security/supply-chain.js.map +1 -0
- package/dist/esm/security/vendor-registry.js +256 -0
- package/dist/esm/security/vendor-registry.js.map +1 -0
- package/dist/esm/tenant/index.js +14 -0
- package/dist/esm/tenant/index.js.map +1 -0
- package/dist/esm/tenant/policy-inheritance.js +342 -0
- package/dist/esm/tenant/policy-inheritance.js.map +1 -0
- package/dist/esm/tenant/rbac.js +178 -0
- package/dist/esm/tenant/rbac.js.map +1 -0
- package/dist/esm/tenant/workspace.js +274 -0
- package/dist/esm/tenant/workspace.js.map +1 -0
- package/dist/esm/trust-passport/index.js +119 -0
- package/dist/esm/trust-passport/index.js.map +1 -0
- package/dist/esm/util/async-io.js +164 -0
- package/dist/esm/util/async-io.js.map +1 -0
- package/dist/esm/util/fs.js +165 -0
- package/dist/esm/util/fs.js.map +1 -0
- package/dist/esm/util/log-rotation.js +175 -0
- package/dist/esm/util/log-rotation.js.map +1 -0
- package/dist/esm/util/log.js +77 -0
- package/dist/esm/util/log.js.map +1 -0
- package/dist/esm/util/sigv4.js +113 -0
- package/dist/esm/util/sigv4.js.map +1 -0
- package/dist/esm/util/storage-backend.js +167 -0
- package/dist/esm/util/storage-backend.js.map +1 -0
- package/dist/governance/action-classes.d.ts +153 -0
- package/dist/governance/action-classes.d.ts.map +1 -0
- package/dist/governance/action-classes.js +177 -0
- package/dist/governance/action-classes.js.map +1 -0
- package/dist/governance/action-isolation.d.ts +317 -0
- package/dist/governance/action-isolation.d.ts.map +1 -0
- package/dist/governance/action-isolation.js +623 -0
- package/dist/governance/action-isolation.js.map +1 -0
- package/dist/governance/agent-discovery.d.ts +33 -0
- package/dist/governance/agent-discovery.d.ts.map +1 -0
- package/dist/governance/agent-discovery.js +249 -0
- package/dist/governance/agent-discovery.js.map +1 -0
- package/dist/governance/agent-discovery.test.d.ts +7 -0
- package/dist/governance/agent-discovery.test.d.ts.map +1 -0
- package/dist/governance/agent-discovery.test.js +179 -0
- package/dist/governance/agent-discovery.test.js.map +1 -0
- package/dist/governance/agent-trust-report.d.ts +124 -0
- package/dist/governance/agent-trust-report.d.ts.map +1 -0
- package/dist/governance/agent-trust-report.js +155 -0
- package/dist/governance/agent-trust-report.js.map +1 -0
- package/dist/governance/agent-trust-report.test.d.ts +7 -0
- package/dist/governance/agent-trust-report.test.d.ts.map +1 -0
- package/dist/governance/agent-trust-report.test.js +294 -0
- package/dist/governance/agent-trust-report.test.js.map +1 -0
- package/dist/governance/approval-channel-adapters.d.ts +45 -0
- package/dist/governance/approval-channel-adapters.d.ts.map +1 -0
- package/dist/governance/approval-channel-adapters.js +173 -0
- package/dist/governance/approval-channel-adapters.js.map +1 -0
- package/dist/governance/approval-channel-adapters.test.d.ts +7 -0
- package/dist/governance/approval-channel-adapters.test.d.ts.map +1 -0
- package/dist/governance/approval-channel-adapters.test.js +198 -0
- package/dist/governance/approval-channel-adapters.test.js.map +1 -0
- package/dist/governance/approval-gate-enforcer.d.ts +224 -0
- package/dist/governance/approval-gate-enforcer.d.ts.map +1 -0
- package/dist/governance/approval-gate-enforcer.js +443 -0
- package/dist/governance/approval-gate-enforcer.js.map +1 -0
- package/dist/governance/approval-notifications.d.ts +101 -0
- package/dist/governance/approval-notifications.d.ts.map +1 -0
- package/dist/governance/approval-notifications.js +143 -0
- package/dist/governance/approval-notifications.js.map +1 -0
- package/dist/governance/approval-notifications.test.d.ts +15 -0
- package/dist/governance/approval-notifications.test.d.ts.map +1 -0
- package/dist/governance/approval-notifications.test.js +227 -0
- package/dist/governance/approval-notifications.test.js.map +1 -0
- package/dist/governance/approval-queue-store.d.ts +114 -0
- package/dist/governance/approval-queue-store.d.ts.map +1 -0
- package/dist/governance/approval-queue-store.js +149 -0
- package/dist/governance/approval-queue-store.js.map +1 -0
- package/dist/governance/approval-queue.d.ts +172 -0
- package/dist/governance/approval-queue.d.ts.map +1 -0
- package/dist/governance/approval-queue.js +329 -0
- package/dist/governance/approval-queue.js.map +1 -0
- package/dist/governance/approval-service.d.ts +79 -0
- package/dist/governance/approval-service.d.ts.map +1 -0
- package/dist/governance/approval-service.js +129 -0
- package/dist/governance/approval-service.js.map +1 -0
- package/dist/governance/audit-chain-emitter.d.ts +103 -0
- package/dist/governance/audit-chain-emitter.d.ts.map +1 -0
- package/dist/governance/audit-chain-emitter.js +220 -0
- package/dist/governance/audit-chain-emitter.js.map +1 -0
- package/dist/governance/audit-chain-emitter.test.d.ts +7 -0
- package/dist/governance/audit-chain-emitter.test.d.ts.map +1 -0
- package/dist/governance/audit-chain-emitter.test.js +225 -0
- package/dist/governance/audit-chain-emitter.test.js.map +1 -0
- package/dist/governance/auto-pack-generator.d.ts +56 -0
- package/dist/governance/auto-pack-generator.d.ts.map +1 -0
- package/dist/governance/auto-pack-generator.js +70 -0
- package/dist/governance/auto-pack-generator.js.map +1 -0
- package/dist/governance/auto-pack-generator.test.d.ts +7 -0
- package/dist/governance/auto-pack-generator.test.d.ts.map +1 -0
- package/dist/governance/auto-pack-generator.test.js +130 -0
- package/dist/governance/auto-pack-generator.test.js.map +1 -0
- package/dist/governance/autonomy-spectrum.d.ts +253 -0
- package/dist/governance/autonomy-spectrum.d.ts.map +1 -0
- package/dist/governance/autonomy-spectrum.js +697 -0
- package/dist/governance/autonomy-spectrum.js.map +1 -0
- package/dist/governance/batch-mode-governance.d.ts +337 -0
- package/dist/governance/batch-mode-governance.d.ts.map +1 -0
- package/dist/governance/batch-mode-governance.js +651 -0
- package/dist/governance/batch-mode-governance.js.map +1 -0
- package/dist/governance/bias-monitor.d.ts +100 -0
- package/dist/governance/bias-monitor.d.ts.map +1 -0
- package/dist/governance/bias-monitor.js +310 -0
- package/dist/governance/bias-monitor.js.map +1 -0
- package/dist/governance/blast-radius-enforcer.d.ts +308 -0
- package/dist/governance/blast-radius-enforcer.d.ts.map +1 -0
- package/dist/governance/blast-radius-enforcer.js +579 -0
- package/dist/governance/blast-radius-enforcer.js.map +1 -0
- package/dist/governance/build-structure-score.d.ts +38 -0
- package/dist/governance/build-structure-score.d.ts.map +1 -0
- package/dist/governance/build-structure-score.js +64 -0
- package/dist/governance/build-structure-score.js.map +1 -0
- package/dist/governance/build-structure-score.test.d.ts +8 -0
- package/dist/governance/build-structure-score.test.d.ts.map +1 -0
- package/dist/governance/build-structure-score.test.js +151 -0
- package/dist/governance/build-structure-score.test.js.map +1 -0
- package/dist/governance/capability-bundle.d.ts +58 -0
- package/dist/governance/capability-bundle.d.ts.map +1 -0
- package/dist/governance/capability-bundle.js +277 -0
- package/dist/governance/capability-bundle.js.map +1 -0
- package/dist/governance/capability-change-detector.d.ts +335 -0
- package/dist/governance/capability-change-detector.d.ts.map +1 -0
- package/dist/governance/capability-change-detector.js +743 -0
- package/dist/governance/capability-change-detector.js.map +1 -0
- package/dist/governance/capability-classes.d.ts +42 -0
- package/dist/governance/capability-classes.d.ts.map +1 -0
- package/dist/governance/capability-classes.js +133 -0
- package/dist/governance/capability-classes.js.map +1 -0
- package/dist/governance/capability-classes.test.d.ts +23 -0
- package/dist/governance/capability-classes.test.d.ts.map +1 -0
- package/dist/governance/capability-classes.test.js +206 -0
- package/dist/governance/capability-classes.test.js.map +1 -0
- package/dist/governance/company-pack-builder.d.ts +46 -0
- package/dist/governance/company-pack-builder.d.ts.map +1 -0
- package/dist/governance/company-pack-builder.js +74 -0
- package/dist/governance/company-pack-builder.js.map +1 -0
- package/dist/governance/confidence-gate.d.ts +129 -0
- package/dist/governance/confidence-gate.d.ts.map +1 -0
- package/dist/governance/confidence-gate.js +253 -0
- package/dist/governance/confidence-gate.js.map +1 -0
- package/dist/governance/council.d.ts +99 -0
- package/dist/governance/council.d.ts.map +1 -0
- package/dist/governance/council.js +305 -0
- package/dist/governance/council.js.map +1 -0
- package/dist/governance/cross-session-pseudonymizer.d.ts +286 -0
- package/dist/governance/cross-session-pseudonymizer.d.ts.map +1 -0
- package/dist/governance/cross-session-pseudonymizer.js +639 -0
- package/dist/governance/cross-session-pseudonymizer.js.map +1 -0
- package/dist/governance/cycle-timeout.d.ts +120 -0
- package/dist/governance/cycle-timeout.d.ts.map +1 -0
- package/dist/governance/cycle-timeout.js +217 -0
- package/dist/governance/cycle-timeout.js.map +1 -0
- package/dist/governance/cycle-token-budget.d.ts +122 -0
- package/dist/governance/cycle-token-budget.d.ts.map +1 -0
- package/dist/governance/cycle-token-budget.js +182 -0
- package/dist/governance/cycle-token-budget.js.map +1 -0
- package/dist/governance/data-subject-rights.d.ts +155 -0
- package/dist/governance/data-subject-rights.d.ts.map +1 -0
- package/dist/governance/data-subject-rights.js +492 -0
- package/dist/governance/data-subject-rights.js.map +1 -0
- package/dist/governance/demo-workspace.d.ts +35 -0
- package/dist/governance/demo-workspace.d.ts.map +1 -0
- package/dist/governance/demo-workspace.js +214 -0
- package/dist/governance/demo-workspace.js.map +1 -0
- package/dist/governance/demo-workspace.test.d.ts +12 -0
- package/dist/governance/demo-workspace.test.d.ts.map +1 -0
- package/dist/governance/demo-workspace.test.js +115 -0
- package/dist/governance/demo-workspace.test.js.map +1 -0
- package/dist/governance/discovery-cli.d.ts +63 -0
- package/dist/governance/discovery-cli.d.ts.map +1 -0
- package/dist/governance/discovery-cli.js +99 -0
- package/dist/governance/discovery-cli.js.map +1 -0
- package/dist/governance/discovery-cli.test.d.ts +7 -0
- package/dist/governance/discovery-cli.test.d.ts.map +1 -0
- package/dist/governance/discovery-cli.test.js +226 -0
- package/dist/governance/discovery-cli.test.js.map +1 -0
- package/dist/governance/gateguard.d.ts +103 -0
- package/dist/governance/gateguard.d.ts.map +1 -0
- package/dist/governance/gateguard.js +302 -0
- package/dist/governance/gateguard.js.map +1 -0
- package/dist/governance/governance-runtime.d.ts +148 -0
- package/dist/governance/governance-runtime.d.ts.map +1 -0
- package/dist/governance/governance-runtime.js +414 -0
- package/dist/governance/governance-runtime.js.map +1 -0
- package/dist/governance/hook-install-snippet.d.ts +42 -0
- package/dist/governance/hook-install-snippet.d.ts.map +1 -0
- package/dist/governance/hook-install-snippet.js +212 -0
- package/dist/governance/hook-install-snippet.js.map +1 -0
- package/dist/governance/hook-install-snippet.test.d.ts +7 -0
- package/dist/governance/hook-install-snippet.test.d.ts.map +1 -0
- package/dist/governance/hook-install-snippet.test.js +130 -0
- package/dist/governance/hook-install-snippet.test.js.map +1 -0
- package/dist/governance/hook-profile.d.ts +215 -0
- package/dist/governance/hook-profile.d.ts.map +1 -0
- package/dist/governance/hook-profile.js +515 -0
- package/dist/governance/hook-profile.js.map +1 -0
- package/dist/governance/improvement-recommendations.d.ts +101 -0
- package/dist/governance/improvement-recommendations.d.ts.map +1 -0
- package/dist/governance/improvement-recommendations.js +171 -0
- package/dist/governance/improvement-recommendations.js.map +1 -0
- package/dist/governance/improvement-recommendations.test.d.ts +11 -0
- package/dist/governance/improvement-recommendations.test.d.ts.map +1 -0
- package/dist/governance/improvement-recommendations.test.js +213 -0
- package/dist/governance/improvement-recommendations.test.js.map +1 -0
- package/dist/governance/incident-notifier.d.ts +195 -0
- package/dist/governance/incident-notifier.d.ts.map +1 -0
- package/dist/governance/incident-notifier.js +527 -0
- package/dist/governance/incident-notifier.js.map +1 -0
- package/dist/governance/index.d.ts +24 -0
- package/dist/governance/index.d.ts.map +1 -0
- package/dist/governance/index.js +67 -0
- package/dist/governance/index.js.map +1 -0
- package/dist/governance/info-action-separation.d.ts +98 -0
- package/dist/governance/info-action-separation.d.ts.map +1 -0
- package/dist/governance/info-action-separation.js +148 -0
- package/dist/governance/info-action-separation.js.map +1 -0
- package/dist/governance/info-action-separation.test.d.ts +20 -0
- package/dist/governance/info-action-separation.test.d.ts.map +1 -0
- package/dist/governance/info-action-separation.test.js +190 -0
- package/dist/governance/info-action-separation.test.js.map +1 -0
- package/dist/governance/instinct-system.d.ts +141 -0
- package/dist/governance/instinct-system.d.ts.map +1 -0
- package/dist/governance/instinct-system.js +388 -0
- package/dist/governance/instinct-system.js.map +1 -0
- package/dist/governance/insurance-certificate.d.ts +88 -0
- package/dist/governance/insurance-certificate.d.ts.map +1 -0
- package/dist/governance/insurance-certificate.js +155 -0
- package/dist/governance/insurance-certificate.js.map +1 -0
- package/dist/governance/insurance-certificate.test.d.ts +7 -0
- package/dist/governance/insurance-certificate.test.d.ts.map +1 -0
- package/dist/governance/insurance-certificate.test.js +240 -0
- package/dist/governance/insurance-certificate.test.js.map +1 -0
- package/dist/governance/manifest-push-emitter.d.ts +51 -0
- package/dist/governance/manifest-push-emitter.d.ts.map +1 -0
- package/dist/governance/manifest-push-emitter.js +111 -0
- package/dist/governance/manifest-push-emitter.js.map +1 -0
- package/dist/governance/manifest-push-emitter.test.d.ts +7 -0
- package/dist/governance/manifest-push-emitter.test.d.ts.map +1 -0
- package/dist/governance/manifest-push-emitter.test.js +250 -0
- package/dist/governance/manifest-push-emitter.test.js.map +1 -0
- package/dist/governance/memory/cross-session-memory.d.ts +100 -0
- package/dist/governance/memory/cross-session-memory.d.ts.map +1 -0
- package/dist/governance/memory/cross-session-memory.js +319 -0
- package/dist/governance/memory/cross-session-memory.js.map +1 -0
- package/dist/governance/memory/index.d.ts +14 -0
- package/dist/governance/memory/index.d.ts.map +1 -0
- package/dist/governance/memory/index.js +27 -0
- package/dist/governance/memory/index.js.map +1 -0
- package/dist/governance/memory/memory-chain.d.ts +109 -0
- package/dist/governance/memory/memory-chain.d.ts.map +1 -0
- package/dist/governance/memory/memory-chain.js +221 -0
- package/dist/governance/memory/memory-chain.js.map +1 -0
- package/dist/governance/memory/retrieval-allowlist.d.ts +120 -0
- package/dist/governance/memory/retrieval-allowlist.d.ts.map +1 -0
- package/dist/governance/memory/retrieval-allowlist.js +177 -0
- package/dist/governance/memory/retrieval-allowlist.js.map +1 -0
- package/dist/governance/memory/session-memory.d.ts +105 -0
- package/dist/governance/memory/session-memory.d.ts.map +1 -0
- package/dist/governance/memory/session-memory.js +220 -0
- package/dist/governance/memory/session-memory.js.map +1 -0
- package/dist/governance/memory-audit-chain.d.ts +218 -0
- package/dist/governance/memory-audit-chain.d.ts.map +1 -0
- package/dist/governance/memory-audit-chain.js +400 -0
- package/dist/governance/memory-audit-chain.js.map +1 -0
- package/dist/governance/memory-integrity.d.ts +82 -0
- package/dist/governance/memory-integrity.d.ts.map +1 -0
- package/dist/governance/memory-integrity.js +304 -0
- package/dist/governance/memory-integrity.js.map +1 -0
- package/dist/governance/multi-store-deletion-worker.d.ts +163 -0
- package/dist/governance/multi-store-deletion-worker.d.ts.map +1 -0
- package/dist/governance/multi-store-deletion-worker.js +300 -0
- package/dist/governance/multi-store-deletion-worker.js.map +1 -0
- package/dist/governance/multi-tenant.d.ts +105 -0
- package/dist/governance/multi-tenant.d.ts.map +1 -0
- package/dist/governance/multi-tenant.js +312 -0
- package/dist/governance/multi-tenant.js.map +1 -0
- package/dist/governance/onboarding-tier-router.d.ts +51 -0
- package/dist/governance/onboarding-tier-router.d.ts.map +1 -0
- package/dist/governance/onboarding-tier-router.js +112 -0
- package/dist/governance/onboarding-tier-router.js.map +1 -0
- package/dist/governance/onboarding-tier-router.test.d.ts +7 -0
- package/dist/governance/onboarding-tier-router.test.d.ts.map +1 -0
- package/dist/governance/onboarding-tier-router.test.js +141 -0
- package/dist/governance/onboarding-tier-router.test.js.map +1 -0
- package/dist/governance/org-reputation.d.ts +54 -0
- package/dist/governance/org-reputation.d.ts.map +1 -0
- package/dist/governance/org-reputation.js +91 -0
- package/dist/governance/org-reputation.js.map +1 -0
- package/dist/governance/org-reputation.test.d.ts +7 -0
- package/dist/governance/org-reputation.test.d.ts.map +1 -0
- package/dist/governance/org-reputation.test.js +190 -0
- package/dist/governance/org-reputation.test.js.map +1 -0
- package/dist/governance/owasp-agentic-scanner.d.ts +100 -0
- package/dist/governance/owasp-agentic-scanner.d.ts.map +1 -0
- package/dist/governance/owasp-agentic-scanner.js +318 -0
- package/dist/governance/owasp-agentic-scanner.js.map +1 -0
- package/dist/governance/owasp-agentic-scanner.test.d.ts +8 -0
- package/dist/governance/owasp-agentic-scanner.test.d.ts.map +1 -0
- package/dist/governance/owasp-agentic-scanner.test.js +163 -0
- package/dist/governance/owasp-agentic-scanner.test.js.map +1 -0
- package/dist/governance/pack-diff.d.ts +61 -0
- package/dist/governance/pack-diff.d.ts.map +1 -0
- package/dist/governance/pack-diff.js +82 -0
- package/dist/governance/pack-diff.js.map +1 -0
- package/dist/governance/pack-diff.test.d.ts +7 -0
- package/dist/governance/pack-diff.test.d.ts.map +1 -0
- package/dist/governance/pack-diff.test.js +242 -0
- package/dist/governance/pack-diff.test.js.map +1 -0
- package/dist/governance/pack-evaluator-prewarm.d.ts +66 -0
- package/dist/governance/pack-evaluator-prewarm.d.ts.map +1 -0
- package/dist/governance/pack-evaluator-prewarm.js +139 -0
- package/dist/governance/pack-evaluator-prewarm.js.map +1 -0
- package/dist/governance/pack-evaluator.d.ts +110 -0
- package/dist/governance/pack-evaluator.d.ts.map +1 -0
- package/dist/governance/pack-evaluator.js +328 -0
- package/dist/governance/pack-evaluator.js.map +1 -0
- package/dist/governance/pack-evaluator.test.d.ts +7 -0
- package/dist/governance/pack-evaluator.test.d.ts.map +1 -0
- package/dist/governance/pack-evaluator.test.js +279 -0
- package/dist/governance/pack-evaluator.test.js.map +1 -0
- package/dist/governance/pack-inheritance.d.ts +121 -0
- package/dist/governance/pack-inheritance.d.ts.map +1 -0
- package/dist/governance/pack-inheritance.js +178 -0
- package/dist/governance/pack-inheritance.js.map +1 -0
- package/dist/governance/pack-inheritance.test.d.ts +17 -0
- package/dist/governance/pack-inheritance.test.d.ts.map +1 -0
- package/dist/governance/pack-inheritance.test.js +207 -0
- package/dist/governance/pack-inheritance.test.js.map +1 -0
- package/dist/governance/pack-publish-workflow.d.ts +60 -0
- package/dist/governance/pack-publish-workflow.d.ts.map +1 -0
- package/dist/governance/pack-publish-workflow.js +85 -0
- package/dist/governance/pack-publish-workflow.js.map +1 -0
- package/dist/governance/pack-publish-workflow.test.d.ts +7 -0
- package/dist/governance/pack-publish-workflow.test.d.ts.map +1 -0
- package/dist/governance/pack-publish-workflow.test.js +211 -0
- package/dist/governance/pack-publish-workflow.test.js.map +1 -0
- package/dist/governance/pack-rule-validator.d.ts +40 -0
- package/dist/governance/pack-rule-validator.d.ts.map +1 -0
- package/dist/governance/pack-rule-validator.js +142 -0
- package/dist/governance/pack-rule-validator.js.map +1 -0
- package/dist/governance/pack-rule-validator.test.d.ts +7 -0
- package/dist/governance/pack-rule-validator.test.d.ts.map +1 -0
- package/dist/governance/pack-rule-validator.test.js +153 -0
- package/dist/governance/pack-rule-validator.test.js.map +1 -0
- package/dist/governance/pack-versioning.d.ts +75 -0
- package/dist/governance/pack-versioning.d.ts.map +1 -0
- package/dist/governance/pack-versioning.js +192 -0
- package/dist/governance/pack-versioning.js.map +1 -0
- package/dist/governance/pack-versioning.test.d.ts +7 -0
- package/dist/governance/pack-versioning.test.d.ts.map +1 -0
- package/dist/governance/pack-versioning.test.js +172 -0
- package/dist/governance/pack-versioning.test.js.map +1 -0
- package/dist/governance/partner-manager.d.ts +185 -0
- package/dist/governance/partner-manager.d.ts.map +1 -0
- package/dist/governance/partner-manager.js +258 -0
- package/dist/governance/partner-manager.js.map +1 -0
- package/dist/governance/paste-your-agent.d.ts +30 -0
- package/dist/governance/paste-your-agent.d.ts.map +1 -0
- package/dist/governance/paste-your-agent.js +154 -0
- package/dist/governance/paste-your-agent.js.map +1 -0
- package/dist/governance/paste-your-agent.test.d.ts +7 -0
- package/dist/governance/paste-your-agent.test.d.ts.map +1 -0
- package/dist/governance/paste-your-agent.test.js +140 -0
- package/dist/governance/paste-your-agent.test.js.map +1 -0
- package/dist/governance/per-agent-daily-budget.d.ts +329 -0
- package/dist/governance/per-agent-daily-budget.d.ts.map +1 -0
- package/dist/governance/per-agent-daily-budget.js +699 -0
- package/dist/governance/per-agent-daily-budget.js.map +1 -0
- package/dist/governance/per-agent-override.test.d.ts +21 -0
- package/dist/governance/per-agent-override.test.d.ts.map +1 -0
- package/dist/governance/per-agent-override.test.js +274 -0
- package/dist/governance/per-agent-override.test.js.map +1 -0
- package/dist/governance/plugin-system.d.ts +519 -0
- package/dist/governance/plugin-system.d.ts.map +1 -0
- package/dist/governance/plugin-system.js +964 -0
- package/dist/governance/plugin-system.js.map +1 -0
- package/dist/governance/policy-tuning.d.ts +190 -0
- package/dist/governance/policy-tuning.d.ts.map +1 -0
- package/dist/governance/policy-tuning.js +359 -0
- package/dist/governance/policy-tuning.js.map +1 -0
- package/dist/governance/post-market-monitor.d.ts +114 -0
- package/dist/governance/post-market-monitor.d.ts.map +1 -0
- package/dist/governance/post-market-monitor.js +279 -0
- package/dist/governance/post-market-monitor.js.map +1 -0
- package/dist/governance/post-tool-audit-enrichment.d.ts +286 -0
- package/dist/governance/post-tool-audit-enrichment.d.ts.map +1 -0
- package/dist/governance/post-tool-audit-enrichment.js +504 -0
- package/dist/governance/post-tool-audit-enrichment.js.map +1 -0
- package/dist/governance/prohibited-practices.d.ts +85 -0
- package/dist/governance/prohibited-practices.d.ts.map +1 -0
- package/dist/governance/prohibited-practices.js +267 -0
- package/dist/governance/prohibited-practices.js.map +1 -0
- package/dist/governance/proxy-onboarding.d.ts +47 -0
- package/dist/governance/proxy-onboarding.d.ts.map +1 -0
- package/dist/governance/proxy-onboarding.js +306 -0
- package/dist/governance/proxy-onboarding.js.map +1 -0
- package/dist/governance/proxy-onboarding.test.d.ts +7 -0
- package/dist/governance/proxy-onboarding.test.d.ts.map +1 -0
- package/dist/governance/proxy-onboarding.test.js +135 -0
- package/dist/governance/proxy-onboarding.test.js.map +1 -0
- package/dist/governance/rag-citation-enforcement.d.ts +400 -0
- package/dist/governance/rag-citation-enforcement.d.ts.map +1 -0
- package/dist/governance/rag-citation-enforcement.js +568 -0
- package/dist/governance/rag-citation-enforcement.js.map +1 -0
- package/dist/governance/rag-confidence-threshold.d.ts +249 -0
- package/dist/governance/rag-confidence-threshold.d.ts.map +1 -0
- package/dist/governance/rag-confidence-threshold.js +449 -0
- package/dist/governance/rag-confidence-threshold.js.map +1 -0
- package/dist/governance/rag-retrieval-audit.d.ts +377 -0
- package/dist/governance/rag-retrieval-audit.d.ts.map +1 -0
- package/dist/governance/rag-retrieval-audit.js +517 -0
- package/dist/governance/rag-retrieval-audit.js.map +1 -0
- package/dist/governance/rag-source-allowlist.d.ts +273 -0
- package/dist/governance/rag-source-allowlist.d.ts.map +1 -0
- package/dist/governance/rag-source-allowlist.js +535 -0
- package/dist/governance/rag-source-allowlist.js.map +1 -0
- package/dist/governance/rag-source-output-chain.d.ts +420 -0
- package/dist/governance/rag-source-output-chain.d.ts.map +1 -0
- package/dist/governance/rag-source-output-chain.js +682 -0
- package/dist/governance/rag-source-output-chain.js.map +1 -0
- package/dist/governance/replay-player.d.ts +55 -0
- package/dist/governance/replay-player.d.ts.map +1 -0
- package/dist/governance/replay-player.js +89 -0
- package/dist/governance/replay-player.js.map +1 -0
- package/dist/governance/replay-player.test.d.ts +7 -0
- package/dist/governance/replay-player.test.d.ts.map +1 -0
- package/dist/governance/replay-player.test.js +192 -0
- package/dist/governance/replay-player.test.js.map +1 -0
- package/dist/governance/retention-manager.d.ts +189 -0
- package/dist/governance/retention-manager.d.ts.map +1 -0
- package/dist/governance/retention-manager.js +566 -0
- package/dist/governance/retention-manager.js.map +1 -0
- package/dist/governance/runtime-event-renderer.d.ts +55 -0
- package/dist/governance/runtime-event-renderer.d.ts.map +1 -0
- package/dist/governance/runtime-event-renderer.js +137 -0
- package/dist/governance/runtime-event-renderer.js.map +1 -0
- package/dist/governance/runtime-event-renderer.test.d.ts +7 -0
- package/dist/governance/runtime-event-renderer.test.d.ts.map +1 -0
- package/dist/governance/runtime-event-renderer.test.js +195 -0
- package/dist/governance/runtime-event-renderer.test.js.map +1 -0
- package/dist/governance/sandbox-replay.d.ts +52 -0
- package/dist/governance/sandbox-replay.d.ts.map +1 -0
- package/dist/governance/sandbox-replay.js +189 -0
- package/dist/governance/sandbox-replay.js.map +1 -0
- package/dist/governance/sandbox-replay.test.d.ts +7 -0
- package/dist/governance/sandbox-replay.test.d.ts.map +1 -0
- package/dist/governance/sandbox-replay.test.js +117 -0
- package/dist/governance/sandbox-replay.test.js.map +1 -0
- package/dist/governance/self-registration-hook.d.ts +65 -0
- package/dist/governance/self-registration-hook.d.ts.map +1 -0
- package/dist/governance/self-registration-hook.js +116 -0
- package/dist/governance/self-registration-hook.js.map +1 -0
- package/dist/governance/self-registration-hook.test.d.ts +7 -0
- package/dist/governance/self-registration-hook.test.d.ts.map +1 -0
- package/dist/governance/self-registration-hook.test.js +149 -0
- package/dist/governance/self-registration-hook.test.js.map +1 -0
- package/dist/governance/session-persistence.d.ts +153 -0
- package/dist/governance/session-persistence.d.ts.map +1 -0
- package/dist/governance/session-persistence.js +376 -0
- package/dist/governance/session-persistence.js.map +1 -0
- package/dist/governance/signed-manifest.d.ts +81 -0
- package/dist/governance/signed-manifest.d.ts.map +1 -0
- package/dist/governance/signed-manifest.js +161 -0
- package/dist/governance/signed-manifest.js.map +1 -0
- package/dist/governance/signed-manifest.test.d.ts +7 -0
- package/dist/governance/signed-manifest.test.d.ts.map +1 -0
- package/dist/governance/signed-manifest.test.js +149 -0
- package/dist/governance/signed-manifest.test.js.map +1 -0
- package/dist/governance/skip-api-empty-queue.d.ts +304 -0
- package/dist/governance/skip-api-empty-queue.d.ts.map +1 -0
- package/dist/governance/skip-api-empty-queue.js +499 -0
- package/dist/governance/skip-api-empty-queue.js.map +1 -0
- package/dist/governance/state-manager.d.ts +102 -0
- package/dist/governance/state-manager.d.ts.map +1 -0
- package/dist/governance/state-manager.js +286 -0
- package/dist/governance/state-manager.js.map +1 -0
- package/dist/governance/tenant-provider-agreements.d.ts +211 -0
- package/dist/governance/tenant-provider-agreements.d.ts.map +1 -0
- package/dist/governance/tenant-provider-agreements.js +440 -0
- package/dist/governance/tenant-provider-agreements.js.map +1 -0
- package/dist/governance/tool-provider-health.d.ts +299 -0
- package/dist/governance/tool-provider-health.d.ts.map +1 -0
- package/dist/governance/tool-provider-health.js +697 -0
- package/dist/governance/tool-provider-health.js.map +1 -0
- package/dist/governance/tool-rate-limit.d.ts +94 -0
- package/dist/governance/tool-rate-limit.d.ts.map +1 -0
- package/dist/governance/tool-rate-limit.js +145 -0
- package/dist/governance/tool-rate-limit.js.map +1 -0
- package/dist/governance/transparency-injector.d.ts +102 -0
- package/dist/governance/transparency-injector.d.ts.map +1 -0
- package/dist/governance/transparency-injector.js +162 -0
- package/dist/governance/transparency-injector.js.map +1 -0
- package/dist/governance/trust-score-snapshot.d.ts +61 -0
- package/dist/governance/trust-score-snapshot.d.ts.map +1 -0
- package/dist/governance/trust-score-snapshot.js +98 -0
- package/dist/governance/trust-score-snapshot.js.map +1 -0
- package/dist/governance/trust-score-snapshot.test.d.ts +7 -0
- package/dist/governance/trust-score-snapshot.test.d.ts.map +1 -0
- package/dist/governance/trust-score-snapshot.test.js +187 -0
- package/dist/governance/trust-score-snapshot.test.js.map +1 -0
- package/dist/governance/trust-score-three-dim.d.ts +122 -0
- package/dist/governance/trust-score-three-dim.d.ts.map +1 -0
- package/dist/governance/trust-score-three-dim.js +176 -0
- package/dist/governance/trust-score-three-dim.js.map +1 -0
- package/dist/governance/trust-score-three-dim.test.d.ts +7 -0
- package/dist/governance/trust-score-three-dim.test.d.ts.map +1 -0
- package/dist/governance/trust-score-three-dim.test.js +221 -0
- package/dist/governance/trust-score-three-dim.test.js.map +1 -0
- package/dist/governance-config.d.ts +201 -0
- package/dist/governance-config.d.ts.map +1 -0
- package/dist/governance-config.js +345 -0
- package/dist/governance-config.js.map +1 -0
- package/dist/governed-agent.d.ts +124 -0
- package/dist/governed-agent.d.ts.map +1 -0
- package/dist/governed-agent.js +1317 -0
- package/dist/governed-agent.js.map +1 -0
- package/dist/hooks/audit-dir-picker.sh +70 -0
- package/dist/hooks/audit-logger.sh +325 -0
- package/dist/hooks/cost-budget-gate.sh +74 -0
- package/dist/hooks/data-classifier-bridge.d.ts +24 -0
- package/dist/hooks/data-classifier-bridge.d.ts.map +1 -0
- package/dist/hooks/data-classifier-bridge.js +80 -0
- package/dist/hooks/data-classifier-bridge.js.map +1 -0
- package/dist/hooks/destructive-command-guard.sh +200 -0
- package/dist/hooks/file-boundary-guard.sh +159 -0
- package/dist/hooks/file-change-tracker.sh +78 -0
- package/dist/hooks/governance-file-shield.sh +102 -0
- package/dist/hooks/governance-integrity-check.sh +109 -0
- package/dist/hooks/hook-health-monitor.sh +189 -0
- package/dist/hooks/hook-utils.sh +51 -0
- package/dist/hooks/hook-wrapper.sh +77 -0
- package/dist/hooks/install-hooks.sh +162 -0
- package/dist/hooks/output-exfiltration-scanner.sh +112 -0
- package/dist/hooks/powershell/audit-dir-picker.ps1 +72 -0
- package/dist/hooks/powershell/audit-logger.ps1 +75 -0
- package/dist/hooks/powershell/cost-budget-gate.ps1 +61 -0
- package/dist/hooks/powershell/destructive-command-guard.ps1 +67 -0
- package/dist/hooks/powershell/file-boundary-guard.ps1 +76 -0
- package/dist/hooks/powershell/file-change-tracker.ps1 +74 -0
- package/dist/hooks/powershell/governance-file-shield.ps1 +86 -0
- package/dist/hooks/powershell/governance-integrity-check.ps1 +101 -0
- package/dist/hooks/powershell/hook-health-monitor.ps1 +153 -0
- package/dist/hooks/powershell/hook-utils.ps1 +44 -0
- package/dist/hooks/powershell/hook-wrapper.ps1 +67 -0
- package/dist/hooks/powershell/install-hooks.ps1 +142 -0
- package/dist/hooks/powershell/output-exfiltration-scanner.ps1 +85 -0
- package/dist/hooks/powershell/secret-leak-scanner.ps1 +105 -0
- package/dist/hooks/powershell/token-tracker.ps1 +83 -0
- package/dist/hooks/powershell/web-access-gate.ps1 +89 -0
- package/dist/hooks/secret-leak-scanner.sh +293 -0
- package/dist/hooks/token-tracker.sh +89 -0
- package/dist/hooks/web-access-gate.sh +123 -0
- package/dist/ide-adapters/aider.d.ts +213 -0
- package/dist/ide-adapters/aider.d.ts.map +1 -0
- package/dist/ide-adapters/aider.js +710 -0
- package/dist/ide-adapters/aider.js.map +1 -0
- package/dist/ide-adapters/amazon-q-developer.d.ts +124 -0
- package/dist/ide-adapters/amazon-q-developer.d.ts.map +1 -0
- package/dist/ide-adapters/amazon-q-developer.js +686 -0
- package/dist/ide-adapters/amazon-q-developer.js.map +1 -0
- package/dist/ide-adapters/base.d.ts +64 -0
- package/dist/ide-adapters/base.d.ts.map +1 -0
- package/dist/ide-adapters/base.js +233 -0
- package/dist/ide-adapters/base.js.map +1 -0
- package/dist/ide-adapters/claude-code.d.ts +43 -0
- package/dist/ide-adapters/claude-code.d.ts.map +1 -0
- package/dist/ide-adapters/claude-code.js +192 -0
- package/dist/ide-adapters/claude-code.js.map +1 -0
- package/dist/ide-adapters/cody.d.ts +150 -0
- package/dist/ide-adapters/cody.d.ts.map +1 -0
- package/dist/ide-adapters/cody.js +767 -0
- package/dist/ide-adapters/cody.js.map +1 -0
- package/dist/ide-adapters/continue-dev.d.ts +120 -0
- package/dist/ide-adapters/continue-dev.d.ts.map +1 -0
- package/dist/ide-adapters/continue-dev.js +359 -0
- package/dist/ide-adapters/continue-dev.js.map +1 -0
- package/dist/ide-adapters/copilot-studio.d.ts +310 -0
- package/dist/ide-adapters/copilot-studio.d.ts.map +1 -0
- package/dist/ide-adapters/copilot-studio.js +1097 -0
- package/dist/ide-adapters/copilot-studio.js.map +1 -0
- package/dist/ide-adapters/copilot-workspace.d.ts +167 -0
- package/dist/ide-adapters/copilot-workspace.d.ts.map +1 -0
- package/dist/ide-adapters/copilot-workspace.js +376 -0
- package/dist/ide-adapters/copilot-workspace.js.map +1 -0
- package/dist/ide-adapters/cursor.d.ts +74 -0
- package/dist/ide-adapters/cursor.d.ts.map +1 -0
- package/dist/ide-adapters/cursor.js +273 -0
- package/dist/ide-adapters/cursor.js.map +1 -0
- package/dist/ide-adapters/exports.d.ts +53 -0
- package/dist/ide-adapters/exports.d.ts.map +1 -0
- package/dist/ide-adapters/exports.js +115 -0
- package/dist/ide-adapters/exports.js.map +1 -0
- package/dist/ide-adapters/gemini-code-assist.d.ts +135 -0
- package/dist/ide-adapters/gemini-code-assist.d.ts.map +1 -0
- package/dist/ide-adapters/gemini-code-assist.js +750 -0
- package/dist/ide-adapters/gemini-code-assist.js.map +1 -0
- package/dist/ide-adapters/github-copilot.d.ts +166 -0
- package/dist/ide-adapters/github-copilot.d.ts.map +1 -0
- package/dist/ide-adapters/github-copilot.js +547 -0
- package/dist/ide-adapters/github-copilot.js.map +1 -0
- package/dist/ide-adapters/index.d.ts +271 -0
- package/dist/ide-adapters/index.d.ts.map +1 -0
- package/dist/ide-adapters/index.js +100 -0
- package/dist/ide-adapters/index.js.map +1 -0
- package/dist/ide-adapters/jetbrains-ai.d.ts +150 -0
- package/dist/ide-adapters/jetbrains-ai.d.ts.map +1 -0
- package/dist/ide-adapters/jetbrains-ai.js +718 -0
- package/dist/ide-adapters/jetbrains-ai.js.map +1 -0
- package/dist/ide-adapters/notebook-ai.d.ts +220 -0
- package/dist/ide-adapters/notebook-ai.d.ts.map +1 -0
- package/dist/ide-adapters/notebook-ai.js +858 -0
- package/dist/ide-adapters/notebook-ai.js.map +1 -0
- package/dist/ide-adapters/replit-agent.d.ts +269 -0
- package/dist/ide-adapters/replit-agent.d.ts.map +1 -0
- package/dist/ide-adapters/replit-agent.js +1022 -0
- package/dist/ide-adapters/replit-agent.js.map +1 -0
- package/dist/ide-adapters/reviewer-tier.d.ts +15 -0
- package/dist/ide-adapters/reviewer-tier.d.ts.map +1 -0
- package/dist/ide-adapters/reviewer-tier.js +16 -0
- package/dist/ide-adapters/reviewer-tier.js.map +1 -0
- package/dist/ide-adapters/shared.d.ts +116 -0
- package/dist/ide-adapters/shared.d.ts.map +1 -0
- package/dist/ide-adapters/shared.js +311 -0
- package/dist/ide-adapters/shared.js.map +1 -0
- package/dist/ide-adapters/tabnine.d.ts +189 -0
- package/dist/ide-adapters/tabnine.d.ts.map +1 -0
- package/dist/ide-adapters/tabnine.js +721 -0
- package/dist/ide-adapters/tabnine.js.map +1 -0
- package/dist/ide-adapters/windsurf.d.ts +216 -0
- package/dist/ide-adapters/windsurf.d.ts.map +1 -0
- package/dist/ide-adapters/windsurf.js +812 -0
- package/dist/ide-adapters/windsurf.js.map +1 -0
- package/dist/ide-adapters/zed-ai.d.ts +209 -0
- package/dist/ide-adapters/zed-ai.d.ts.map +1 -0
- package/dist/ide-adapters/zed-ai.js +622 -0
- package/dist/ide-adapters/zed-ai.js.map +1 -0
- package/dist/index.d.ts +104 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +366 -0
- package/dist/index.js.map +1 -0
- package/dist/license/entitlement-client.d.ts +111 -0
- package/dist/license/entitlement-client.d.ts.map +1 -0
- package/dist/license/entitlement-client.js +306 -0
- package/dist/license/entitlement-client.js.map +1 -0
- package/dist/license/index.d.ts +10 -0
- package/dist/license/index.d.ts.map +1 -0
- package/dist/license/index.js +14 -0
- package/dist/license/index.js.map +1 -0
- package/dist/license/jwt-issuer.d.ts +64 -0
- package/dist/license/jwt-issuer.d.ts.map +1 -0
- package/dist/license/jwt-issuer.js +144 -0
- package/dist/license/jwt-issuer.js.map +1 -0
- package/dist/license/jwt-validator.d.ts +145 -0
- package/dist/license/jwt-validator.d.ts.map +1 -0
- package/dist/license/jwt-validator.js +498 -0
- package/dist/license/jwt-validator.js.map +1 -0
- package/dist/license/keygen.d.ts +16 -0
- package/dist/license/keygen.d.ts.map +1 -0
- package/dist/license/keygen.js +100 -0
- package/dist/license/keygen.js.map +1 -0
- package/dist/license/subscription-gate.d.ts +99 -0
- package/dist/license/subscription-gate.d.ts.map +1 -0
- package/dist/license/subscription-gate.js +293 -0
- package/dist/license/subscription-gate.js.map +1 -0
- package/dist/llm-adapters/azure-openai.d.ts +69 -0
- package/dist/llm-adapters/azure-openai.d.ts.map +1 -0
- package/dist/llm-adapters/azure-openai.js +702 -0
- package/dist/llm-adapters/azure-openai.js.map +1 -0
- package/dist/llm-adapters/base.d.ts +97 -0
- package/dist/llm-adapters/base.d.ts.map +1 -0
- package/dist/llm-adapters/base.js +265 -0
- package/dist/llm-adapters/base.js.map +1 -0
- package/dist/llm-adapters/bedrock.d.ts +67 -0
- package/dist/llm-adapters/bedrock.d.ts.map +1 -0
- package/dist/llm-adapters/bedrock.js +751 -0
- package/dist/llm-adapters/bedrock.js.map +1 -0
- package/dist/llm-adapters/claude.d.ts +84 -0
- package/dist/llm-adapters/claude.d.ts.map +1 -0
- package/dist/llm-adapters/claude.js +273 -0
- package/dist/llm-adapters/claude.js.map +1 -0
- package/dist/llm-adapters/deepseek.d.ts +113 -0
- package/dist/llm-adapters/deepseek.d.ts.map +1 -0
- package/dist/llm-adapters/deepseek.js +754 -0
- package/dist/llm-adapters/deepseek.js.map +1 -0
- package/dist/llm-adapters/exports.d.ts +40 -0
- package/dist/llm-adapters/exports.d.ts.map +1 -0
- package/dist/llm-adapters/exports.js +74 -0
- package/dist/llm-adapters/exports.js.map +1 -0
- package/dist/llm-adapters/gemini.d.ts +106 -0
- package/dist/llm-adapters/gemini.d.ts.map +1 -0
- package/dist/llm-adapters/gemini.js +201 -0
- package/dist/llm-adapters/gemini.js.map +1 -0
- package/dist/llm-adapters/gemma.d.ts +200 -0
- package/dist/llm-adapters/gemma.d.ts.map +1 -0
- package/dist/llm-adapters/gemma.js +270 -0
- package/dist/llm-adapters/gemma.js.map +1 -0
- package/dist/llm-adapters/google.d.ts +221 -0
- package/dist/llm-adapters/google.d.ts.map +1 -0
- package/dist/llm-adapters/google.js +1176 -0
- package/dist/llm-adapters/google.js.map +1 -0
- package/dist/llm-adapters/huggingface.d.ts +354 -0
- package/dist/llm-adapters/huggingface.d.ts.map +1 -0
- package/dist/llm-adapters/huggingface.js +622 -0
- package/dist/llm-adapters/huggingface.js.map +1 -0
- package/dist/llm-adapters/index.d.ts +331 -0
- package/dist/llm-adapters/index.d.ts.map +1 -0
- package/dist/llm-adapters/index.js +96 -0
- package/dist/llm-adapters/index.js.map +1 -0
- package/dist/llm-adapters/ollama.d.ts +90 -0
- package/dist/llm-adapters/ollama.d.ts.map +1 -0
- package/dist/llm-adapters/ollama.js +624 -0
- package/dist/llm-adapters/ollama.js.map +1 -0
- package/dist/llm-adapters/openai.d.ts +168 -0
- package/dist/llm-adapters/openai.d.ts.map +1 -0
- package/dist/llm-adapters/openai.js +363 -0
- package/dist/llm-adapters/openai.js.map +1 -0
- package/dist/llm-adapters/replicate-llama.d.ts +327 -0
- package/dist/llm-adapters/replicate-llama.d.ts.map +1 -0
- package/dist/llm-adapters/replicate-llama.js +600 -0
- package/dist/llm-adapters/replicate-llama.js.map +1 -0
- package/dist/llm-adapters/shared.d.ts +104 -0
- package/dist/llm-adapters/shared.d.ts.map +1 -0
- package/dist/llm-adapters/shared.js +341 -0
- package/dist/llm-adapters/shared.js.map +1 -0
- package/dist/llm-adapters/supported-models-catalog.d.ts +112 -0
- package/dist/llm-adapters/supported-models-catalog.d.ts.map +1 -0
- package/dist/llm-adapters/supported-models-catalog.js +748 -0
- package/dist/llm-adapters/supported-models-catalog.js.map +1 -0
- package/dist/observability/destination-health-monitor.d.ts +147 -0
- package/dist/observability/destination-health-monitor.d.ts.map +1 -0
- package/dist/observability/destination-health-monitor.js +244 -0
- package/dist/observability/destination-health-monitor.js.map +1 -0
- package/dist/observability/health-metrics-store.d.ts +112 -0
- package/dist/observability/health-metrics-store.d.ts.map +1 -0
- package/dist/observability/health-metrics-store.js +131 -0
- package/dist/observability/health-metrics-store.js.map +1 -0
- package/dist/orchestrator-adapters/autogen.d.ts +225 -0
- package/dist/orchestrator-adapters/autogen.d.ts.map +1 -0
- package/dist/orchestrator-adapters/autogen.js +522 -0
- package/dist/orchestrator-adapters/autogen.js.map +1 -0
- package/dist/orchestrator-adapters/base.d.ts +100 -0
- package/dist/orchestrator-adapters/base.d.ts.map +1 -0
- package/dist/orchestrator-adapters/base.js +403 -0
- package/dist/orchestrator-adapters/base.js.map +1 -0
- package/dist/orchestrator-adapters/bedrock-agentcore.d.ts +314 -0
- package/dist/orchestrator-adapters/bedrock-agentcore.d.ts.map +1 -0
- package/dist/orchestrator-adapters/bedrock-agentcore.js +845 -0
- package/dist/orchestrator-adapters/bedrock-agentcore.js.map +1 -0
- package/dist/orchestrator-adapters/claude-agent-sdk.d.ts +288 -0
- package/dist/orchestrator-adapters/claude-agent-sdk.d.ts.map +1 -0
- package/dist/orchestrator-adapters/claude-agent-sdk.js +732 -0
- package/dist/orchestrator-adapters/claude-agent-sdk.js.map +1 -0
- package/dist/orchestrator-adapters/crewai.d.ts +161 -0
- package/dist/orchestrator-adapters/crewai.d.ts.map +1 -0
- package/dist/orchestrator-adapters/crewai.js +507 -0
- package/dist/orchestrator-adapters/crewai.js.map +1 -0
- package/dist/orchestrator-adapters/deepagents.d.ts +218 -0
- package/dist/orchestrator-adapters/deepagents.d.ts.map +1 -0
- package/dist/orchestrator-adapters/deepagents.js +382 -0
- package/dist/orchestrator-adapters/deepagents.js.map +1 -0
- package/dist/orchestrator-adapters/exports.d.ts +30 -0
- package/dist/orchestrator-adapters/exports.d.ts.map +1 -0
- package/dist/orchestrator-adapters/exports.js +94 -0
- package/dist/orchestrator-adapters/exports.js.map +1 -0
- package/dist/orchestrator-adapters/google-adk.d.ts +306 -0
- package/dist/orchestrator-adapters/google-adk.d.ts.map +1 -0
- package/dist/orchestrator-adapters/google-adk.js +805 -0
- package/dist/orchestrator-adapters/google-adk.js.map +1 -0
- package/dist/orchestrator-adapters/haystack.d.ts +327 -0
- package/dist/orchestrator-adapters/haystack.d.ts.map +1 -0
- package/dist/orchestrator-adapters/haystack.js +841 -0
- package/dist/orchestrator-adapters/haystack.js.map +1 -0
- package/dist/orchestrator-adapters/index.d.ts +328 -0
- package/dist/orchestrator-adapters/index.d.ts.map +1 -0
- package/dist/orchestrator-adapters/index.js +117 -0
- package/dist/orchestrator-adapters/index.js.map +1 -0
- package/dist/orchestrator-adapters/langchain.d.ts +186 -0
- package/dist/orchestrator-adapters/langchain.d.ts.map +1 -0
- package/dist/orchestrator-adapters/langchain.js +495 -0
- package/dist/orchestrator-adapters/langchain.js.map +1 -0
- package/dist/orchestrator-adapters/langgraph.d.ts +234 -0
- package/dist/orchestrator-adapters/langgraph.d.ts.map +1 -0
- package/dist/orchestrator-adapters/langgraph.js +502 -0
- package/dist/orchestrator-adapters/langgraph.js.map +1 -0
- package/dist/orchestrator-adapters/llamaindex.d.ts +325 -0
- package/dist/orchestrator-adapters/llamaindex.d.ts.map +1 -0
- package/dist/orchestrator-adapters/llamaindex.js +850 -0
- package/dist/orchestrator-adapters/llamaindex.js.map +1 -0
- package/dist/orchestrator-adapters/openai-agents.d.ts +238 -0
- package/dist/orchestrator-adapters/openai-agents.d.ts.map +1 -0
- package/dist/orchestrator-adapters/openai-agents.js +532 -0
- package/dist/orchestrator-adapters/openai-agents.js.map +1 -0
- package/dist/orchestrator-adapters/openclaw.d.ts +327 -0
- package/dist/orchestrator-adapters/openclaw.d.ts.map +1 -0
- package/dist/orchestrator-adapters/openclaw.js +896 -0
- package/dist/orchestrator-adapters/openclaw.js.map +1 -0
- package/dist/orchestrator-adapters/orchestrator-adapter.d.ts +170 -0
- package/dist/orchestrator-adapters/orchestrator-adapter.d.ts.map +1 -0
- package/dist/orchestrator-adapters/orchestrator-adapter.js +34 -0
- package/dist/orchestrator-adapters/orchestrator-adapter.js.map +1 -0
- package/dist/orchestrator-adapters/paperclip-adapter.d.ts +91 -0
- package/dist/orchestrator-adapters/paperclip-adapter.d.ts.map +1 -0
- package/dist/orchestrator-adapters/paperclip-adapter.js +403 -0
- package/dist/orchestrator-adapters/paperclip-adapter.js.map +1 -0
- package/dist/orchestrator-adapters/semantic-kernel.d.ts +218 -0
- package/dist/orchestrator-adapters/semantic-kernel.d.ts.map +1 -0
- package/dist/orchestrator-adapters/semantic-kernel.js +525 -0
- package/dist/orchestrator-adapters/semantic-kernel.js.map +1 -0
- package/dist/orchestrator-adapters/shared.d.ts +49 -0
- package/dist/orchestrator-adapters/shared.d.ts.map +1 -0
- package/dist/orchestrator-adapters/shared.js +161 -0
- package/dist/orchestrator-adapters/shared.js.map +1 -0
- package/dist/packs/_base-classifiers.d.ts +73 -0
- package/dist/packs/_base-classifiers.d.ts.map +1 -0
- package/dist/packs/_base-classifiers.js +165 -0
- package/dist/packs/_base-classifiers.js.map +1 -0
- package/dist/packs/aba.d.ts +41 -0
- package/dist/packs/aba.d.ts.map +1 -0
- package/dist/packs/aba.js +300 -0
- package/dist/packs/aba.js.map +1 -0
- package/dist/packs/as-9100.d.ts +130 -0
- package/dist/packs/as-9100.d.ts.map +1 -0
- package/dist/packs/as-9100.js +817 -0
- package/dist/packs/as-9100.js.map +1 -0
- package/dist/packs/au-act-hrpaa.d.ts +68 -0
- package/dist/packs/au-act-hrpaa.d.ts.map +1 -0
- package/dist/packs/au-act-hrpaa.js +293 -0
- package/dist/packs/au-act-hrpaa.js.map +1 -0
- package/dist/packs/au-aiethics-framework.d.ts +68 -0
- package/dist/packs/au-aiethics-framework.d.ts.map +1 -0
- package/dist/packs/au-aiethics-framework.js +344 -0
- package/dist/packs/au-aiethics-framework.js.map +1 -0
- package/dist/packs/au-aml-ctf.d.ts +67 -0
- package/dist/packs/au-aml-ctf.d.ts.map +1 -0
- package/dist/packs/au-aml-ctf.js +349 -0
- package/dist/packs/au-aml-ctf.js.map +1 -0
- package/dist/packs/au-asic-rg-271.d.ts +50 -0
- package/dist/packs/au-asic-rg-271.d.ts.map +1 -0
- package/dist/packs/au-asic-rg-271.js +271 -0
- package/dist/packs/au-asic-rg-271.js.map +1 -0
- package/dist/packs/au-asic-rg-274.d.ts +51 -0
- package/dist/packs/au-asic-rg-274.d.ts.map +1 -0
- package/dist/packs/au-asic-rg-274.js +271 -0
- package/dist/packs/au-asic-rg-274.js.map +1 -0
- package/dist/packs/au-cdr.d.ts +49 -0
- package/dist/packs/au-cdr.d.ts.map +1 -0
- package/dist/packs/au-cdr.js +308 -0
- package/dist/packs/au-cdr.js.map +1 -0
- package/dist/packs/au-cps230.d.ts +50 -0
- package/dist/packs/au-cps230.d.ts.map +1 -0
- package/dist/packs/au-cps230.js +267 -0
- package/dist/packs/au-cps230.js.map +1 -0
- package/dist/packs/au-cps234.d.ts +56 -0
- package/dist/packs/au-cps234.d.ts.map +1 -0
- package/dist/packs/au-cps234.js +300 -0
- package/dist/packs/au-cps234.js.map +1 -0
- package/dist/packs/au-mandatory-ai-guardrails.d.ts +61 -0
- package/dist/packs/au-mandatory-ai-guardrails.d.ts.map +1 -0
- package/dist/packs/au-mandatory-ai-guardrails.js +274 -0
- package/dist/packs/au-mandatory-ai-guardrails.js.map +1 -0
- package/dist/packs/au-nsw-hripa.d.ts +78 -0
- package/dist/packs/au-nsw-hripa.d.ts.map +1 -0
- package/dist/packs/au-nsw-hripa.js +366 -0
- package/dist/packs/au-nsw-hripa.js.map +1 -0
- package/dist/packs/au-online-safety.d.ts +55 -0
- package/dist/packs/au-online-safety.d.ts.map +1 -0
- package/dist/packs/au-online-safety.js +300 -0
- package/dist/packs/au-online-safety.js.map +1 -0
- package/dist/packs/au-privacy-act.d.ts +54 -0
- package/dist/packs/au-privacy-act.d.ts.map +1 -0
- package/dist/packs/au-privacy-act.js +364 -0
- package/dist/packs/au-privacy-act.js.map +1 -0
- package/dist/packs/au-soci-act.d.ts +53 -0
- package/dist/packs/au-soci-act.d.ts.map +1 -0
- package/dist/packs/au-soci-act.js +254 -0
- package/dist/packs/au-soci-act.js.map +1 -0
- package/dist/packs/au-spam-act.d.ts +54 -0
- package/dist/packs/au-spam-act.d.ts.map +1 -0
- package/dist/packs/au-spam-act.js +287 -0
- package/dist/packs/au-spam-act.js.map +1 -0
- package/dist/packs/au-tga-saimd.d.ts +74 -0
- package/dist/packs/au-tga-saimd.d.ts.map +1 -0
- package/dist/packs/au-tga-saimd.js +344 -0
- package/dist/packs/au-tga-saimd.js.map +1 -0
- package/dist/packs/au-vic-hra.d.ts +70 -0
- package/dist/packs/au-vic-hra.d.ts.map +1 -0
- package/dist/packs/au-vic-hra.js +348 -0
- package/dist/packs/au-vic-hra.js.map +1 -0
- package/dist/packs/bipa.d.ts +30 -0
- package/dist/packs/bipa.d.ts.map +1 -0
- package/dist/packs/bipa.js +271 -0
- package/dist/packs/bipa.js.map +1 -0
- package/dist/packs/bsa-aml.d.ts +52 -0
- package/dist/packs/bsa-aml.d.ts.map +1 -0
- package/dist/packs/bsa-aml.js +413 -0
- package/dist/packs/bsa-aml.js.map +1 -0
- package/dist/packs/ca-pipeda.d.ts +48 -0
- package/dist/packs/ca-pipeda.d.ts.map +1 -0
- package/dist/packs/ca-pipeda.js +220 -0
- package/dist/packs/ca-pipeda.js.map +1 -0
- package/dist/packs/ca-qc-law25.d.ts +46 -0
- package/dist/packs/ca-qc-law25.d.ts.map +1 -0
- package/dist/packs/ca-qc-law25.js +191 -0
- package/dist/packs/ca-qc-law25.js.map +1 -0
- package/dist/packs/caldicott-principles.d.ts +86 -0
- package/dist/packs/caldicott-principles.d.ts.map +1 -0
- package/dist/packs/caldicott-principles.js +444 -0
- package/dist/packs/caldicott-principles.js.map +1 -0
- package/dist/packs/california-ab2930.d.ts +58 -0
- package/dist/packs/california-ab2930.d.ts.map +1 -0
- package/dist/packs/california-ab2930.js +413 -0
- package/dist/packs/california-ab2930.js.map +1 -0
- package/dist/packs/ccpa.d.ts +47 -0
- package/dist/packs/ccpa.d.ts.map +1 -0
- package/dist/packs/ccpa.js +399 -0
- package/dist/packs/ccpa.js.map +1 -0
- package/dist/packs/cfpb-2023-03.d.ts +32 -0
- package/dist/packs/cfpb-2023-03.d.ts.map +1 -0
- package/dist/packs/cfpb-2023-03.js +285 -0
- package/dist/packs/cfpb-2023-03.js.map +1 -0
- package/dist/packs/check-registry.d.ts +76 -0
- package/dist/packs/check-registry.d.ts.map +1 -0
- package/dist/packs/check-registry.js +3341 -0
- package/dist/packs/check-registry.js.map +1 -0
- package/dist/packs/cjis.d.ts +61 -0
- package/dist/packs/cjis.d.ts.map +1 -0
- package/dist/packs/cjis.js +345 -0
- package/dist/packs/cjis.js.map +1 -0
- package/dist/packs/cma-ai-foundation-models.d.ts +74 -0
- package/dist/packs/cma-ai-foundation-models.d.ts.map +1 -0
- package/dist/packs/cma-ai-foundation-models.js +397 -0
- package/dist/packs/cma-ai-foundation-models.js.map +1 -0
- package/dist/packs/cmmc2.d.ts +69 -0
- package/dist/packs/cmmc2.d.ts.map +1 -0
- package/dist/packs/cmmc2.js +350 -0
- package/dist/packs/cmmc2.js.map +1 -0
- package/dist/packs/cms-interoperability.d.ts +55 -0
- package/dist/packs/cms-interoperability.d.ts.map +1 -0
- package/dist/packs/cms-interoperability.js +390 -0
- package/dist/packs/cms-interoperability.js.map +1 -0
- package/dist/packs/cn-dsl-csl.d.ts +52 -0
- package/dist/packs/cn-dsl-csl.d.ts.map +1 -0
- package/dist/packs/cn-dsl-csl.js +137 -0
- package/dist/packs/cn-dsl-csl.js.map +1 -0
- package/dist/packs/colorado-ai.d.ts +77 -0
- package/dist/packs/colorado-ai.d.ts.map +1 -0
- package/dist/packs/colorado-ai.js +379 -0
- package/dist/packs/colorado-ai.js.map +1 -0
- package/dist/packs/common-rule.d.ts +91 -0
- package/dist/packs/common-rule.d.ts.map +1 -0
- package/dist/packs/common-rule.js +473 -0
- package/dist/packs/common-rule.js.map +1 -0
- package/dist/packs/coppa.d.ts +84 -0
- package/dist/packs/coppa.d.ts.map +1 -0
- package/dist/packs/coppa.js +409 -0
- package/dist/packs/coppa.js.map +1 -0
- package/dist/packs/cyber-essentials.d.ts +63 -0
- package/dist/packs/cyber-essentials.d.ts.map +1 -0
- package/dist/packs/cyber-essentials.js +407 -0
- package/dist/packs/cyber-essentials.js.map +1 -0
- package/dist/packs/de-bdsg.d.ts +66 -0
- package/dist/packs/de-bdsg.d.ts.map +1 -0
- package/dist/packs/de-bdsg.js +416 -0
- package/dist/packs/de-bdsg.js.map +1 -0
- package/dist/packs/do-178c.d.ts +98 -0
- package/dist/packs/do-178c.d.ts.map +1 -0
- package/dist/packs/do-178c.js +726 -0
- package/dist/packs/do-178c.js.map +1 -0
- package/dist/packs/dora.d.ts +48 -0
- package/dist/packs/dora.d.ts.map +1 -0
- package/dist/packs/dora.js +361 -0
- package/dist/packs/dora.js.map +1 -0
- package/dist/packs/ecoa.d.ts +46 -0
- package/dist/packs/ecoa.d.ts.map +1 -0
- package/dist/packs/ecoa.js +389 -0
- package/dist/packs/ecoa.js.map +1 -0
- package/dist/packs/eu-ai-liability.d.ts +39 -0
- package/dist/packs/eu-ai-liability.d.ts.map +1 -0
- package/dist/packs/eu-ai-liability.js +303 -0
- package/dist/packs/eu-ai-liability.js.map +1 -0
- package/dist/packs/eu-cra.d.ts +50 -0
- package/dist/packs/eu-cra.d.ts.map +1 -0
- package/dist/packs/eu-cra.js +143 -0
- package/dist/packs/eu-cra.js.map +1 -0
- package/dist/packs/eu-data-act.d.ts +49 -0
- package/dist/packs/eu-data-act.d.ts.map +1 -0
- package/dist/packs/eu-data-act.js +141 -0
- package/dist/packs/eu-data-act.js.map +1 -0
- package/dist/packs/eu-dma.d.ts +59 -0
- package/dist/packs/eu-dma.d.ts.map +1 -0
- package/dist/packs/eu-dma.js +188 -0
- package/dist/packs/eu-dma.js.map +1 -0
- package/dist/packs/eu-dsa.d.ts +54 -0
- package/dist/packs/eu-dsa.d.ts.map +1 -0
- package/dist/packs/eu-dsa.js +179 -0
- package/dist/packs/eu-dsa.js.map +1 -0
- package/dist/packs/eu-lpp.d.ts +61 -0
- package/dist/packs/eu-lpp.d.ts.map +1 -0
- package/dist/packs/eu-lpp.js +345 -0
- package/dist/packs/eu-lpp.js.map +1 -0
- package/dist/packs/eu-mdr-ivdr.d.ts +67 -0
- package/dist/packs/eu-mdr-ivdr.d.ts.map +1 -0
- package/dist/packs/eu-mdr-ivdr.js +420 -0
- package/dist/packs/eu-mdr-ivdr.js.map +1 -0
- package/dist/packs/euaiact.d.ts +51 -0
- package/dist/packs/euaiact.d.ts.map +1 -0
- package/dist/packs/euaiact.js +344 -0
- package/dist/packs/euaiact.js.map +1 -0
- package/dist/packs/fca-consumer-duty.d.ts +65 -0
- package/dist/packs/fca-consumer-duty.d.ts.map +1 -0
- package/dist/packs/fca-consumer-duty.js +412 -0
- package/dist/packs/fca-consumer-duty.js.map +1 -0
- package/dist/packs/fca-op-resilience.d.ts +53 -0
- package/dist/packs/fca-op-resilience.d.ts.map +1 -0
- package/dist/packs/fca-op-resilience.js +353 -0
- package/dist/packs/fca-op-resilience.js.map +1 -0
- package/dist/packs/fcra.d.ts +47 -0
- package/dist/packs/fcra.d.ts.map +1 -0
- package/dist/packs/fcra.js +444 -0
- package/dist/packs/fcra.js.map +1 -0
- package/dist/packs/fda-21-cfr-820.d.ts +53 -0
- package/dist/packs/fda-21-cfr-820.d.ts.map +1 -0
- package/dist/packs/fda-21-cfr-820.js +609 -0
- package/dist/packs/fda-21-cfr-820.js.map +1 -0
- package/dist/packs/fda-samd-precert.d.ts +122 -0
- package/dist/packs/fda-samd-precert.d.ts.map +1 -0
- package/dist/packs/fda-samd-precert.js +866 -0
- package/dist/packs/fda-samd-precert.js.map +1 -0
- package/dist/packs/fda-samd.d.ts +42 -0
- package/dist/packs/fda-samd.d.ts.map +1 -0
- package/dist/packs/fda-samd.js +317 -0
- package/dist/packs/fda-samd.js.map +1 -0
- package/dist/packs/fedramp.d.ts +51 -0
- package/dist/packs/fedramp.d.ts.map +1 -0
- package/dist/packs/fedramp.js +321 -0
- package/dist/packs/fedramp.js.map +1 -0
- package/dist/packs/ferpa.d.ts +57 -0
- package/dist/packs/ferpa.d.ts.map +1 -0
- package/dist/packs/ferpa.js +312 -0
- package/dist/packs/ferpa.js.map +1 -0
- package/dist/packs/finra-3110.d.ts +53 -0
- package/dist/packs/finra-3110.d.ts.map +1 -0
- package/dist/packs/finra-3110.js +354 -0
- package/dist/packs/finra-3110.js.map +1 -0
- package/dist/packs/florida-student-privacy.d.ts +104 -0
- package/dist/packs/florida-student-privacy.d.ts.map +1 -0
- package/dist/packs/florida-student-privacy.js +451 -0
- package/dist/packs/florida-student-privacy.js.map +1 -0
- package/dist/packs/foia.d.ts +46 -0
- package/dist/packs/foia.d.ts.map +1 -0
- package/dist/packs/foia.js +397 -0
- package/dist/packs/foia.js.map +1 -0
- package/dist/packs/frcp26.d.ts +52 -0
- package/dist/packs/frcp26.d.ts.map +1 -0
- package/dist/packs/frcp26.js +297 -0
- package/dist/packs/frcp26.js.map +1 -0
- package/dist/packs/ftc5.d.ts +35 -0
- package/dist/packs/ftc5.d.ts.map +1 -0
- package/dist/packs/ftc5.js +293 -0
- package/dist/packs/ftc5.js.map +1 -0
- package/dist/packs/gdpr.d.ts +41 -0
- package/dist/packs/gdpr.d.ts.map +1 -0
- package/dist/packs/gdpr.js +490 -0
- package/dist/packs/gdpr.js.map +1 -0
- package/dist/packs/glba.d.ts +34 -0
- package/dist/packs/glba.d.ts.map +1 -0
- package/dist/packs/glba.js +424 -0
- package/dist/packs/glba.js.map +1 -0
- package/dist/packs/gxp.d.ts +43 -0
- package/dist/packs/gxp.d.ts.map +1 -0
- package/dist/packs/gxp.js +353 -0
- package/dist/packs/gxp.js.map +1 -0
- package/dist/packs/hipaa.d.ts +47 -0
- package/dist/packs/hipaa.d.ts.map +1 -0
- package/dist/packs/hipaa.js +384 -0
- package/dist/packs/hipaa.js.map +1 -0
- package/dist/packs/hitech.d.ts +43 -0
- package/dist/packs/hitech.d.ts.map +1 -0
- package/dist/packs/hitech.js +292 -0
- package/dist/packs/hitech.js.map +1 -0
- package/dist/packs/hitrust-csf.d.ts +41 -0
- package/dist/packs/hitrust-csf.d.ts.map +1 -0
- package/dist/packs/hitrust-csf.js +122 -0
- package/dist/packs/hitrust-csf.js.map +1 -0
- package/dist/packs/hk-pdpo.d.ts +38 -0
- package/dist/packs/hk-pdpo.d.ts.map +1 -0
- package/dist/packs/hk-pdpo.js +125 -0
- package/dist/packs/hk-pdpo.js.map +1 -0
- package/dist/packs/hmda.d.ts +42 -0
- package/dist/packs/hmda.d.ts.map +1 -0
- package/dist/packs/hmda.js +382 -0
- package/dist/packs/hmda.js.map +1 -0
- package/dist/packs/iec-62304.d.ts +79 -0
- package/dist/packs/iec-62304.d.ts.map +1 -0
- package/dist/packs/iec-62304.js +588 -0
- package/dist/packs/iec-62304.js.map +1 -0
- package/dist/packs/iec-62443.d.ts +112 -0
- package/dist/packs/iec-62443.d.ts.map +1 -0
- package/dist/packs/iec-62443.js +689 -0
- package/dist/packs/iec-62443.js.map +1 -0
- package/dist/packs/illinois-aivia.d.ts +56 -0
- package/dist/packs/illinois-aivia.d.ts.map +1 -0
- package/dist/packs/illinois-aivia.js +351 -0
- package/dist/packs/illinois-aivia.js.map +1 -0
- package/dist/packs/in-dpdp.d.ts +82 -0
- package/dist/packs/in-dpdp.d.ts.map +1 -0
- package/dist/packs/in-dpdp.js +432 -0
- package/dist/packs/in-dpdp.js.map +1 -0
- package/dist/packs/index.d.ts +468 -0
- package/dist/packs/index.d.ts.map +1 -0
- package/dist/packs/index.js +672 -0
- package/dist/packs/index.js.map +1 -0
- package/dist/packs/iso-15189.d.ts +143 -0
- package/dist/packs/iso-15189.d.ts.map +1 -0
- package/dist/packs/iso-15189.js +947 -0
- package/dist/packs/iso-15189.js.map +1 -0
- package/dist/packs/iso-23894.d.ts +40 -0
- package/dist/packs/iso-23894.d.ts.map +1 -0
- package/dist/packs/iso-23894.js +445 -0
- package/dist/packs/iso-23894.js.map +1 -0
- package/dist/packs/iso-26262.d.ts +97 -0
- package/dist/packs/iso-26262.d.ts.map +1 -0
- package/dist/packs/iso-26262.js +737 -0
- package/dist/packs/iso-26262.js.map +1 -0
- package/dist/packs/iso-iec-80001.d.ts +151 -0
- package/dist/packs/iso-iec-80001.d.ts.map +1 -0
- package/dist/packs/iso-iec-80001.js +996 -0
- package/dist/packs/iso-iec-80001.js.map +1 -0
- package/dist/packs/iso20022.d.ts +54 -0
- package/dist/packs/iso20022.d.ts.map +1 -0
- package/dist/packs/iso20022.js +347 -0
- package/dist/packs/iso20022.js.map +1 -0
- package/dist/packs/iso27001.d.ts +46 -0
- package/dist/packs/iso27001.d.ts.map +1 -0
- package/dist/packs/iso27001.js +391 -0
- package/dist/packs/iso27001.js.map +1 -0
- package/dist/packs/iso27701.d.ts +53 -0
- package/dist/packs/iso27701.d.ts.map +1 -0
- package/dist/packs/iso27701.js +393 -0
- package/dist/packs/iso27701.js.map +1 -0
- package/dist/packs/iso42001.d.ts +47 -0
- package/dist/packs/iso42001.d.ts.map +1 -0
- package/dist/packs/iso42001.js +291 -0
- package/dist/packs/iso42001.js.map +1 -0
- package/dist/packs/jp-appi.d.ts +78 -0
- package/dist/packs/jp-appi.d.ts.map +1 -0
- package/dist/packs/jp-appi.js +441 -0
- package/dist/packs/jp-appi.js.map +1 -0
- package/dist/packs/kr-pipa.d.ts +74 -0
- package/dist/packs/kr-pipa.d.ts.map +1 -0
- package/dist/packs/kr-pipa.js +445 -0
- package/dist/packs/kr-pipa.js.map +1 -0
- package/dist/packs/lgpd.d.ts +32 -0
- package/dist/packs/lgpd.d.ts.map +1 -0
- package/dist/packs/lgpd.js +353 -0
- package/dist/packs/lgpd.js.map +1 -0
- package/dist/packs/lpo2024.d.ts +70 -0
- package/dist/packs/lpo2024.d.ts.map +1 -0
- package/dist/packs/lpo2024.js +310 -0
- package/dist/packs/lpo2024.js.map +1 -0
- package/dist/packs/maryland-hb1202.d.ts +53 -0
- package/dist/packs/maryland-hb1202.d.ts.map +1 -0
- package/dist/packs/maryland-hb1202.js +341 -0
- package/dist/packs/maryland-hb1202.js.map +1 -0
- package/dist/packs/mhra-samd-ukca.d.ts +79 -0
- package/dist/packs/mhra-samd-ukca.d.ts.map +1 -0
- package/dist/packs/mhra-samd-ukca.js +476 -0
- package/dist/packs/mhra-samd-ukca.js.map +1 -0
- package/dist/packs/mifid2.d.ts +51 -0
- package/dist/packs/mifid2.d.ts.map +1 -0
- package/dist/packs/mifid2.js +384 -0
- package/dist/packs/mifid2.js.map +1 -0
- package/dist/packs/migration-manifest.d.ts +30 -0
- package/dist/packs/migration-manifest.d.ts.map +1 -0
- package/dist/packs/migration-manifest.js +59 -0
- package/dist/packs/migration-manifest.js.map +1 -0
- package/dist/packs/naic-mdl.d.ts +50 -0
- package/dist/packs/naic-mdl.d.ts.map +1 -0
- package/dist/packs/naic-mdl.js +318 -0
- package/dist/packs/naic-mdl.js.map +1 -0
- package/dist/packs/ncsc-ai-security.d.ts +69 -0
- package/dist/packs/ncsc-ai-security.d.ts.map +1 -0
- package/dist/packs/ncsc-ai-security.js +629 -0
- package/dist/packs/ncsc-ai-security.js.map +1 -0
- package/dist/packs/ncsc-caf.d.ts +62 -0
- package/dist/packs/ncsc-caf.d.ts.map +1 -0
- package/dist/packs/ncsc-caf.js +384 -0
- package/dist/packs/ncsc-caf.js.map +1 -0
- package/dist/packs/nhs-dcb0129-dcb0160.d.ts +85 -0
- package/dist/packs/nhs-dcb0129-dcb0160.d.ts.map +1 -0
- package/dist/packs/nhs-dcb0129-dcb0160.js +473 -0
- package/dist/packs/nhs-dcb0129-dcb0160.js.map +1 -0
- package/dist/packs/nhs-dspt.d.ts +83 -0
- package/dist/packs/nhs-dspt.d.ts.map +1 -0
- package/dist/packs/nhs-dspt.js +437 -0
- package/dist/packs/nhs-dspt.js.map +1 -0
- package/dist/packs/nhs-dtac.d.ts +80 -0
- package/dist/packs/nhs-dtac.d.ts.map +1 -0
- package/dist/packs/nhs-dtac.js +402 -0
- package/dist/packs/nhs-dtac.js.map +1 -0
- package/dist/packs/nhs-psirf.d.ts +74 -0
- package/dist/packs/nhs-psirf.d.ts.map +1 -0
- package/dist/packs/nhs-psirf.js +417 -0
- package/dist/packs/nhs-psirf.js.map +1 -0
- package/dist/packs/ni-equality.d.ts +87 -0
- package/dist/packs/ni-equality.d.ts.map +1 -0
- package/dist/packs/ni-equality.js +439 -0
- package/dist/packs/ni-equality.js.map +1 -0
- package/dist/packs/ni-hscni.d.ts +76 -0
- package/dist/packs/ni-hscni.d.ts.map +1 -0
- package/dist/packs/ni-hscni.js +418 -0
- package/dist/packs/ni-hscni.js.map +1 -0
- package/dist/packs/ni-mental-capacity.d.ts +45 -0
- package/dist/packs/ni-mental-capacity.d.ts.map +1 -0
- package/dist/packs/ni-mental-capacity.js +133 -0
- package/dist/packs/ni-mental-capacity.js.map +1 -0
- package/dist/packs/nice-esf-dht.d.ts +72 -0
- package/dist/packs/nice-esf-dht.d.ts.map +1 -0
- package/dist/packs/nice-esf-dht.js +407 -0
- package/dist/packs/nice-esf-dht.js.map +1 -0
- package/dist/packs/nis2.d.ts +80 -0
- package/dist/packs/nis2.d.ts.map +1 -0
- package/dist/packs/nis2.js +425 -0
- package/dist/packs/nis2.js.map +1 -0
- package/dist/packs/nist-800-53.d.ts +40 -0
- package/dist/packs/nist-800-53.d.ts.map +1 -0
- package/dist/packs/nist-800-53.js +129 -0
- package/dist/packs/nist-800-53.js.map +1 -0
- package/dist/packs/nist-ai-rmf.d.ts +48 -0
- package/dist/packs/nist-ai-rmf.d.ts.map +1 -0
- package/dist/packs/nist-ai-rmf.js +370 -0
- package/dist/packs/nist-ai-rmf.js.map +1 -0
- package/dist/packs/nist-csf.d.ts +41 -0
- package/dist/packs/nist-csf.d.ts.map +1 -0
- package/dist/packs/nist-csf.js +134 -0
- package/dist/packs/nist-csf.js.map +1 -0
- package/dist/packs/nist-sp-800-82.d.ts +127 -0
- package/dist/packs/nist-sp-800-82.d.ts.map +1 -0
- package/dist/packs/nist-sp-800-82.js +724 -0
- package/dist/packs/nist-sp-800-82.js.map +1 -0
- package/dist/packs/nyc-ll-144.d.ts +38 -0
- package/dist/packs/nyc-ll-144.d.ts.map +1 -0
- package/dist/packs/nyc-ll-144.js +291 -0
- package/dist/packs/nyc-ll-144.js.map +1 -0
- package/dist/packs/nydfs500.d.ts +32 -0
- package/dist/packs/nydfs500.d.ts.map +1 -0
- package/dist/packs/nydfs500.js +288 -0
- package/dist/packs/nydfs500.js.map +1 -0
- package/dist/packs/nz-privacy.d.ts +91 -0
- package/dist/packs/nz-privacy.d.ts.map +1 -0
- package/dist/packs/nz-privacy.js +468 -0
- package/dist/packs/nz-privacy.js.map +1 -0
- package/dist/packs/part11.d.ts +31 -0
- package/dist/packs/part11.d.ts.map +1 -0
- package/dist/packs/part11.js +332 -0
- package/dist/packs/part11.js.map +1 -0
- package/dist/packs/part2.d.ts +42 -0
- package/dist/packs/part2.d.ts.map +1 -0
- package/dist/packs/part2.js +358 -0
- package/dist/packs/part2.js.map +1 -0
- package/dist/packs/pcidss.d.ts +72 -0
- package/dist/packs/pcidss.d.ts.map +1 -0
- package/dist/packs/pcidss.js +470 -0
- package/dist/packs/pcidss.js.map +1 -0
- package/dist/packs/pipl.d.ts +31 -0
- package/dist/packs/pipl.d.ts.map +1 -0
- package/dist/packs/pipl.js +208 -0
- package/dist/packs/pipl.js.map +1 -0
- package/dist/packs/reg-e.d.ts +55 -0
- package/dist/packs/reg-e.d.ts.map +1 -0
- package/dist/packs/reg-e.js +362 -0
- package/dist/packs/reg-e.js.map +1 -0
- package/dist/packs/registry-expanded.d.ts +76 -0
- package/dist/packs/registry-expanded.d.ts.map +1 -0
- package/dist/packs/registry-expanded.js +2354 -0
- package/dist/packs/registry-expanded.js.map +1 -0
- package/dist/packs/scotland-awi.d.ts +74 -0
- package/dist/packs/scotland-awi.d.ts.map +1 -0
- package/dist/packs/scotland-awi.js +408 -0
- package/dist/packs/scotland-awi.js.map +1 -0
- package/dist/packs/scotland-procurement-reform.d.ts +40 -0
- package/dist/packs/scotland-procurement-reform.d.ts.map +1 -0
- package/dist/packs/scotland-procurement-reform.js +125 -0
- package/dist/packs/scotland-procurement-reform.js.map +1 -0
- package/dist/packs/scotland-psed.d.ts +67 -0
- package/dist/packs/scotland-psed.d.ts.map +1 -0
- package/dist/packs/scotland-psed.js +372 -0
- package/dist/packs/scotland-psed.js.map +1 -0
- package/dist/packs/sg-model-ai-gov.d.ts +62 -0
- package/dist/packs/sg-model-ai-gov.d.ts.map +1 -0
- package/dist/packs/sg-model-ai-gov.js +396 -0
- package/dist/packs/sg-model-ai-gov.js.map +1 -0
- package/dist/packs/soc1.d.ts +34 -0
- package/dist/packs/soc1.d.ts.map +1 -0
- package/dist/packs/soc1.js +308 -0
- package/dist/packs/soc1.js.map +1 -0
- package/dist/packs/soc2.d.ts +44 -0
- package/dist/packs/soc2.d.ts.map +1 -0
- package/dist/packs/soc2.js +340 -0
- package/dist/packs/soc2.js.map +1 -0
- package/dist/packs/sox404.d.ts +32 -0
- package/dist/packs/sox404.d.ts.map +1 -0
- package/dist/packs/sox404.js +298 -0
- package/dist/packs/sox404.js.map +1 -0
- package/dist/packs/sr117.d.ts +35 -0
- package/dist/packs/sr117.d.ts.map +1 -0
- package/dist/packs/sr117.js +345 -0
- package/dist/packs/sr117.js.map +1 -0
- package/dist/packs/stateramp.d.ts +62 -0
- package/dist/packs/stateramp.d.ts.map +1 -0
- package/dist/packs/stateramp.js +327 -0
- package/dist/packs/stateramp.js.map +1 -0
- package/dist/packs/tennessee-elvis.d.ts +68 -0
- package/dist/packs/tennessee-elvis.d.ts.map +1 -0
- package/dist/packs/tennessee-elvis.js +420 -0
- package/dist/packs/tennessee-elvis.js.map +1 -0
- package/dist/packs/texas-hb4.d.ts +77 -0
- package/dist/packs/texas-hb4.d.ts.map +1 -0
- package/dist/packs/texas-hb4.js +396 -0
- package/dist/packs/texas-hb4.js.map +1 -0
- package/dist/packs/th-pdpa.d.ts +43 -0
- package/dist/packs/th-pdpa.d.ts.map +1 -0
- package/dist/packs/th-pdpa.js +128 -0
- package/dist/packs/th-pdpa.js.map +1 -0
- package/dist/packs/title-ix.d.ts +93 -0
- package/dist/packs/title-ix.d.ts.map +1 -0
- package/dist/packs/title-ix.js +447 -0
- package/dist/packs/title-ix.js.map +1 -0
- package/dist/packs/uk-ai-framework.d.ts +42 -0
- package/dist/packs/uk-ai-framework.d.ts.map +1 -0
- package/dist/packs/uk-ai-framework.js +355 -0
- package/dist/packs/uk-ai-framework.js.map +1 -0
- package/dist/packs/uk-cma-1990.d.ts +75 -0
- package/dist/packs/uk-cma-1990.d.ts.map +1 -0
- package/dist/packs/uk-cma-1990.js +406 -0
- package/dist/packs/uk-cma-1990.js.map +1 -0
- package/dist/packs/uk-equality-act-ai-bias.d.ts +54 -0
- package/dist/packs/uk-equality-act-ai-bias.d.ts.map +1 -0
- package/dist/packs/uk-equality-act-ai-bias.js +684 -0
- package/dist/packs/uk-equality-act-ai-bias.js.map +1 -0
- package/dist/packs/uk-equality-act.d.ts +69 -0
- package/dist/packs/uk-equality-act.d.ts.map +1 -0
- package/dist/packs/uk-equality-act.js +409 -0
- package/dist/packs/uk-equality-act.js.map +1 -0
- package/dist/packs/uk-future-ai-legislation.d.ts +42 -0
- package/dist/packs/uk-future-ai-legislation.d.ts.map +1 -0
- package/dist/packs/uk-future-ai-legislation.js +212 -0
- package/dist/packs/uk-future-ai-legislation.js.map +1 -0
- package/dist/packs/uk-gdpr.d.ts +74 -0
- package/dist/packs/uk-gdpr.d.ts.map +1 -0
- package/dist/packs/uk-gdpr.js +377 -0
- package/dist/packs/uk-gdpr.js.map +1 -0
- package/dist/packs/uk-ico-open-case.d.ts +65 -0
- package/dist/packs/uk-ico-open-case.d.ts.map +1 -0
- package/dist/packs/uk-ico-open-case.js +399 -0
- package/dist/packs/uk-ico-open-case.js.map +1 -0
- package/dist/packs/uk-nis-regs.d.ts +67 -0
- package/dist/packs/uk-nis-regs.d.ts.map +1 -0
- package/dist/packs/uk-nis-regs.js +366 -0
- package/dist/packs/uk-nis-regs.js.map +1 -0
- package/dist/packs/uk-online-safety-act.d.ts +68 -0
- package/dist/packs/uk-online-safety-act.d.ts.map +1 -0
- package/dist/packs/uk-online-safety-act.js +413 -0
- package/dist/packs/uk-online-safety-act.js.map +1 -0
- package/dist/packs/uk-procurement-act.d.ts +81 -0
- package/dist/packs/uk-procurement-act.d.ts.map +1 -0
- package/dist/packs/uk-procurement-act.js +434 -0
- package/dist/packs/uk-procurement-act.js.map +1 -0
- package/dist/packs/us-fda-21cfr56.d.ts +63 -0
- package/dist/packs/us-fda-21cfr56.d.ts.map +1 -0
- package/dist/packs/us-fda-21cfr56.js +367 -0
- package/dist/packs/us-fda-21cfr56.js.map +1 -0
- package/dist/packs/us-nih-coc.d.ts +43 -0
- package/dist/packs/us-nih-coc.d.ts.map +1 -0
- package/dist/packs/us-nih-coc.js +206 -0
- package/dist/packs/us-nih-coc.js.map +1 -0
- package/dist/packs/us-nih-dms.d.ts +43 -0
- package/dist/packs/us-nih-dms.d.ts.map +1 -0
- package/dist/packs/us-nih-dms.js +244 -0
- package/dist/packs/us-nih-dms.js.map +1 -0
- package/dist/packs/us-nih-gds.d.ts +41 -0
- package/dist/packs/us-nih-gds.d.ts.map +1 -0
- package/dist/packs/us-nih-gds.js +358 -0
- package/dist/packs/us-nih-gds.js.map +1 -0
- package/dist/packs/us-nih-it-security.d.ts +40 -0
- package/dist/packs/us-nih-it-security.d.ts.map +1 -0
- package/dist/packs/us-nih-it-security.js +206 -0
- package/dist/packs/us-nih-it-security.js.map +1 -0
- package/dist/packs/us-respa.d.ts +55 -0
- package/dist/packs/us-respa.d.ts.map +1 -0
- package/dist/packs/us-respa.js +364 -0
- package/dist/packs/us-respa.js.map +1 -0
- package/dist/packs/us-tila.d.ts +65 -0
- package/dist/packs/us-tila.d.ts.map +1 -0
- package/dist/packs/us-tila.js +353 -0
- package/dist/packs/us-tila.js.map +1 -0
- package/dist/packs/us-trid.d.ts +62 -0
- package/dist/packs/us-trid.d.ts.map +1 -0
- package/dist/packs/us-trid.js +345 -0
- package/dist/packs/us-trid.js.map +1 -0
- package/dist/packs/utah-ai-policy.d.ts +55 -0
- package/dist/packs/utah-ai-policy.d.ts.map +1 -0
- package/dist/packs/utah-ai-policy.js +340 -0
- package/dist/packs/utah-ai-policy.js.map +1 -0
- package/dist/packs/vn-pdpd.d.ts +40 -0
- package/dist/packs/vn-pdpd.d.ts.map +1 -0
- package/dist/packs/vn-pdpd.js +125 -0
- package/dist/packs/vn-pdpd.js.map +1 -0
- package/dist/packs/wales-future-generations.d.ts +67 -0
- package/dist/packs/wales-future-generations.d.ts.map +1 -0
- package/dist/packs/wales-future-generations.js +396 -0
- package/dist/packs/wales-future-generations.js.map +1 -0
- package/dist/reporting/governance-reporter.d.ts +196 -0
- package/dist/reporting/governance-reporter.d.ts.map +1 -0
- package/dist/reporting/governance-reporter.js +442 -0
- package/dist/reporting/governance-reporter.js.map +1 -0
- package/dist/retention/backup-retention-adapter.d.ts +72 -0
- package/dist/retention/backup-retention-adapter.d.ts.map +1 -0
- package/dist/retention/backup-retention-adapter.js +69 -0
- package/dist/retention/backup-retention-adapter.js.map +1 -0
- package/dist/retention/classification-rules.d.ts +59 -0
- package/dist/retention/classification-rules.d.ts.map +1 -0
- package/dist/retention/classification-rules.js +185 -0
- package/dist/retention/classification-rules.js.map +1 -0
- package/dist/retention/classifier.d.ts +195 -0
- package/dist/retention/classifier.d.ts.map +1 -0
- package/dist/retention/classifier.js +254 -0
- package/dist/retention/classifier.js.map +1 -0
- package/dist/retention/data-class.d.ts +70 -0
- package/dist/retention/data-class.d.ts.map +1 -0
- package/dist/retention/data-class.js +47 -0
- package/dist/retention/data-class.js.map +1 -0
- package/dist/retention/enforcement-log-store.d.ts +121 -0
- package/dist/retention/enforcement-log-store.d.ts.map +1 -0
- package/dist/retention/enforcement-log-store.js +183 -0
- package/dist/retention/enforcement-log-store.js.map +1 -0
- package/dist/retention/index.d.ts +31 -0
- package/dist/retention/index.d.ts.map +1 -0
- package/dist/retention/index.js +67 -0
- package/dist/retention/index.js.map +1 -0
- package/dist/retention/ingest-classifier.d.ts +126 -0
- package/dist/retention/ingest-classifier.d.ts.map +1 -0
- package/dist/retention/ingest-classifier.js +130 -0
- package/dist/retention/ingest-classifier.js.map +1 -0
- package/dist/retention/legal-hold-errors.d.ts +57 -0
- package/dist/retention/legal-hold-errors.d.ts.map +1 -0
- package/dist/retention/legal-hold-errors.js +99 -0
- package/dist/retention/legal-hold-errors.js.map +1 -0
- package/dist/retention/legal-hold-store.d.ts +191 -0
- package/dist/retention/legal-hold-store.d.ts.map +1 -0
- package/dist/retention/legal-hold-store.js +432 -0
- package/dist/retention/legal-hold-store.js.map +1 -0
- package/dist/retention/legal-hold.d.ts +122 -0
- package/dist/retention/legal-hold.d.ts.map +1 -0
- package/dist/retention/legal-hold.js +18 -0
- package/dist/retention/legal-hold.js.map +1 -0
- package/dist/retention/log-aggregators/datadog.d.ts +53 -0
- package/dist/retention/log-aggregators/datadog.d.ts.map +1 -0
- package/dist/retention/log-aggregators/datadog.js +157 -0
- package/dist/retention/log-aggregators/datadog.js.map +1 -0
- package/dist/retention/log-aggregators/index.d.ts +14 -0
- package/dist/retention/log-aggregators/index.d.ts.map +1 -0
- package/dist/retention/log-aggregators/index.js +18 -0
- package/dist/retention/log-aggregators/index.js.map +1 -0
- package/dist/retention/log-aggregators/log-aggregator.d.ts +62 -0
- package/dist/retention/log-aggregators/log-aggregator.d.ts.map +1 -0
- package/dist/retention/log-aggregators/log-aggregator.js +21 -0
- package/dist/retention/log-aggregators/log-aggregator.js.map +1 -0
- package/dist/retention/log-aggregators/noop.d.ts +23 -0
- package/dist/retention/log-aggregators/noop.d.ts.map +1 -0
- package/dist/retention/log-aggregators/noop.js +30 -0
- package/dist/retention/log-aggregators/noop.js.map +1 -0
- package/dist/retention/log-aggregators/sentinel.d.ts +75 -0
- package/dist/retention/log-aggregators/sentinel.d.ts.map +1 -0
- package/dist/retention/log-aggregators/sentinel.js +220 -0
- package/dist/retention/log-aggregators/sentinel.js.map +1 -0
- package/dist/retention/log-aggregators/splunk.d.ts +58 -0
- package/dist/retention/log-aggregators/splunk.d.ts.map +1 -0
- package/dist/retention/log-aggregators/splunk.js +151 -0
- package/dist/retention/log-aggregators/splunk.js.map +1 -0
- package/dist/retention/policy-matrix-errors.d.ts +80 -0
- package/dist/retention/policy-matrix-errors.d.ts.map +1 -0
- package/dist/retention/policy-matrix-errors.js +134 -0
- package/dist/retention/policy-matrix-errors.js.map +1 -0
- package/dist/retention/policy-matrix.d.ts +263 -0
- package/dist/retention/policy-matrix.d.ts.map +1 -0
- package/dist/retention/policy-matrix.js +584 -0
- package/dist/retention/policy-matrix.js.map +1 -0
- package/dist/scanner/gap-report.d.ts +108 -0
- package/dist/scanner/gap-report.d.ts.map +1 -0
- package/dist/scanner/gap-report.js +337 -0
- package/dist/scanner/gap-report.js.map +1 -0
- package/dist/scanner/index.d.ts +98 -0
- package/dist/scanner/index.d.ts.map +1 -0
- package/dist/scanner/index.js +453 -0
- package/dist/scanner/index.js.map +1 -0
- package/dist/scanner/manifest-integrity.d.ts +44 -0
- package/dist/scanner/manifest-integrity.d.ts.map +1 -0
- package/dist/scanner/manifest-integrity.js +155 -0
- package/dist/scanner/manifest-integrity.js.map +1 -0
- package/dist/scanner/remediation.d.ts +72 -0
- package/dist/scanner/remediation.d.ts.map +1 -0
- package/dist/scanner/remediation.js +292 -0
- package/dist/scanner/remediation.js.map +1 -0
- package/dist/security/access-review.d.ts +122 -0
- package/dist/security/access-review.d.ts.map +1 -0
- package/dist/security/access-review.js +272 -0
- package/dist/security/access-review.js.map +1 -0
- package/dist/security/agent-auth.d.ts +92 -0
- package/dist/security/agent-auth.d.ts.map +1 -0
- package/dist/security/agent-auth.js +290 -0
- package/dist/security/agent-auth.js.map +1 -0
- package/dist/security/anomaly-auto-suspend.d.ts +226 -0
- package/dist/security/anomaly-auto-suspend.d.ts.map +1 -0
- package/dist/security/anomaly-auto-suspend.js +384 -0
- package/dist/security/anomaly-auto-suspend.js.map +1 -0
- package/dist/security/anomaly-correlator.d.ts +66 -0
- package/dist/security/anomaly-correlator.d.ts.map +1 -0
- package/dist/security/anomaly-correlator.js +316 -0
- package/dist/security/anomaly-correlator.js.map +1 -0
- package/dist/security/anomaly-detector.d.ts +137 -0
- package/dist/security/anomaly-detector.d.ts.map +1 -0
- package/dist/security/anomaly-detector.js +298 -0
- package/dist/security/anomaly-detector.js.map +1 -0
- package/dist/security/anomaly-self-reflection.d.ts +168 -0
- package/dist/security/anomaly-self-reflection.d.ts.map +1 -0
- package/dist/security/anomaly-self-reflection.js +331 -0
- package/dist/security/anomaly-self-reflection.js.map +1 -0
- package/dist/security/built-in-llm-providers.d.ts +50 -0
- package/dist/security/built-in-llm-providers.d.ts.map +1 -0
- package/dist/security/built-in-llm-providers.js +83 -0
- package/dist/security/built-in-llm-providers.js.map +1 -0
- package/dist/security/circuit-breaker.d.ts +62 -0
- package/dist/security/circuit-breaker.d.ts.map +1 -0
- package/dist/security/circuit-breaker.js +183 -0
- package/dist/security/circuit-breaker.js.map +1 -0
- package/dist/security/data-classifier.d.ts +139 -0
- package/dist/security/data-classifier.d.ts.map +1 -0
- package/dist/security/data-classifier.js +483 -0
- package/dist/security/data-classifier.js.map +1 -0
- package/dist/security/encrypted-storage.d.ts +80 -0
- package/dist/security/encrypted-storage.d.ts.map +1 -0
- package/dist/security/encrypted-storage.js +257 -0
- package/dist/security/encrypted-storage.js.map +1 -0
- package/dist/security/encryption-layer.d.ts +115 -0
- package/dist/security/encryption-layer.d.ts.map +1 -0
- package/dist/security/encryption-layer.js +374 -0
- package/dist/security/encryption-layer.js.map +1 -0
- package/dist/security/external-cross-check.d.ts +206 -0
- package/dist/security/external-cross-check.d.ts.map +1 -0
- package/dist/security/external-cross-check.js +490 -0
- package/dist/security/external-cross-check.js.map +1 -0
- package/dist/security/hash-manifest.d.ts +70 -0
- package/dist/security/hash-manifest.d.ts.map +1 -0
- package/dist/security/hash-manifest.js +266 -0
- package/dist/security/hash-manifest.js.map +1 -0
- package/dist/security/http-interceptor.d.ts +262 -0
- package/dist/security/http-interceptor.d.ts.map +1 -0
- package/dist/security/http-interceptor.js +637 -0
- package/dist/security/http-interceptor.js.map +1 -0
- package/dist/security/key-manager.d.ts +111 -0
- package/dist/security/key-manager.d.ts.map +1 -0
- package/dist/security/key-manager.js +326 -0
- package/dist/security/key-manager.js.map +1 -0
- package/dist/security/nonce-store.d.ts +48 -0
- package/dist/security/nonce-store.d.ts.map +1 -0
- package/dist/security/nonce-store.js +170 -0
- package/dist/security/nonce-store.js.map +1 -0
- package/dist/security/operator-roles.d.ts +100 -0
- package/dist/security/operator-roles.d.ts.map +1 -0
- package/dist/security/operator-roles.js +278 -0
- package/dist/security/operator-roles.js.map +1 -0
- package/dist/security/plugin-integrity.d.ts +99 -0
- package/dist/security/plugin-integrity.d.ts.map +1 -0
- package/dist/security/plugin-integrity.js +194 -0
- package/dist/security/plugin-integrity.js.map +1 -0
- package/dist/security/prompt-injection-detector.d.ts +81 -0
- package/dist/security/prompt-injection-detector.d.ts.map +1 -0
- package/dist/security/prompt-injection-detector.js +505 -0
- package/dist/security/prompt-injection-detector.js.map +1 -0
- package/dist/security/provider-compliance-boot.d.ts +64 -0
- package/dist/security/provider-compliance-boot.d.ts.map +1 -0
- package/dist/security/provider-compliance-boot.js +105 -0
- package/dist/security/provider-compliance-boot.js.map +1 -0
- package/dist/security/provider-compliance.d.ts +261 -0
- package/dist/security/provider-compliance.d.ts.map +1 -0
- package/dist/security/provider-compliance.js +711 -0
- package/dist/security/provider-compliance.js.map +1 -0
- package/dist/security/secret-leak-detector.d.ts +59 -0
- package/dist/security/secret-leak-detector.d.ts.map +1 -0
- package/dist/security/secret-leak-detector.js +180 -0
- package/dist/security/secret-leak-detector.js.map +1 -0
- package/dist/security/session-timeout.d.ts +107 -0
- package/dist/security/session-timeout.d.ts.map +1 -0
- package/dist/security/session-timeout.js +291 -0
- package/dist/security/session-timeout.js.map +1 -0
- package/dist/security/ssrf-guard.d.ts +45 -0
- package/dist/security/ssrf-guard.d.ts.map +1 -0
- package/dist/security/ssrf-guard.js +263 -0
- package/dist/security/ssrf-guard.js.map +1 -0
- package/dist/security/supply-chain.d.ts +99 -0
- package/dist/security/supply-chain.d.ts.map +1 -0
- package/dist/security/supply-chain.js +320 -0
- package/dist/security/supply-chain.js.map +1 -0
- package/dist/security/vendor-registry.d.ts +111 -0
- package/dist/security/vendor-registry.d.ts.map +1 -0
- package/dist/security/vendor-registry.js +293 -0
- package/dist/security/vendor-registry.js.map +1 -0
- package/dist/tenant/index.d.ts +14 -0
- package/dist/tenant/index.d.ts.map +1 -0
- package/dist/tenant/index.js +32 -0
- package/dist/tenant/index.js.map +1 -0
- package/dist/tenant/policy-inheritance.d.ts +112 -0
- package/dist/tenant/policy-inheritance.d.ts.map +1 -0
- package/dist/tenant/policy-inheritance.js +382 -0
- package/dist/tenant/policy-inheritance.js.map +1 -0
- package/dist/tenant/rbac.d.ts +65 -0
- package/dist/tenant/rbac.d.ts.map +1 -0
- package/dist/tenant/rbac.js +185 -0
- package/dist/tenant/rbac.js.map +1 -0
- package/dist/tenant/workspace.d.ts +111 -0
- package/dist/tenant/workspace.d.ts.map +1 -0
- package/dist/tenant/workspace.js +315 -0
- package/dist/tenant/workspace.js.map +1 -0
- package/dist/trust-passport/index.d.ts +106 -0
- package/dist/trust-passport/index.d.ts.map +1 -0
- package/dist/trust-passport/index.js +123 -0
- package/dist/trust-passport/index.js.map +1 -0
- package/dist/util/async-io.d.ts +57 -0
- package/dist/util/async-io.d.ts.map +1 -0
- package/dist/util/async-io.js +209 -0
- package/dist/util/async-io.js.map +1 -0
- package/dist/util/fs.d.ts +84 -0
- package/dist/util/fs.d.ts.map +1 -0
- package/dist/util/fs.js +211 -0
- package/dist/util/fs.js.map +1 -0
- package/dist/util/log-rotation.d.ts +55 -0
- package/dist/util/log-rotation.d.ts.map +1 -0
- package/dist/util/log-rotation.js +212 -0
- package/dist/util/log-rotation.js.map +1 -0
- package/dist/util/log.d.ts +35 -0
- package/dist/util/log.d.ts.map +1 -0
- package/dist/util/log.js +115 -0
- package/dist/util/log.js.map +1 -0
- package/dist/util/sigv4.d.ts +73 -0
- package/dist/util/sigv4.d.ts.map +1 -0
- package/dist/util/sigv4.js +155 -0
- package/dist/util/sigv4.js.map +1 -0
- package/dist/util/storage-backend.d.ts +69 -0
- package/dist/util/storage-backend.d.ts.map +1 -0
- package/dist/util/storage-backend.js +204 -0
- package/dist/util/storage-backend.js.map +1 -0
- package/package.json +144 -0
- package/src/hooks/audit-dir-picker.sh +70 -0
- package/src/hooks/audit-logger.sh +325 -0
- package/src/hooks/cost-budget-gate.sh +74 -0
- package/src/hooks/destructive-command-guard.sh +200 -0
- package/src/hooks/file-boundary-guard.sh +159 -0
- package/src/hooks/file-change-tracker.sh +78 -0
- package/src/hooks/governance-file-shield.sh +102 -0
- package/src/hooks/governance-integrity-check.sh +109 -0
- package/src/hooks/hook-health-monitor.sh +189 -0
- package/src/hooks/hook-utils.sh +51 -0
- package/src/hooks/hook-wrapper.sh +77 -0
- package/src/hooks/install-hooks.sh +162 -0
- package/src/hooks/output-exfiltration-scanner.sh +112 -0
- package/src/hooks/powershell/audit-dir-picker.ps1 +72 -0
- package/src/hooks/powershell/audit-logger.ps1 +75 -0
- package/src/hooks/powershell/cost-budget-gate.ps1 +61 -0
- package/src/hooks/powershell/destructive-command-guard.ps1 +67 -0
- package/src/hooks/powershell/file-boundary-guard.ps1 +76 -0
- package/src/hooks/powershell/file-change-tracker.ps1 +74 -0
- package/src/hooks/powershell/governance-file-shield.ps1 +86 -0
- package/src/hooks/powershell/governance-integrity-check.ps1 +101 -0
- package/src/hooks/powershell/hook-health-monitor.ps1 +153 -0
- package/src/hooks/powershell/hook-utils.ps1 +44 -0
- package/src/hooks/powershell/hook-wrapper.ps1 +67 -0
- package/src/hooks/powershell/install-hooks.ps1 +142 -0
- package/src/hooks/powershell/output-exfiltration-scanner.ps1 +85 -0
- package/src/hooks/powershell/secret-leak-scanner.ps1 +105 -0
- package/src/hooks/powershell/token-tracker.ps1 +83 -0
- package/src/hooks/powershell/web-access-gate.ps1 +89 -0
- package/src/hooks/secret-leak-scanner.sh +293 -0
- package/src/hooks/token-tracker.sh +89 -0
- package/src/hooks/web-access-gate.sh +123 -0
|
@@ -0,0 +1,2354 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Expanded Compliance Pack Registry
|
|
4
|
+
*
|
|
5
|
+
* Defines all compliance frameworks that My Compliance Center supports or plans to support.
|
|
6
|
+
* Organized by vertical: Fintech, Healthcare, Pharma, Legal, Retail, AI-Specific.
|
|
7
|
+
*
|
|
8
|
+
* Pack counts (updated 2026-05-12, reconciliation per F-NEW-CLAIM-MARKETING-DRIFT-2026-05-12 DRIFT-6):
|
|
9
|
+
* - ACTIVE: 143 fully implemented packs
|
|
10
|
+
* - PLANNED: 0
|
|
11
|
+
*
|
|
12
|
+
* The 143 figure is verified two independent ways and they agree:
|
|
13
|
+
* (a) strict-regex per-line count `grep -cE "^\s+status: 'ACTIVE',\s*$"` against
|
|
14
|
+
* this file = 143
|
|
15
|
+
* (b) individual pack source files under `src/packs/` minus 5 helpers
|
|
16
|
+
* (_base-classifiers, check-registry, index, migration-manifest,
|
|
17
|
+
* registry-expanded) = 143
|
|
18
|
+
* `build-inventory.mjs` uses (b) as the marketing-facing canonical
|
|
19
|
+
* `sourceFileCount` and that count flows to `site/v2/data/inventory.json`.
|
|
20
|
+
*
|
|
21
|
+
* 2026-05-12 additions vs the 2026-05-10 inventory snapshot (10 packs):
|
|
22
|
+
* - Industrial / OT: iec-62443, nist-sp-800-82
|
|
23
|
+
* - Aerospace: as-9100, do-178c
|
|
24
|
+
* - Automotive: iso-26262
|
|
25
|
+
* - Medical device: iec-62304, iso-15189, iso-iec-80001,
|
|
26
|
+
* fda-21-cfr-820, fda-samd-precert
|
|
27
|
+
*
|
|
28
|
+
* NOTE: This file's ACTIVE_PACKS array is the documentary registry used by
|
|
29
|
+
* getPackSummary() / getPacksByStatus(). The runtime source of truth is
|
|
30
|
+
* src/packs/index.ts (PackRegistry + individual pack files). If these diverge,
|
|
31
|
+
* src/packs/index.ts wins. Consider a future cleanup pass to remove this file
|
|
32
|
+
* and derive the summary directly from the runtime registry (Pax backlog item).
|
|
33
|
+
*
|
|
34
|
+
* Status levels:
|
|
35
|
+
* - ACTIVE: Fully implemented pack with controls and validation
|
|
36
|
+
* - PLANNED: Defined and scoped, ready for implementation
|
|
37
|
+
* - RESEARCH: Framework analyzed, pack spec in progress
|
|
38
|
+
*
|
|
39
|
+
* Priority levels:
|
|
40
|
+
* - P0: Must-have for target vertical launch
|
|
41
|
+
* - P1: High value, implement within 2 sprints of vertical launch
|
|
42
|
+
* - P2: Nice-to-have, implement based on customer demand
|
|
43
|
+
*
|
|
44
|
+
* @connexum/ai-governance
|
|
45
|
+
*/
|
|
46
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
47
|
+
exports.ALL_COMPLIANCE_PACKS = void 0;
|
|
48
|
+
exports.getPacksByVertical = getPacksByVertical;
|
|
49
|
+
exports.getPacksByStatus = getPacksByStatus;
|
|
50
|
+
exports.getPacksByPriority = getPacksByPriority;
|
|
51
|
+
exports.getPackSummary = getPackSummary;
|
|
52
|
+
// ---------------------------------------------------------------------------
|
|
53
|
+
// ACTIVE PACKS (already implemented in src/packs/)
|
|
54
|
+
// ---------------------------------------------------------------------------
|
|
55
|
+
const ACTIVE_PACKS = [
|
|
56
|
+
{
|
|
57
|
+
id: 'hipaa',
|
|
58
|
+
name: 'Health Insurance Portability and Accountability Act',
|
|
59
|
+
shortName: 'HIPAA',
|
|
60
|
+
vertical: 'Healthcare',
|
|
61
|
+
jurisdiction: 'US',
|
|
62
|
+
status: 'ACTIVE',
|
|
63
|
+
priority: 'P0',
|
|
64
|
+
description: 'PHI detection, access audit trails, encryption requirements, BAA tracking, breach notification (60-day)',
|
|
65
|
+
keyRequirements: ['PHI safeguards', 'Access controls', 'Encryption', 'BAA management', 'Breach notification'],
|
|
66
|
+
aiRelevance: 'AI agents processing PHI must enforce minimum necessary, audit all access, encrypt data at rest and in transit',
|
|
67
|
+
controlCount: 18,
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
id: 'soc2',
|
|
71
|
+
name: 'SOC 2 Type II',
|
|
72
|
+
shortName: 'SOC 2',
|
|
73
|
+
vertical: 'Cross-Industry',
|
|
74
|
+
jurisdiction: 'US',
|
|
75
|
+
status: 'ACTIVE',
|
|
76
|
+
priority: 'P0',
|
|
77
|
+
description: 'Access controls, audit logging, change management, incident response',
|
|
78
|
+
keyRequirements: ['Trust Service Criteria', 'Access management', 'Monitoring', 'Change control', 'Incident response'],
|
|
79
|
+
aiRelevance: 'AI systems must demonstrate continuous operational controls across all Trust Service Criteria',
|
|
80
|
+
controlCount: 15,
|
|
81
|
+
},
|
|
82
|
+
// ---- Medical device QSR pack (FDA 21 CFR Part 820 + QMSR final rule) ----
|
|
83
|
+
{
|
|
84
|
+
id: 'fda-21-cfr-820',
|
|
85
|
+
name: 'FDA 21 CFR Part 820 — Quality System Regulation (QSR / QMSR)',
|
|
86
|
+
shortName: 'FDA QSR',
|
|
87
|
+
vertical: 'Healthcare',
|
|
88
|
+
jurisdiction: 'US',
|
|
89
|
+
status: 'ACTIVE',
|
|
90
|
+
priority: 'P0',
|
|
91
|
+
description: 'FDA 21 CFR Part 820 — Quality System Regulation governing medical device design, production, and post-market surveillance for devices marketed in the United States. The 2024 Quality Management System Regulation (QMSR) final rule incorporates ISO 13485:2016 by reference, replacing many former QSR-specific clauses while preserving 820.30 (Design Controls), 820.180 (Records), 820.198 (Complaint Files), and the MDR 21 CFR Part 803 5-day reporting clock. Mandatory for any device marketed in the US under 510(k), De Novo, PMA, or HDE pathways.',
|
|
92
|
+
keyRequirements: ['Design History File (DHF) per device under 820.30(j)', 'Device Master Record (DMR) per device under 820.181', 'Device History Record (DHR) per production unit under 820.184', 'CAPA system under 820.100 + closure documentation', 'MDR 5-day adverse-event reporting (21 CFR 803.10/.20)', 'Document control + design change review (820.40 + 820.30(i))', 'Management review at planned intervals (820.20)', 'Design V&V before commercial distribution (820.30(g))', 'Purchasing controls + supplier qualification (820.50)', 'Complaint files + investigation (820.198)', 'Nonconforming product handling (820.90)', 'Production + process controls (820.70)', 'Device traceability for implantable + life-sustaining (820.65)', 'Records retention (typically design lifetime + 2 years; complaints + DHR per device specs)'],
|
|
93
|
+
aiRelevance: 'AI agents touching medical device software must respect Design History File integrity (DHF entries are tamper-evident), the MDR 5-day clock for adverse events, the CAPA initiation gate for nonconformances, and the design change review board (DCR) gate for any modification to a marketed device. AI-generated design changes default to BLOCK pending human design review per 820.30(i). Pairs with FDA SaMD pack and IEC 62304 for software-life-cycle overlay.',
|
|
94
|
+
controlCount: 19,
|
|
95
|
+
},
|
|
96
|
+
// ---- Medical device software life cycle pack (IEC 62304) ----
|
|
97
|
+
{
|
|
98
|
+
id: 'iec-62304',
|
|
99
|
+
name: 'IEC 62304 — Medical Device Software Life Cycle Processes',
|
|
100
|
+
shortName: 'IEC 62304',
|
|
101
|
+
vertical: 'Healthcare',
|
|
102
|
+
jurisdiction: 'International',
|
|
103
|
+
status: 'ACTIVE',
|
|
104
|
+
priority: 'P0',
|
|
105
|
+
description: 'IEC 62304 — international standard for medical device software life cycle processes. Three software safety classes (A: no injury possible; B: non-serious injury possible; C: serious injury or death possible) drive process intensity. Required by FDA recognized consensus standards database for SaMD submissions, by EU MDR (Annex I §17.2 + Annex II) for software components of medical devices, and by EMA software guidance. Pairs with FDA 21 CFR Part 820 (US QSR/QMSR) and ISO 13485 (international QMS).',
|
|
106
|
+
keyRequirements: ['Software safety class (A/B/C) assignment with rationale', 'SOUP (Software Of Unknown Provenance) inventory + evaluation + errata monitoring', 'Class B + C development plan, requirements analysis, architecture', 'Class C unit verification evidence', 'Integration + system testing per class', 'Software release attestation + records (Annex C)', 'Configuration management + anomaly resolution', 'Class C SOUP introduction approval gate', 'Maintenance plan + post-release problem reports'],
|
|
107
|
+
aiRelevance: 'AI agents touching medical device software must respect the software safety class. Class C unverified changes trigger immediate escalation. Class B anomaly closure requires approval-queue gate. SOUP introduction by AI defaults to BLOCK pending evaluation evidence. Pairs with FDA 21 CFR 820 (US QSR overlay) and FDA SaMD pack (intended-use level overlay).',
|
|
108
|
+
controlCount: 15,
|
|
109
|
+
},
|
|
110
|
+
// ---- IEC 62443 industrial control systems / OT cybersecurity pack ----
|
|
111
|
+
{
|
|
112
|
+
id: 'iec-62443',
|
|
113
|
+
name: 'IEC 62443 — Industrial Automation and Control Systems Security',
|
|
114
|
+
shortName: 'IEC 62443',
|
|
115
|
+
vertical: 'Industrial / OT',
|
|
116
|
+
jurisdiction: 'International',
|
|
117
|
+
status: 'ACTIVE',
|
|
118
|
+
priority: 'P0',
|
|
119
|
+
description: 'IEC 62443 (formerly ISA-99) — international multi-part cybersecurity standard family for Industrial Automation and Control Systems (IACS). 14 published parts covering asset owners (62443-2-1 CSMS), service providers (62443-2-4), system design (62443-3-2 zone/conduit + SL assignment; 62443-3-3 system controls), and product suppliers (62443-4-1 SDL; 62443-4-2 component requirements). Four Security Levels (SL 1: casual — SL 4: nation-state/Stuxnet-class). 7 Foundational Requirements (FR1-FR7) mapped to validators. 7-year retention (NIS2 OES baseline). 24h NIS2 + sectoral incident notification.',
|
|
120
|
+
keyRequirements: ['Security Level Target (SL 1-4) assignment per zone/conduit with risk rationale', 'Zone and conduit model per IEC 62443-3-2 §5.5', 'CSMS (Cyber Security Management System) per IEC 62443-2-1', 'FR1 Identification & Authentication Control (SR 1.x)', 'FR2 Use Control (SR 2.x)', 'FR3 System Integrity (SR 3.x)', 'FR4 Data Confidentiality (SR 4.x)', 'FR5 Restricted Data Flow / zone segmentation (SR 5.x)', 'FR6 Timely Response to Events (SR 6.x)', 'FR7 Resource Availability (SR 7.x)', 'Secure Development Lifecycle per IEC 62443-4-1', 'Component security requirements per IEC 62443-4-2', 'Patch management per IEC 62443-2-3', 'SL 3/4 behavioral validator for unverified-change escalation'],
|
|
121
|
+
aiRelevance: 'AI agents generating or modifying IACS software or configuration must declare Security Level. SL 4 unverified changes are blocked; SL 3 triggers immediate escalation. AI code generation in OT environments requires supply-chain evaluation for OT-specific impacts. PRC providers blocked for NIS2 OES data sovereignty compliance.',
|
|
122
|
+
controlCount: 15,
|
|
123
|
+
},
|
|
124
|
+
// ---- NIST SP 800-82 US federal operational technology security pack ----
|
|
125
|
+
{
|
|
126
|
+
id: 'nist-sp-800-82',
|
|
127
|
+
name: 'NIST SP 800-82 Rev 3 — Operational Technology Security',
|
|
128
|
+
shortName: 'NIST SP 800-82',
|
|
129
|
+
vertical: 'Industrial / OT',
|
|
130
|
+
jurisdiction: 'US Federal',
|
|
131
|
+
status: 'ACTIVE',
|
|
132
|
+
priority: 'P0',
|
|
133
|
+
description: 'NIST SP 800-82 Rev 3 (September 2023) — US federal guide for securing OT environments (ICS, SCADA, DCS, PLC, RTU, building automation, transportation, IIoT). OT-specific overlay on NIST SP 800-53 Rev 5 controls. Three FIPS 199 impact levels (LOW / MODERATE / HIGH; defaults MODERATE). Purdue model segmentation (Levels 0-5 + industrial DMZ). Safety-Instrumented System (SIS) protection per §5.7 + IEC 61511. 8 NIST 800-53 control families: AC, AU, CM, CP, IR, SC, SI, SR. 7-year retention (FISMA + SP 800-92). 24h CISA + EO 14028 incident notification. Mandatory for US federal OT via FISMA + FAR/DFARS.',
|
|
134
|
+
keyRequirements: ['FIPS 199 impact level (LOW/MODERATE/HIGH) assignment per OT system/zone', 'Purdue model network segmentation (Levels 0-5 + industrial DMZ Level 3.5)', 'OT cybersecurity program per §3 (charter, roles, workforce training)', 'Risk management per §4 + SP 800-30 + SP 800-39', 'AC controls (SP 800-53): RBAC, least privilege, MFA for remote OT access', 'AU controls (SP 800-53): audit logging, centralized SIEM, 7-year retention', 'CM controls (SP 800-53): OT baseline configs, formal change control', 'CP controls (SP 800-53): OT contingency plan, backup, tested annually', 'IR controls (SP 800-53): OT IR plan, 24h CISA reporting, CIRCIA integration', 'SC controls (SP 800-53): Purdue segmentation, industrial DMZ, encrypted OT comms', 'SI controls (SP 800-53): malware protection, integrity verification, ICS-CERT monitoring', 'SR controls (SP 800-53): OT SBOM (EO 14028), supplier risk assessment, CMMC', 'Safety-Instrumented System (SIS) isolation per §5.7 + IEC 61511', 'HIGH impact behavioral validator for unverified-change CRITICAL escalation'],
|
|
135
|
+
aiRelevance: 'AI agents generating or modifying OT software or configuration must declare FIPS 199 impact level. HIGH impact unverified changes are blocked; SIS modifications are an absolute block. AI code generation in OT environments requires supply-chain evaluation (EO 14028 SBOM) before acceptance. PRC providers blocked for US federal OT sovereignty compliance (FISMA + CMMC + EO 14028). Sister to IEC 62443 (international); run together for US-multinational customers.',
|
|
136
|
+
controlCount: 15,
|
|
137
|
+
},
|
|
138
|
+
// ---- AS9100D / AS9110C / AS9120B aerospace quality management systems pack ----
|
|
139
|
+
{
|
|
140
|
+
id: 'as-9100',
|
|
141
|
+
name: 'AS9100D / AS9110C / AS9120B — Aerospace Quality Management Systems',
|
|
142
|
+
shortName: 'AS9100',
|
|
143
|
+
vertical: 'Aerospace',
|
|
144
|
+
jurisdiction: 'International',
|
|
145
|
+
status: 'ACTIVE',
|
|
146
|
+
priority: 'P0',
|
|
147
|
+
description: 'AS9100D / AS9110C / AS9120B (2016, aligned to ISO 9001:2015) — aerospace QMS standard family published by SAE International + IAQG. AS9100D for manufacturing, AS9110C for MRO, AS9120B for distribution. Required by Boeing, Airbus, Lockheed Martin, Northrop Grumman, Raytheon, BAE Systems, Embraer, Bombardier, Honeywell, Pratt & Whitney, GE Aerospace. Recognized by FAA Order 8100.16, EASA Part 21G + 21J, Transport Canada, JCAB, ANAC. Aerospace-specific additions to ISO 9001:2015: §5.1.1.1 Product Safety Policy, §8.1.4 Counterfeit Parts Prevention, §8.1.2 Configuration Management, §8.5.1.2 Special Processes (NADCAP), §8.5.4 FOD Prevention, §9.1.1 OTD + Product Conformity metrics. 18-year airworthiness retention. 24h FAA SDR + EASA Part 21J reporting. Sister to DO-178C (avionics software — run together for software-bearing LRUs).',
|
|
148
|
+
keyRequirements: ['Product Safety Policy per §5.1.1.1 (mandatory written policy + training — no ISO 9001:2015 equivalent)', 'Counterfeit Parts Prevention plan per §8.1.4 (ASL + quarantine + ERAI/GIDEP reporting)', 'Configuration Management baseline per §8.1.2 (CM baseline + change control + CM records)', 'Special Processes per §8.5.1.2 (NADCAP accreditation — heat treat, weld, NDT, composites, plating)', 'FOD Prevention program per §8.5.4 (plan + training + inspections + event reporting)', 'Risk + Opportunity Management per §6.1 (FMEA/FTA mandatory per §6.1.2.1)', 'Design + Development Controls per §8.3 (FAI per AS9102; design change per §8.3.6)', 'Purchasing Controls per §8.4 (ASL enforcement + customer-approved sources + incoming inspection)', 'Product Realisation per §8.5 (controlled conditions + travellers + SPC where required)', 'Identification + Traceability per §8.5.2 (serialized / lot-controlled for aviation-safety parts)', 'Customer + External Property per §8.5.3 (CFE/CFM + ITAR/EAR IP protection)', 'Post-Delivery Support per §8.5.5 (airworthiness data + warranty + field surveillance)', 'On-Time Delivery + Product Conformity metrics per §9.1.1 (OTD + first-pass yield + PPM escapes)', 'CAPA per §10.2 (RCA + effectiveness verification + safety-impact escalation + FAA SDR / EASA Part 21J)', 'Behavioral validator: counterfeit-parts-detected immediate CRITICAL escalation'],
|
|
149
|
+
aiRelevance: 'AI agents generating aerospace QMS records must disclose provenance for FAA/EASA airworthiness accountability. Counterfeit-parts-detected is an absolute CRITICAL block. AI-generated configuration changes require CM lead + design authority approval before proceeding. Safety-impacting CAPA requires product safety officer + DER/CVE liaison review. PRC providers blocked for ITAR + EAR + FAA Order 8100.16 + EASA Part 21J supply-chain compliance. Sister to DO-178C — run together for software-bearing LRUs.',
|
|
150
|
+
controlCount: 15,
|
|
151
|
+
},
|
|
152
|
+
// ---- FDA Software Pre-Cert + SaMD TPLC + AI/ML Action Plan pack ----
|
|
153
|
+
{
|
|
154
|
+
id: 'fda-samd-precert',
|
|
155
|
+
name: 'FDA Software Pre-Cert + SaMD TPLC + AI/ML Action Plan',
|
|
156
|
+
shortName: 'FDA SaMD Pre-Cert',
|
|
157
|
+
vertical: 'Medical Device / SaMD',
|
|
158
|
+
jurisdiction: 'US (FDA)',
|
|
159
|
+
status: 'ACTIVE',
|
|
160
|
+
priority: 'P0',
|
|
161
|
+
description: 'FDA Software Pre-Certification (Pre-Cert) Pilot Program (2017–2022) principles + ongoing FDA Total Product Lifecycle (TPLC) approach + AI/ML SaMD Action Plan (2021) + Pre-Determined Change Control Plan (PCCP) Guidance (2024). Five Pre-Cert Excellence Principles: (1) Patient Safety, (2) Product Quality (ISO 13485 + IEC 62304), (3) Clinical Responsibility (IMDRF N41 clinical evaluation), (4) Cybersecurity Responsibility (FDA Premarket Cybersecurity Guidance 2023, SBOM, VEX, PATCH Act §524B), (5) Proactive Culture. Algorithm Change Protocol (ACP) for bounded AI/ML changes. IMDRF SaMD risk categorization (Category I–IV). CRITICAL behavioral validator for out-of-PCCP-bounds change immediate-escalation. 30-year life-of-device retention. 5-day FDA MDR notification (21 CFR 803). PRC providers blocked.',
|
|
162
|
+
keyRequirements: ['IMDRF SaMD risk categorization (Category I–IV) per N12 (2014)', 'Patient Safety Excellence Principle 1: risk management + MDR signal detection + 5-day escalation', 'Product Quality Excellence Principle 2: QMS per ISO 13485 + IEC 62304 software lifecycle', 'Clinical Responsibility Principle 3: clinical evaluation per IMDRF N41 (2017) + intended-use scoping', 'Cybersecurity Responsibility Principle 4: SBOM + VEX + PATCH Act §524B + FDA Cybersecurity Guidance (2023)', 'Proactive Culture Principle 5: CAPA + RCA + FDA transparency + Q-Sub engagement', 'TPLC monitoring: post-market monitoring plan + real-world performance tracking', 'Real-World Performance (RWP): metrics, thresholds, drift detection, performance reports', 'FDA AI/ML Action Plan alignment (2021): GMLP 10 principles + transparency + RWP + regulatory science', 'PCCP change control (2024 guidance): modification protocol + development protocols + performance evaluation', 'Algorithm Change Protocol (ACP): bounded change envelope + change log + performance evidence', 'Clinical evaluation per IMDRF N41: analytical validation + clinical validation + CER', 'Intended-use scoping: medical purpose + patient population + clinical setting + out-of-scope definition', 'Post-market signal detection: Sentinel Initiative principles + signal thresholds + MDR escalation path', 'Behavioral validator: out-of-PCCP-bounds change — absolute CRITICAL block, no compensating control path'],
|
|
163
|
+
aiRelevance: 'AI agents generating SaMD clinical outputs, model updates, or PCCP-governed changes must be assessed against the pre-cleared PCCP modification envelope before deployment. Out-of-PCCP-bounds changes are an absolute CRITICAL block. AI-generated clinical evaluation content requires clinical evaluation officer attestation. Category IV SaMD AI outputs require human-in-loop review. PRC providers blocked: FDA Pre-Cert cybersecurity-responsibility provisions incompatible with PRC CSL/DSL data localisation obligations. Sister packs: FDA 21 CFR 820 (QMSR), IEC 62304, ISO 13485, ISO 14971, HIPAA.',
|
|
164
|
+
controlCount: 15,
|
|
165
|
+
},
|
|
166
|
+
// ---- ISO 15189:2022 Medical Laboratory Quality and Competence pack ----
|
|
167
|
+
{
|
|
168
|
+
id: 'iso-15189',
|
|
169
|
+
name: 'ISO 15189:2022 Medical Laboratory Quality and Competence',
|
|
170
|
+
shortName: 'ISO 15189',
|
|
171
|
+
vertical: 'Medical Laboratory / Clinical Diagnostics',
|
|
172
|
+
jurisdiction: 'International (CAP / UKAS / DAkkS / ANAB / A2LA + CMS/CLIA US-aligned)',
|
|
173
|
+
status: 'ACTIVE',
|
|
174
|
+
priority: 'P0',
|
|
175
|
+
description: 'ISO 15189:2022 (4th edition) — international standard for quality and competence in medical laboratories. Recognized by CAP, UKAS, DAkkS, COLA, ANAB, A2LA, DANAK, COFRAC, NATA, and all ILAC MRA signatories. CMS/CLIA-aligned via CAP deemed-status programme for US high-complexity labs. 8 main clauses: §4 General requirements (impartiality + confidentiality), §5 Structural requirements (legal entity + lab director), §6 Resource requirements (personnel, facilities, equipment, reagents, service agreements), §7 Process requirements (pre-examination, examination, post-examination, reporting, interpretation), §8 Management system (Option A: ISO 9001 QMS alignment; Option B: ISO 15189-internal QMS). Annex A: risk management (ISO 14971 + ISO 22367). Annex B: patient safety + ethics. Annex C: examiner competence. CRITICAL behavioral validator for IQC-out-of-control immediate-escalation — absolute block, no patient results released. 20-year patient-record retention (7300 days). 72h CAP/CLIA event-reporting baseline. PRC providers blocked.',
|
|
176
|
+
keyRequirements: ['Impartiality policy per §4.1 (conflicts of interest + commercial pressure management)', 'Confidentiality controls per §4.2 (PHI protection + HIPAA BAA + GDPR Art. 9 alignment)', 'Lab Director responsibility per §5.1 (CLIA-qualified director + management accountability)', 'Personnel competence per §6.2 + Annex C (initial + ongoing assessment + lab-director authorisation)', 'Equipment calibration + metrological traceability per §6.4.9 (SI traceability chain + calibration records)', 'Reagents + consumables management per §6.5 (receipt inspection + lot verification + expiry management)', 'Pre-examination process per §7.2 (request + patient preparation + sample collection + reception criteria)', 'Examination validation per §7.3.2 (in-house procedures: AMR, precision, trueness, interference, uncertainty)', 'Examination verification per §7.3.3 (commercially-supplied: precision, trueness, reference interval verification)', 'Internal Quality Control per §7.3.7 (Westgard rules + IQC policy: BLOCK patient results when OOC)', 'External Proficiency Testing per §7.3.4 (CAP PT / RCPA QAP / UKNEQAS + corrective action)', 'Result reporting per §7.4 (authorised release + critical value notification + amended report traceability)', 'Post-examination + clinical interpretation per §7.5 + Annex C (pathologist review + AI disclosure)', 'Risk management per Annex A (ISO 14971 + ISO 22367 for lab processes including AI-introduced risks)', 'Behavioral validator: IQC-out-of-control — absolute CRITICAL block, no compensating control path'],
|
|
177
|
+
aiRelevance: 'AI agents assisting with examination interpretation (Annex C), IQC rule application (§7.3.7), or QMS documentation (§8) must disclose AI provenance and route outputs through clinical-pathologist + lab-director review before patient release. IQC-out-of-control is an absolute CRITICAL block — no AI bypass permitted. AI-generated examination procedures require full validation per §7.3.2. PRC providers blocked: ISO 15189 §4.2 confidentiality requirements for clinical laboratory PHI are incompatible with PRC data localisation law (CSL/DSL/PIPL). Pack pairings: HIPAA (US PHI), GDPR (EU patient data), CLIA/CAP (US regulatory + accreditation), ISO 22870 (POCT), ISO 17025 (general lab competence).',
|
|
178
|
+
controlCount: 15,
|
|
179
|
+
},
|
|
180
|
+
// ---- ISO/IEC 80001 Medical IT Network Risk Management pack ----
|
|
181
|
+
{
|
|
182
|
+
id: 'iso-iec-80001',
|
|
183
|
+
name: 'ISO/IEC 80001 Medical IT Network Risk Management',
|
|
184
|
+
shortName: 'ISO/IEC 80001',
|
|
185
|
+
vertical: 'Hospital IT / Medical Device Networks',
|
|
186
|
+
jurisdiction: 'International (FDA / MHRA / Health Canada / TGA / NIS2 health sector)',
|
|
187
|
+
status: 'ACTIVE',
|
|
188
|
+
priority: 'P0',
|
|
189
|
+
description: 'ISO/IEC 80001 multipart family — risk management for IT-networks incorporating medical devices. Distinct from IEC 62304 (medical-device SOFTWARE development) — 80001 governs DEPLOYMENT, OPERATION, and MAINTENANCE of medical devices on hospital/health-system IT networks. Multipart: 80001-1:2021 (general principles + risk management process), 80001-2-1:2012 (step-by-step risk management), 80001-2-2:2012 (security capabilities — SECURE/MDS2 template), 80001-2-3:2012 (wireless networks), 80001-2-5:2014 (distributed alarm systems). Three KEY PROPERTIES per §4.2: (1) SAFETY — no patient harm from network-mediated failure; (2) EFFECTIVENESS — medical purpose still achieved; (3) DATA + SYSTEM SECURITY — integrity, availability, confidentiality of clinical data + system function. Every device added to network → formal risk assessment on all three KEY PROPERTIES → residual risk documentation → operational lifecycle monitoring. Designated Medical IT-Network Risk Manager (MITN-RM) per §5. Responsibility Agreements per §6. CRITICAL behavioral validator for key-property-impact detected — immediate escalation. 20-year patient-record retention (7300 days). 72h cross-jurisdictional incident notification. PRC providers blocked.',
|
|
190
|
+
keyRequirements: ['KEY PROPERTY: SAFETY — no patient harm from network-mediated failure (§4.2.1)', 'KEY PROPERTY: EFFECTIVENESS — medical purpose still achieved on network (§4.2.2)', 'KEY PROPERTY: DATA + SYSTEM SECURITY — integrity, availability, confidentiality of clinical data (§4.2.3)', 'Designated Medical IT-Network Risk Manager (MITN-RM) per §5 with documented authority', 'Responsibility Agreements per §6 (RO + device manufacturer + IT operator)', 'Step-by-step risk management per 80001-2-1 (hazard identification + risk estimation + control)', 'Medical device inventory per §7 (device ID, network ID, clinical context, risk status)', 'Network change management per §8 (pre-change risk assessment, MITN-RM approval gate, NO unilateral changes)', 'Incident management per §9 (incident classification, manufacturer notification, key property impact resolution)', 'Monitoring + event handling per §9 + 80001-2-2 §6 (continuous three KEY PROPERTIES monitoring)', 'Security capabilities communication per 80001-2-2 (MDS2/SECURE template per device)', 'Wireless network controls per 80001-2-3 (RF site survey, SSID/VLAN segmentation, roaming)', 'Distributed alarm systems per 80001-2-5 (alarm delivery risk, redundancy, end-to-end testing)', 'ISO 14971 alignment per §4.4 (network-mediated risks linked to device-intrinsic risk files)', 'Behavioral validator: key-property-impact detected — absolute CRITICAL block on network changes'],
|
|
191
|
+
aiRelevance: 'AI agents operating on or monitoring medical IT networks must enforce immediate key-property-impact escalation with NO compensating control path. KEY PROPERTY SAFETY impact is an absolute CRITICAL block on all network change operations until formally resolved by MITN-RM + patient-safety-officer attestation. AI-generated network risk assessments require MITN-RM + biomedical-engineering-lead review before any risk management decision. AI-assisted distributed alarm monitoring must disclose model provenance to patient-safety-officer. PRC providers blocked: ISO/IEC 80001-2-2 security-capabilities requirements for clinical IT networks handling PHI are incompatible with PRC data localisation law (CSL/DSL/PIPL). Pack pairings: IEC 62304 (device software dev), FDA 21 CFR 820 (QSR), ISO 14971 (device risk), ISO 27799 (health informatics security), HIPAA, GDPR, NIST SP 800-66, NIST SP 800-82.',
|
|
192
|
+
controlCount: 15,
|
|
193
|
+
},
|
|
194
|
+
// ---- ISO 26262 automotive functional safety pack ----
|
|
195
|
+
{
|
|
196
|
+
id: 'iso-26262',
|
|
197
|
+
name: 'ISO 26262 — Automotive Functional Safety',
|
|
198
|
+
shortName: 'ISO 26262',
|
|
199
|
+
vertical: 'Automotive',
|
|
200
|
+
jurisdiction: 'International',
|
|
201
|
+
status: 'ACTIVE',
|
|
202
|
+
priority: 'P0',
|
|
203
|
+
description: 'ISO 26262:2018 — international standard for functional safety of E/E systems in road vehicles. Five ASIL levels (D: maximum — steering/braking/airbag; C: adaptive cruise / eCall; B: lane-keep / TPMS; A: lighting / climate; QM: outside functional safety scope). Validators cover HARA + item definition + functional + technical safety concepts, software safety requirements + architecture + unit verification (ASIL D: MC/DC mandatory), ASIL decomposition, FMEA/FTA, tool confidence level (TCL), configuration + change management. 20-year vehicle-lifetime retention. 30-day NHTSA defect notification.',
|
|
204
|
+
keyRequirements: ['ASIL (A/B/C/D/QM) classification with HARA rationale (S × E × C)', 'Item definition per ISO 26262-3 §5', 'Hazard Analysis and Risk Assessment (HARA) per ISO 26262-3 §6', 'Functional safety concept (FSC) + FSR per ISO 26262-3 §7', 'Technical safety concept (TSC) + TSR per ISO 26262-4 §6', 'Software safety requirements (SSR) per ISO 26262-6 §6', 'Software architectural design per ISO 26262-6 §7', 'ASIL D unit verification + MC/DC at 100% per ISO 26262-6 §9 Table 12', 'ASIL decomposition rules per ISO 26262-9 §5', 'FMEA + fault-tree analysis per ISO 26262-9 §8', 'Tool Confidence Level (TCL) classification per ISO 26262-8 §11', 'Configuration + change management per ISO 26262-8 §7+§8'],
|
|
205
|
+
aiRelevance: 'AI agents generating or modifying safety-critical automotive E/E software must declare ASIL. ASIL D unverified changes are blocked; ASIL C triggers immediate escalation. ASIL D requires MC/DC coverage at 100%. AI code generation tools must be TCL-classified (typically TCL 2 or TCL 3 for ASIL B/C/D). PRC providers blocked for UNECE WP.29 / EU type-approval data-handling compliance.',
|
|
206
|
+
controlCount: 15,
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
id: 'gdpr',
|
|
210
|
+
name: 'General Data Protection Regulation',
|
|
211
|
+
shortName: 'GDPR',
|
|
212
|
+
vertical: 'Cross-Industry',
|
|
213
|
+
jurisdiction: 'EU',
|
|
214
|
+
status: 'ACTIVE',
|
|
215
|
+
priority: 'P0',
|
|
216
|
+
description: 'Data subject rights (Art. 15-22), PII classification, retention policies, 72-hour breach notification',
|
|
217
|
+
keyRequirements: ['Lawful basis', 'Data subject rights', 'DPO', 'DPIA', 'Breach notification'],
|
|
218
|
+
aiRelevance: 'AI processing personal data must implement Art. 22 automated decision-making safeguards, DPIAs for high-risk processing',
|
|
219
|
+
controlCount: 14,
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
id: 'pci-dss',
|
|
223
|
+
name: 'Payment Card Industry Data Security Standard',
|
|
224
|
+
shortName: 'PCI DSS',
|
|
225
|
+
vertical: 'Fintech',
|
|
226
|
+
jurisdiction: 'Global',
|
|
227
|
+
status: 'ACTIVE',
|
|
228
|
+
priority: 'P0',
|
|
229
|
+
description: 'PAN detection, encryption validation, access restrictions, transaction audit',
|
|
230
|
+
keyRequirements: ['Network security', 'Data protection', 'Vulnerability management', 'Access control', 'Monitoring'],
|
|
231
|
+
aiRelevance: 'AI accessing cardholder data must enforce PCI scope isolation, encryption, and transaction logging',
|
|
232
|
+
controlCount: 12,
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
id: 'eu-ai-act',
|
|
236
|
+
name: 'EU AI Act',
|
|
237
|
+
shortName: 'EU AI Act',
|
|
238
|
+
vertical: 'Cross-Industry',
|
|
239
|
+
jurisdiction: 'EU',
|
|
240
|
+
status: 'ACTIVE',
|
|
241
|
+
priority: 'P0',
|
|
242
|
+
description: 'Risk classification, prohibited practices, transparency obligations, post-market monitoring',
|
|
243
|
+
keyRequirements: ['Risk classification', 'Prohibited practices', 'Transparency', 'Human oversight', 'Post-market monitoring'],
|
|
244
|
+
aiRelevance: 'Core AI governance regulation. Mandatory for any AI system deployed in or serving EU markets',
|
|
245
|
+
controlCount: 16,
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
id: 'iso27001',
|
|
249
|
+
name: 'ISO/IEC 27001',
|
|
250
|
+
shortName: 'ISO 27001',
|
|
251
|
+
vertical: 'Cross-Industry',
|
|
252
|
+
jurisdiction: 'Global',
|
|
253
|
+
status: 'ACTIVE',
|
|
254
|
+
priority: 'P0',
|
|
255
|
+
description: 'Information security controls, risk assessment, access management, incident handling',
|
|
256
|
+
keyRequirements: ['ISMS', 'Risk assessment', 'Access controls', 'Incident management', 'Business continuity'],
|
|
257
|
+
aiRelevance: 'AI systems must be within ISMS scope with controls for data handling, access, and incident response',
|
|
258
|
+
controlCount: 14,
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
id: 'dora',
|
|
262
|
+
name: 'Digital Operational Resilience Act',
|
|
263
|
+
shortName: 'DORA',
|
|
264
|
+
vertical: 'Fintech',
|
|
265
|
+
jurisdiction: 'EU',
|
|
266
|
+
status: 'ACTIVE',
|
|
267
|
+
priority: 'P0',
|
|
268
|
+
description: 'ICT risk management, incident reporting (4-hour), resilience testing, third-party oversight',
|
|
269
|
+
keyRequirements: ['ICT risk management', 'Incident reporting', 'Resilience testing', 'Third-party oversight'],
|
|
270
|
+
aiRelevance: 'AI as critical ICT service must meet resilience testing, 4-hour incident reporting, third-party risk management',
|
|
271
|
+
controlCount: 10,
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
id: 'nist_ai_rmf',
|
|
275
|
+
name: 'NIST AI Risk Management Framework',
|
|
276
|
+
shortName: 'NIST AI RMF',
|
|
277
|
+
vertical: 'Cross-Industry',
|
|
278
|
+
jurisdiction: 'US',
|
|
279
|
+
status: 'ACTIVE',
|
|
280
|
+
priority: 'P0',
|
|
281
|
+
description: 'AI risk management, governance, mapping, measurement, management functions',
|
|
282
|
+
keyRequirements: ['GOVERN', 'MAP', 'MEASURE', 'MANAGE'],
|
|
283
|
+
aiRelevance: 'Primary US federal AI risk framework. Referenced in executive orders and agency guidance',
|
|
284
|
+
controlCount: 12,
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
id: 'iso_42001',
|
|
288
|
+
name: 'ISO/IEC 42001',
|
|
289
|
+
shortName: 'ISO 42001',
|
|
290
|
+
vertical: 'Cross-Industry',
|
|
291
|
+
jurisdiction: 'Global',
|
|
292
|
+
status: 'ACTIVE',
|
|
293
|
+
priority: 'P0',
|
|
294
|
+
description: 'AI management systems, responsible AI, organizational AI governance',
|
|
295
|
+
keyRequirements: ['AIMS', 'AI policy', 'Risk management', 'Performance evaluation', 'Improvement'],
|
|
296
|
+
aiRelevance: 'Certification standard for AI management systems. Growing adoption alongside ISO 27001',
|
|
297
|
+
controlCount: 10,
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
id: 'soc1',
|
|
301
|
+
name: 'SOC 1 / SSAE 18',
|
|
302
|
+
shortName: 'SOC 1',
|
|
303
|
+
vertical: 'Cross-Industry',
|
|
304
|
+
jurisdiction: 'US (ISAE 3402 international equivalent)',
|
|
305
|
+
status: 'ACTIVE',
|
|
306
|
+
priority: 'P0',
|
|
307
|
+
description: 'Service Organisation Control over Internal Control over Financial Reporting (ICFR). Applies when service organisation controls affect user entities financial statements.',
|
|
308
|
+
keyRequirements: [
|
|
309
|
+
'Change management',
|
|
310
|
+
'Segregation of duties',
|
|
311
|
+
'ITGC access provisioning',
|
|
312
|
+
'Data integrity (hash chain)',
|
|
313
|
+
'Sub-service organisation disclosure',
|
|
314
|
+
'CUEC register',
|
|
315
|
+
'Control testing evidence',
|
|
316
|
+
],
|
|
317
|
+
aiRelevance: 'AI systems processing payroll, transactions, revenue recognition, or other financial data must enforce change gating, segregation of duties, and tamper-evident audit trails. Sub-service organisations (LLM providers) must be registered under inclusive or carve-out method.',
|
|
318
|
+
controlCount: 9,
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
id: 'ccpa',
|
|
322
|
+
name: 'CCPA / CPRA',
|
|
323
|
+
shortName: 'CCPA/CPRA',
|
|
324
|
+
vertical: 'Cross-Industry',
|
|
325
|
+
jurisdiction: 'US (California)',
|
|
326
|
+
status: 'ACTIVE',
|
|
327
|
+
priority: 'P0',
|
|
328
|
+
description: 'California Consumer Privacy Act / California Privacy Rights Act including 2024-2026 CPPA rulemaking on ADMT, cybersecurity audits, risk assessments, SB 362 universal delete, and AB 2013 generative-AI training-data transparency.',
|
|
329
|
+
keyRequirements: [
|
|
330
|
+
'Notice at collection',
|
|
331
|
+
'Right to Know / Delete / Correct / Opt-Out / Limit SPI / Opt-Out ADMT',
|
|
332
|
+
'SPI handling restriction',
|
|
333
|
+
'Service provider / contractor / third-party contract clauses',
|
|
334
|
+
'Annual cybersecurity audit',
|
|
335
|
+
'Risk assessment for high-risk processing',
|
|
336
|
+
'Global Privacy Control (GPC) honour',
|
|
337
|
+
'Generative-AI training data transparency (AB 2013)',
|
|
338
|
+
],
|
|
339
|
+
aiRelevance: 'AI agents that process PI of California consumers must support ADMT opt-out for significant decisions, honour GPC and sale/sharing opt-out, restrict SPI use to disclosed purposes, respect the 45-day consumer request deadline, and participate in universal delete mechanism if a data broker. Generative-AI providers available in California must document training-data provenance from Jan 2026.',
|
|
340
|
+
controlCount: 11,
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
id: 'hitech',
|
|
344
|
+
name: 'HITECH Act',
|
|
345
|
+
shortName: 'HITECH',
|
|
346
|
+
vertical: 'Healthcare',
|
|
347
|
+
jurisdiction: 'US',
|
|
348
|
+
status: 'ACTIVE',
|
|
349
|
+
priority: 'P0',
|
|
350
|
+
description: 'HITECH Act (2009) as amended by the HIPAA Omnibus Rule (2013) and HR 7898 Safe Harbor Law (2021). Always activates alongside HIPAA.',
|
|
351
|
+
keyRequirements: [
|
|
352
|
+
'60-day breach notification (individuals + HHS; 500+ records also media)',
|
|
353
|
+
'Annual HHS small-breach report by 1 March',
|
|
354
|
+
'BA chain tracking (BA subcontractors need BAAs too)',
|
|
355
|
+
'Tiered penalty classification (Tier 1-4)',
|
|
356
|
+
'Recognised-security-practices attestation (HR 7898 Safe Harbor)',
|
|
357
|
+
'Sale of PHI authorisation gating',
|
|
358
|
+
'Marketing use of PHI authorisation gating',
|
|
359
|
+
'OCR audit-readiness bundle export',
|
|
360
|
+
],
|
|
361
|
+
aiRelevance: 'AI agents handling PHI as Business Associates (or subcontractors of BAs) are directly liable under HITECH. Breaches of unsecured PHI trigger the 60-day clock; evidence of recognised security practices (NIST CSF, HITRUST, HICP 405(d)) for 12+ months mitigates HHS enforcement outcomes under HR 7898.',
|
|
362
|
+
controlCount: 11,
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
id: 'glba',
|
|
366
|
+
name: 'Gramm-Leach-Bliley Act',
|
|
367
|
+
shortName: 'GLBA',
|
|
368
|
+
vertical: 'Fintech',
|
|
369
|
+
jurisdiction: 'US',
|
|
370
|
+
status: 'ACTIVE',
|
|
371
|
+
priority: 'P0',
|
|
372
|
+
description: 'GLBA compliance with the 2021 Safeguards Rule amendment (WISP, MFA, qualified individual, encryption, service-provider oversight) and the 2024 Notice of Security Event rule (30-day FTC notification for 500+ consumer events).',
|
|
373
|
+
keyRequirements: [
|
|
374
|
+
'Written Information Security Program (WISP)',
|
|
375
|
+
'Qualified individual designated',
|
|
376
|
+
'Written risk assessment',
|
|
377
|
+
'Encryption at rest and in transit',
|
|
378
|
+
'MFA on every agent accessing consumer info',
|
|
379
|
+
'Annual penetration test + semiannual vuln scan (or continuous monitoring)',
|
|
380
|
+
'Service provider oversight with contractual safeguards',
|
|
381
|
+
'Initial + annual privacy notice with opt-out',
|
|
382
|
+
'30-day FTC notification for 500+ consumer events',
|
|
383
|
+
'Annual board report from qualified individual',
|
|
384
|
+
],
|
|
385
|
+
aiRelevance: 'AI agents at financial institutions handling consumer NPI must enforce MFA on every agent access, encrypt NPI at rest and in transit, block sharing to non-affiliated third parties without opt-out, gate service providers by contractual safeguards, and escalate pretexting attempts. 2024 rule adds 30-day FTC notification for events affecting 500+ consumers.',
|
|
386
|
+
controlCount: 12,
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
id: 'aba',
|
|
390
|
+
name: 'ABA Model Rules (Opinion 512)',
|
|
391
|
+
shortName: 'ABA Model Rules',
|
|
392
|
+
vertical: 'Legal',
|
|
393
|
+
jurisdiction: 'US (state bar adoption varies)',
|
|
394
|
+
status: 'ACTIVE',
|
|
395
|
+
priority: 'P0',
|
|
396
|
+
description: 'ABA Model Rules of Professional Conduct for generative AI, anchored by ABA Formal Opinion 512 (July 2024). Covers competence, confidentiality, supervision, communication, candor, conflicts, UPL, fees, and marketing for lawyers using AI.',
|
|
397
|
+
keyRequirements: [
|
|
398
|
+
'Cite-check on AI-drafted court filings',
|
|
399
|
+
'Confidentiality gate (block privileged to training / retaining providers)',
|
|
400
|
+
'Supervising lawyer per agent',
|
|
401
|
+
'Human review on court filings',
|
|
402
|
+
'Client informed consent',
|
|
403
|
+
'Per-matter isolation + conflict check',
|
|
404
|
+
'UPL / jurisdiction scope enforcement',
|
|
405
|
+
'Fee reasonableness review for AI time entries',
|
|
406
|
+
'AI-marketing truthfulness review',
|
|
407
|
+
'Vendor zero-retention + zero-training-on-inputs',
|
|
408
|
+
],
|
|
409
|
+
aiRelevance: 'Law firms using AI agents must enforce confidentiality protection for privileged client data, have a supervising lawyer for each agent, require human-lawyer review on any court filing drafted with AI, verify vendor terms preclude training on inputs, and track client informed consent. Hallucinated citations expose attorneys to Rule 3.3, Rule 11, and 28 USC 1927 sanctions.',
|
|
410
|
+
controlCount: 10,
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
id: 'ftc5',
|
|
414
|
+
name: 'FTC Act §5',
|
|
415
|
+
shortName: 'FTC §5',
|
|
416
|
+
vertical: 'Cross-Industry',
|
|
417
|
+
jurisdiction: 'US',
|
|
418
|
+
status: 'ACTIVE',
|
|
419
|
+
priority: 'P0',
|
|
420
|
+
description: 'FTC Act Section 5 (15 USC 45) framework for unfair or deceptive AI practices, including Operation AI Comply (2024), 16 CFR Part 465 fake-review rule, algorithmic disgorgement, and COPPA-intersecting under-13 protections.',
|
|
421
|
+
keyRequirements: [
|
|
422
|
+
'Claim substantiation registry',
|
|
423
|
+
'Fake / AI-generated review prohibition',
|
|
424
|
+
'AI-generation disclosure on synthetic content and endorsements',
|
|
425
|
+
'Dark pattern UX block',
|
|
426
|
+
'Chatbot fraud detection',
|
|
427
|
+
'Under-13 age gate + VPC',
|
|
428
|
+
'Data minimisation',
|
|
429
|
+
'Algorithmic disgorgement readiness (training-data provenance + deletion capability)',
|
|
430
|
+
'Disparate impact monitoring',
|
|
431
|
+
'AI-washing label evidence',
|
|
432
|
+
],
|
|
433
|
+
aiRelevance: 'Any AI interacting with US consumers is subject to FTC §5. Unsubstantiated AI claims, fake AI-generated reviews, undisclosed synthetic endorsements, chatbot fraud scripts, under-13 data collection, and dark-pattern UX all create §5 exposure. The FTC uses algorithmic disgorgement (delete the model + delete the data) as a structural remedy.',
|
|
434
|
+
controlCount: 10,
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
id: 'sr11-7',
|
|
438
|
+
name: 'SR 11-7 Model Risk Management',
|
|
439
|
+
shortName: 'SR 11-7',
|
|
440
|
+
vertical: 'Fintech',
|
|
441
|
+
jurisdiction: 'US',
|
|
442
|
+
status: 'ACTIVE',
|
|
443
|
+
priority: 'P0',
|
|
444
|
+
description: 'Federal Reserve SR 11-7 / OCC 2011-12 / FDIC FIL-22-2017 Model Risk Management, reinforced by 2024 interagency AI/ML supervisory guidance. Three pillars: robust development, independent validation, governance controls.',
|
|
445
|
+
keyRequirements: [
|
|
446
|
+
'Enterprise model inventory',
|
|
447
|
+
'Validation independence (developer != validator)',
|
|
448
|
+
'Tier-based validation cadence (CRITICAL/HIGH monthly, MEDIUM quarterly, LOW annually)',
|
|
449
|
+
'Challenger/benchmark models for CRITICAL tier',
|
|
450
|
+
'Ongoing drift monitoring',
|
|
451
|
+
'Retirement enforcement',
|
|
452
|
+
'Documentation (assumptions, limitations, intended use, data ranges)',
|
|
453
|
+
'Material-change revalidation',
|
|
454
|
+
'Enterprise governance reporting',
|
|
455
|
+
],
|
|
456
|
+
aiRelevance: '2024 interagency AI/ML supervisory statements treat every AI/ML system in banking decisions as a "model" under SR 11-7. Credit scoring, fraud detection, pricing, capital, reserves, stress testing, and AML transaction monitoring AI all trigger MRM obligations.',
|
|
457
|
+
controlCount: 10,
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
id: 'part11',
|
|
461
|
+
name: '21 CFR Part 11',
|
|
462
|
+
shortName: 'Part 11',
|
|
463
|
+
vertical: 'Pharmaceutical',
|
|
464
|
+
jurisdiction: 'US (FDA); EU Annex 11 equivalent',
|
|
465
|
+
status: 'ACTIVE',
|
|
466
|
+
priority: 'P0',
|
|
467
|
+
description: '21 CFR Part 11 Electronic Records and Electronic Signatures for FDA-regulated predicate records, under 2003 Scope & Application Guidance, EU Annex 11 alignment, and 2024 FDA GenAI guidance for clinical records. Enforces ALCOA+ data integrity.',
|
|
468
|
+
keyRequirements: [
|
|
469
|
+
'Validation (IQ/OQ/PQ) before regulated-record creation',
|
|
470
|
+
'Qualified e-signature on every record modification',
|
|
471
|
+
'Append-only audit trail (no delete, no modify)',
|
|
472
|
+
'Authority-to-sign matrix',
|
|
473
|
+
'Signature bound to record hash',
|
|
474
|
+
'NTP-synced timestamps',
|
|
475
|
+
'AI provenance for AI-generated content',
|
|
476
|
+
'Contemporaneous capture (no backdating)',
|
|
477
|
+
'Event sequencing',
|
|
478
|
+
'Predicate-rule retention',
|
|
479
|
+
'ALCOA+ principles',
|
|
480
|
+
],
|
|
481
|
+
aiRelevance: 'AI agents in pharma / biotech / med device / lab / CRO / clinical trial environments that create, modify, or transmit records required by an FDA predicate rule must meet Part 11. The 2024 FDA GenAI guidance adds provenance requirements for AI-generated content in regulated records.',
|
|
482
|
+
controlCount: 11,
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
id: 'sox404',
|
|
486
|
+
name: 'SOX 404',
|
|
487
|
+
shortName: 'SOX 404',
|
|
488
|
+
vertical: 'Fintech',
|
|
489
|
+
jurisdiction: 'US',
|
|
490
|
+
status: 'ACTIVE',
|
|
491
|
+
priority: 'P1',
|
|
492
|
+
description: 'Sarbanes-Oxley §404 Internal Control over Financial Reporting (ICFR) under SEC Rule 13a-15/15d-15, PCAOB AS 2201, and COSO 2013. Includes 2024-2026 PCAOB focus on AI/ML in financial reporting.',
|
|
493
|
+
keyRequirements: [
|
|
494
|
+
'Annual §404(a) management ICFR assessment',
|
|
495
|
+
'AI model control-inventory mapping',
|
|
496
|
+
'Material-change reassessment',
|
|
497
|
+
'Segregation of duties',
|
|
498
|
+
'Human review of AI output hitting GL',
|
|
499
|
+
'Deficiency classification + remediation',
|
|
500
|
+
'Quarterly control testing cadence',
|
|
501
|
+
'Complete change management log',
|
|
502
|
+
'CUEC register from SOC 1 reports',
|
|
503
|
+
'IT General Controls matrix',
|
|
504
|
+
],
|
|
505
|
+
aiRelevance: 'Any AI/ML system producing or influencing a figure that lands in the consolidated financial statements triggers SOX 404. PCAOB 2024-2026 focus requires documented controls around model design, validation, and ongoing monitoring of AI-involved financial processes.',
|
|
506
|
+
controlCount: 10,
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
id: 'bsa-aml',
|
|
510
|
+
name: 'BSA / AML',
|
|
511
|
+
shortName: 'BSA/AML',
|
|
512
|
+
vertical: 'Fintech',
|
|
513
|
+
jurisdiction: 'US',
|
|
514
|
+
status: 'ACTIVE',
|
|
515
|
+
priority: 'P1',
|
|
516
|
+
description: 'Bank Secrecy Act / Anti-Money Laundering compliance: CIP, CDD (2016 Rule), SAR / CTR reporting, OFAC sanctions, Corporate Transparency Act BOI reporting, five-pillar AML program. Reinforced by 2023-2026 FinCEN AI/ML guidance.',
|
|
517
|
+
keyRequirements: [
|
|
518
|
+
'Customer Identification Program',
|
|
519
|
+
'Customer Due Diligence + Beneficial Ownership',
|
|
520
|
+
'OFAC sanctions screening',
|
|
521
|
+
'30-day SAR filing',
|
|
522
|
+
'$10K CTR filing',
|
|
523
|
+
'BSA officer designation',
|
|
524
|
+
'Annual training',
|
|
525
|
+
'Annual independent testing',
|
|
526
|
+
'Corporate Transparency Act BOI reporting',
|
|
527
|
+
'AI explainability for SAR narrative',
|
|
528
|
+
'AML bias monitoring',
|
|
529
|
+
],
|
|
530
|
+
aiRelevance: 'AI transaction monitoring must be explainable for SAR narratives, must avoid disparate impact in risk scoring, and must integrate with OFAC screening. Model governance aligns with SR 11-7.',
|
|
531
|
+
controlCount: 11,
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
id: 'nydfs500',
|
|
535
|
+
name: 'NY DFS 23 NYCRR Part 500',
|
|
536
|
+
shortName: 'NY DFS 500',
|
|
537
|
+
vertical: 'Fintech',
|
|
538
|
+
jurisdiction: 'US (New York)',
|
|
539
|
+
status: 'ACTIVE',
|
|
540
|
+
priority: 'P1',
|
|
541
|
+
description: 'NY DFS Cybersecurity Regulation 23 NYCRR Part 500 with Second Amendment (Nov 2023, phased April 2025). Class A tier, 72-hour cyber event notice, 24-hour ransomware notice, CISO board reporting, MFA expansion, AI-specific risk assessment.',
|
|
542
|
+
keyRequirements: [
|
|
543
|
+
'CISO designation + annual board report',
|
|
544
|
+
'MFA on privileged + remote access',
|
|
545
|
+
'Encryption of NPI',
|
|
546
|
+
'72-hour cybersecurity event notification',
|
|
547
|
+
'24-hour ransomware payment notification',
|
|
548
|
+
'Annual risk assessment',
|
|
549
|
+
'Annual pentest + bi-annual vuln scan',
|
|
550
|
+
'Third-party service provider policy',
|
|
551
|
+
'Asset inventory + EOL tracking',
|
|
552
|
+
'AI-specific risk assessment',
|
|
553
|
+
'Cybersecurity training',
|
|
554
|
+
],
|
|
555
|
+
aiRelevance: 'AI systems at NY-DFS-covered entities must undergo AI-specific risk assessment (2023 amendment) and feed into the cybersecurity event clock. CISO board reporting now must cover AI-specific risks.',
|
|
556
|
+
controlCount: 11,
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
id: 'cfpb-2023-03',
|
|
560
|
+
name: 'CFPB Circular 2023-03',
|
|
561
|
+
shortName: 'CFPB 2023-03',
|
|
562
|
+
vertical: 'Fintech',
|
|
563
|
+
jurisdiction: 'US',
|
|
564
|
+
status: 'ACTIVE',
|
|
565
|
+
priority: 'P1',
|
|
566
|
+
description: 'CFPB Circular 2023-03 adverse action requirements for AI / complex algorithms in credit decisions. Interprets ECOA §701 + Regulation B (12 CFR 1002); supplemented by CFPB 2024 Advisory Opinion.',
|
|
567
|
+
keyRequirements: [
|
|
568
|
+
'30-day adverse action notification',
|
|
569
|
+
'Specific principal-factor reasons (no generic rationale)',
|
|
570
|
+
'Creditor-level documentation of vendor scoring',
|
|
571
|
+
'Regulation B sample-form code validation',
|
|
572
|
+
'Reason-derivation methodology per model',
|
|
573
|
+
'ECOA anti-discrimination monitoring',
|
|
574
|
+
'Conflicting reason code detection',
|
|
575
|
+
'25+ month record retention',
|
|
576
|
+
],
|
|
577
|
+
aiRelevance: 'AI/ML credit decisions must produce specific principal-factor reasons. Generic rationale ("algorithm decided") is non-compliant. Creditors retain responsibility for reasoning regardless of vendor-supplied scoring.',
|
|
578
|
+
controlCount: 10,
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
id: 'bipa',
|
|
582
|
+
name: 'Illinois BIPA',
|
|
583
|
+
shortName: 'BIPA',
|
|
584
|
+
vertical: 'Retail / Consumer',
|
|
585
|
+
jurisdiction: 'US (Illinois, extraterritorial)',
|
|
586
|
+
status: 'ACTIVE',
|
|
587
|
+
priority: 'P1',
|
|
588
|
+
description: 'Illinois Biometric Information Privacy Act (740 ILCS 14/) with 2024 SB 2979 amendment. Written consent, public policy, no sale, retention + destruction schedule, private right of action with statutory damages.',
|
|
589
|
+
keyRequirements: [
|
|
590
|
+
'Written consent per subject before collection',
|
|
591
|
+
'Public policy + retention + destruction guidelines',
|
|
592
|
+
'No sale / lease / trade / profit',
|
|
593
|
+
'Disclosure requires consent',
|
|
594
|
+
'Reasonable care (encryption + access controls)',
|
|
595
|
+
'Per-person violation aggregation (post-SB 2979)',
|
|
596
|
+
'Subject deletion support',
|
|
597
|
+
],
|
|
598
|
+
aiRelevance: 'Facial recognition, voice prints, fingerprints, retina / iris scans used by AI systems on Illinois residents trigger BIPA. Private right of action with $1K / $5K statutory damages makes BIPA one of the highest-risk privacy laws for AI deployments.',
|
|
599
|
+
controlCount: 9,
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
id: 'fda-samd',
|
|
603
|
+
name: 'FDA SaMD (AI/ML)',
|
|
604
|
+
shortName: 'FDA SaMD',
|
|
605
|
+
vertical: 'Healthcare',
|
|
606
|
+
jurisdiction: 'US',
|
|
607
|
+
status: 'ACTIVE',
|
|
608
|
+
priority: 'P1',
|
|
609
|
+
description: 'FDA Software as a Medical Device for AI/ML under FD&C Act §201(h) + 21 CFR 807/820/821. QMSR effective Feb 2026, 2024 PCCP Guidance, 2024 AI/ML Lifecycle Guidance, GMLP Principles, 21 CFR 803 MDR, PATCH Act cybersecurity.',
|
|
610
|
+
keyRequirements: [
|
|
611
|
+
'QMSR validation (effective Feb 2026)',
|
|
612
|
+
'PCCP for AI/ML model updates',
|
|
613
|
+
'SBOM (PATCH Act)',
|
|
614
|
+
'Clinical validation per IMDRF category',
|
|
615
|
+
'Real-world performance monitoring',
|
|
616
|
+
'21 CFR 803 MDR reporting',
|
|
617
|
+
'Post-market surveillance plan',
|
|
618
|
+
'GMLP 10-principle evaluation',
|
|
619
|
+
'IMDRF SaMD category tracking',
|
|
620
|
+
'Intended-use scope enforcement',
|
|
621
|
+
'Demographic bias monitoring',
|
|
622
|
+
],
|
|
623
|
+
aiRelevance: 'AI/ML medical devices must validate under QMSR, use PCCP for model updates (avoiding new 510(k) per iteration), monitor real-world performance, and report adverse events via MDR. 2024 FDA AI/ML Lifecycle Guidance + GMLP are the de facto baseline.',
|
|
624
|
+
controlCount: 11,
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
id: 'part2',
|
|
628
|
+
name: '42 CFR Part 2 (SUD Records)',
|
|
629
|
+
shortName: '42 CFR Part 2',
|
|
630
|
+
vertical: 'Healthcare',
|
|
631
|
+
jurisdiction: 'US',
|
|
632
|
+
status: 'ACTIVE',
|
|
633
|
+
priority: 'P1',
|
|
634
|
+
description: '42 CFR Part 2 Confidentiality of Substance Use Disorder Patient Records with 2024 Final Rule (compliance 16 Feb 2026). Stricter than HIPAA for SUD data; preserves legal-proceedings restrictions despite 2024 TPO alignment.',
|
|
635
|
+
keyRequirements: [
|
|
636
|
+
'Single written consent for TPO disclosures',
|
|
637
|
+
'Legal-proceedings court order + consent requirement',
|
|
638
|
+
'Part 2 segmentation in combined EHRs',
|
|
639
|
+
'Prohibition on Redisclosure notice',
|
|
640
|
+
'Consent revocation continuity',
|
|
641
|
+
'QSO agreement for contractors',
|
|
642
|
+
'Minimum necessary (stricter than HIPAA)',
|
|
643
|
+
'Research IRB + patient consent',
|
|
644
|
+
'60-day breach notification (HIPAA-aligned)',
|
|
645
|
+
'2024 anti-discrimination monitoring',
|
|
646
|
+
],
|
|
647
|
+
aiRelevance: 'AI agents in substance-use-disorder treatment programs, HIEs, and QSOs must gate every SUD record access on patient consent, segment Part 2 data from non-Part 2 records, and inject the Prohibition on Redisclosure notice on outgoing records. Stricter than HIPAA minimum-necessary applies.',
|
|
648
|
+
controlCount: 11,
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
id: 'gxp',
|
|
652
|
+
name: 'GxP (GMP/GLP/GCP)',
|
|
653
|
+
shortName: 'GxP',
|
|
654
|
+
vertical: 'Pharmaceutical',
|
|
655
|
+
jurisdiction: 'Global (FDA, EMA, ICH)',
|
|
656
|
+
status: 'ACTIVE',
|
|
657
|
+
priority: 'P1',
|
|
658
|
+
description: 'GxP Good Practice covering GMP (21 CFR 210-211 + EU GMP Annex 11), GLP (21 CFR 58), GCP (21 CFR 312 + ICH E6(R3) 2024). ALCOA+ data integrity enforced across all three branches.',
|
|
659
|
+
keyRequirements: [
|
|
660
|
+
'AI validation gate per GxP branch (IQ/OQ/PQ)',
|
|
661
|
+
'ALCOA+ data integrity',
|
|
662
|
+
'GMP batch release QA',
|
|
663
|
+
'GLP raw-data preservation',
|
|
664
|
+
'GCP eligibility + informed consent',
|
|
665
|
+
'IND safety reports (7-day / 15-day)',
|
|
666
|
+
'FAR 3-day Field Alert Report',
|
|
667
|
+
'Protocol deviation review',
|
|
668
|
+
'OOS investigation',
|
|
669
|
+
'QAA + supplier GxP audit',
|
|
670
|
+
],
|
|
671
|
+
aiRelevance: 'AI/ML in pharma manufacturing QC, batch release, nonclinical safety studies, clinical trial screening, and adverse event detection all trigger GxP. Always couples with 21 CFR Part 11.',
|
|
672
|
+
controlCount: 11,
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
id: 'nyc-ll-144',
|
|
676
|
+
name: 'NYC LL 144 (AEDT Bias Audit)',
|
|
677
|
+
shortName: 'NYC LL 144',
|
|
678
|
+
vertical: 'Retail / Consumer',
|
|
679
|
+
jurisdiction: 'US (New York City)',
|
|
680
|
+
status: 'ACTIVE',
|
|
681
|
+
priority: 'P1',
|
|
682
|
+
description: 'NYC Local Law 144 AEDT Bias Audit. Annual independent bias audit + public disclosure + 10-business-day candidate notice + alternative-process option. NYCRR 5-300 methodology.',
|
|
683
|
+
keyRequirements: [
|
|
684
|
+
'Annual independent bias audit',
|
|
685
|
+
'Public disclosure of audit summary',
|
|
686
|
+
'10-business-day candidate notice',
|
|
687
|
+
'Alternative selection process option',
|
|
688
|
+
'AEDT scope classification',
|
|
689
|
+
'Impact ratios per demographic (intersectional)',
|
|
690
|
+
'NYC demographic data tagging',
|
|
691
|
+
'365-day audit renewal with 60-day early warning',
|
|
692
|
+
'3-year record retention',
|
|
693
|
+
],
|
|
694
|
+
aiRelevance: 'AI/ML AEDT used in NYC hiring / promotion / employment decisions must undergo annual independent bias audit with impact ratios per demographic category. $500-$1,500 per-violation-per-day DCWP penalties.',
|
|
695
|
+
controlCount: 10,
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
id: 'eu-ai-liability',
|
|
699
|
+
name: 'EU AI Liability (PLD 2024)',
|
|
700
|
+
shortName: 'EU AI Liability',
|
|
701
|
+
vertical: 'AI-Specific',
|
|
702
|
+
jurisdiction: 'EU',
|
|
703
|
+
status: 'ACTIVE',
|
|
704
|
+
priority: 'P2',
|
|
705
|
+
description: 'EU Product Liability Directive (EU) 2024/2853 covering software + AI as products. Entered into force 8 Dec 2024; Member State transposition by 9 Dec 2026. AI Liability Directive proposal withdrawn Feb 2025.',
|
|
706
|
+
keyRequirements: [
|
|
707
|
+
'PLD-ready documentation',
|
|
708
|
+
'Art. 9 evidence disclosure readiness',
|
|
709
|
+
'Art. 4(6) substantial modification tracking',
|
|
710
|
+
'Post-market monitoring (coupled to EU AI Act Art. 72)',
|
|
711
|
+
'Art. 8 economic operator liability position',
|
|
712
|
+
'Art. 14 latent defect window (10-25 years)',
|
|
713
|
+
'Art. 6(1)(c) data damage tracking',
|
|
714
|
+
'Withdrawn ALD guard',
|
|
715
|
+
'Open-source / SME exception',
|
|
716
|
+
],
|
|
717
|
+
aiRelevance: 'AI systems placed on the EU market are treated as "products" under PLD 2024. Plaintiffs may seek disclosure of AI model information (Art. 9); failure to disclose triggers presumption of defectiveness (Art. 10).',
|
|
718
|
+
controlCount: 11,
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
id: 'iso-23894',
|
|
722
|
+
name: 'ISO/IEC 23894 (AI Risk Management)',
|
|
723
|
+
shortName: 'ISO 23894',
|
|
724
|
+
vertical: 'AI-Specific',
|
|
725
|
+
jurisdiction: 'Global',
|
|
726
|
+
status: 'ACTIVE',
|
|
727
|
+
priority: 'P2',
|
|
728
|
+
description: 'ISO/IEC 23894:2023 AI Risk Management Guidance. Applies ISO 31000 principles to AI-specific risks. Companion to ISO/IEC 42001 AIMS.',
|
|
729
|
+
keyRequirements: [
|
|
730
|
+
'AI risk management framework (Clause 5)',
|
|
731
|
+
'Risk management process (§6.1-6.7)',
|
|
732
|
+
'AI risk register',
|
|
733
|
+
'Training data quality + fairness',
|
|
734
|
+
'Robustness monitoring',
|
|
735
|
+
'Human oversight levels',
|
|
736
|
+
'Transparency / explainability',
|
|
737
|
+
'Societal + environmental impact',
|
|
738
|
+
'Risk treatment decisions',
|
|
739
|
+
'Annual risk review',
|
|
740
|
+
'Stakeholder communication',
|
|
741
|
+
],
|
|
742
|
+
aiRelevance: 'Guidance-only standard (not certifiable on its own) widely cited as evidence of mature AI risk practice. Maps to NIST AI RMF and complements ISO 42001.',
|
|
743
|
+
controlCount: 11,
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
id: 'lgpd',
|
|
747
|
+
name: 'LGPD (Brazil)',
|
|
748
|
+
shortName: 'LGPD',
|
|
749
|
+
vertical: 'Cross-Industry',
|
|
750
|
+
jurisdiction: 'Brazil',
|
|
751
|
+
status: 'ACTIVE',
|
|
752
|
+
priority: 'P2',
|
|
753
|
+
description: 'Brazilian General Data Protection Law (Lei 13.709/2018) with 2024 ANPD guidance on automated decision-making and SCCs.',
|
|
754
|
+
keyRequirements: [
|
|
755
|
+
'Legal basis per processing activity (Art. 7 + Art. 11)',
|
|
756
|
+
'Encarregado (DPO) designation',
|
|
757
|
+
'RIPD (DPIA) for high-risk processing',
|
|
758
|
+
'Arts. 17-22 DSR workflow (8 rights)',
|
|
759
|
+
'Art. 20 ADM review right',
|
|
760
|
+
'Sensitive data + child data gating',
|
|
761
|
+
'International transfer mechanism',
|
|
762
|
+
'48-72h breach notification',
|
|
763
|
+
'Records of Processing Activities',
|
|
764
|
+
'Non-discriminatory processing',
|
|
765
|
+
],
|
|
766
|
+
aiRelevance: 'LGPD Art. 20 grants data subjects review rights over automated decisions. AI systems affecting Brazilian individuals must support explainability and human review.',
|
|
767
|
+
controlCount: 11,
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
id: 'pipl',
|
|
771
|
+
name: 'PIPL (China)',
|
|
772
|
+
shortName: 'PIPL',
|
|
773
|
+
vertical: 'Cross-Industry',
|
|
774
|
+
jurisdiction: 'China',
|
|
775
|
+
status: 'ACTIVE',
|
|
776
|
+
priority: 'P2',
|
|
777
|
+
description: 'PRC Personal Information Protection Law (1 Nov 2021) with 2024 CAC CBDT Provisions and Interim Measures for Generative AI Services (Aug 2023).',
|
|
778
|
+
keyRequirements: [
|
|
779
|
+
'Art. 13 legal basis',
|
|
780
|
+
'Separate consent for sensitive / CBDT / ADM',
|
|
781
|
+
'PIPO designation',
|
|
782
|
+
'Art. 24 ADM explanation + opt-out',
|
|
783
|
+
'CAC security assessment / SCC / certification for CBDT',
|
|
784
|
+
'CAC GenAI registration',
|
|
785
|
+
'Important Data DSL gating',
|
|
786
|
+
'Children (under 14) specific consent',
|
|
787
|
+
'Arts. 44-50 DSR (7 rights)',
|
|
788
|
+
'72h breach notification',
|
|
789
|
+
],
|
|
790
|
+
aiRelevance: 'AI systems processing Chinese individuals\' personal data must obtain separate consent for ADM, register with CAC if generative AI, and verify CBDT mechanism.',
|
|
791
|
+
controlCount: 11,
|
|
792
|
+
},
|
|
793
|
+
// X2 disaggregation (2026-04-24): pipeda.ts split into ca-pipeda + ca-qc-law25
|
|
794
|
+
// per Thomas's one-country-one-regulation principle.
|
|
795
|
+
{
|
|
796
|
+
id: 'ca-pipeda',
|
|
797
|
+
name: 'PIPEDA (Canada -- Federal)',
|
|
798
|
+
shortName: 'CA PIPEDA',
|
|
799
|
+
vertical: 'Cross-Industry',
|
|
800
|
+
jurisdiction: 'Canada',
|
|
801
|
+
status: 'ACTIVE',
|
|
802
|
+
priority: 'P2',
|
|
803
|
+
description: 'Canadian federal PIPEDA (SC 2000, c 5). OPC-enforced. Bill C-27 (CPPA/AIDA) withdrawn Jan 2025. For Quebec-resident data, activate alongside ca-qc-law25.',
|
|
804
|
+
keyRequirements: [
|
|
805
|
+
'Meaningful consent (PIPEDA Principle 3)',
|
|
806
|
+
'Collection limiting (Principle 4)',
|
|
807
|
+
'Accountability program (Principle 1)',
|
|
808
|
+
'RROSH breach notification to OPC',
|
|
809
|
+
'24-month breach log retention',
|
|
810
|
+
'Access + correction + challenge (Principles 9, 10)',
|
|
811
|
+
'Cross-border safeguards',
|
|
812
|
+
'Withdrawn CPPA/AIDA guard',
|
|
813
|
+
],
|
|
814
|
+
aiRelevance: 'Canadian federal privacy law for commercial activity. OPC 2025 guidance on generative AI. CPPA/AIDA withdrawn; withdrawn-law guard maintained.',
|
|
815
|
+
controlCount: 8,
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
id: 'ca-qc-law25',
|
|
819
|
+
name: 'Quebec Law 25 (Canada -- Provincial Quebec)',
|
|
820
|
+
shortName: 'QC Law 25',
|
|
821
|
+
vertical: 'Cross-Industry',
|
|
822
|
+
jurisdiction: 'Canada (Quebec)',
|
|
823
|
+
status: 'ACTIVE',
|
|
824
|
+
priority: 'P2',
|
|
825
|
+
description: 'Quebec Law 25 (SQ 2021 c 25). CAI-enforced. Fully in force September 2024. Adds s. 12.1 ADM disclosure, s. 3.3 high-risk PIA gate, enhanced consent. Activate alongside ca-pipeda.',
|
|
826
|
+
keyRequirements: [
|
|
827
|
+
'Enhanced consent (explicit opt-in)',
|
|
828
|
+
's. 3.3 PIA for high-risk processing',
|
|
829
|
+
's. 12.1 ADM information obligations',
|
|
830
|
+
's. 17 cross-border transfer safeguards',
|
|
831
|
+
'CAI breach notification',
|
|
832
|
+
'Access + correction + portability + human review of ADM',
|
|
833
|
+
'Privacy Management Program',
|
|
834
|
+
],
|
|
835
|
+
aiRelevance: 'Quebec provincial privacy law with AI-specific provisions. s. 12.1 requires disclosing automated decision-making use and providing human review right. High-risk AI processing requires PIA.',
|
|
836
|
+
controlCount: 8,
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
id: 'colorado-ai',
|
|
840
|
+
name: 'Colorado AI Act',
|
|
841
|
+
shortName: 'Colorado AI',
|
|
842
|
+
vertical: 'AI-Specific',
|
|
843
|
+
jurisdiction: 'US (Colorado)',
|
|
844
|
+
status: 'ACTIVE',
|
|
845
|
+
priority: 'P0',
|
|
846
|
+
description: 'Colorado AI Act (SB 24-205, Colo. Rev. Stat. 6-1-1701 et seq.). First comprehensive US state AI law. Effective 1 February 2026. Regulates developers and deployers of high-risk AI making consequential decisions in 8 domains.',
|
|
847
|
+
keyRequirements: [
|
|
848
|
+
'Reasonable care to prevent algorithmic discrimination',
|
|
849
|
+
'Annual impact assessment (plus within 90d of material modification)',
|
|
850
|
+
'Consumer notice before consequential decision',
|
|
851
|
+
'Adverse-decision reasons statement, correction, appeal to human reviewer',
|
|
852
|
+
'Developer statement to deployers',
|
|
853
|
+
'Risk management policy and program (NIST AI RMF or ISO/IEC 42001 acceptable as affirmative defence)',
|
|
854
|
+
'90-day discrimination disclosure to Colorado AG',
|
|
855
|
+
'Public statement on high-risk systems in use',
|
|
856
|
+
],
|
|
857
|
+
aiRelevance: 'AI agents making or substantially contributing to consequential decisions (education, employment, finance, government, healthcare, housing, insurance, legal) for Colorado consumers must implement bias monitoring, impact assessment, consumer notice, adverse-decision appeal workflow, and risk management program. Affirmative defence available if also compliant with NIST AI RMF or ISO/IEC 42001.',
|
|
858
|
+
controlCount: 10,
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
id: 'mifid2',
|
|
862
|
+
name: 'MiFID II / MiFIR',
|
|
863
|
+
shortName: 'MiFID II',
|
|
864
|
+
vertical: 'Fintech',
|
|
865
|
+
jurisdiction: 'EU',
|
|
866
|
+
status: 'ACTIVE',
|
|
867
|
+
priority: 'P0',
|
|
868
|
+
description: 'Best-execution, suitability/appropriateness, product governance, algorithmic trading controls, and investor protection obligations for AI in investment services.',
|
|
869
|
+
keyRequirements: ['Best execution', 'Suitability assessment', 'Product governance', 'Algo trading kill-switch', 'Record retention (5+ years)', 'AI advice disclosure'],
|
|
870
|
+
aiRelevance: 'AI systems routing orders, generating investment advice, or operating as algorithmic trading systems must enforce best-execution, per-client suitability, and disclose AI involvement to clients.',
|
|
871
|
+
controlCount: 9,
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
id: 'naic-mdl',
|
|
875
|
+
name: 'NAIC MDL-668 (Insurance Data Security)',
|
|
876
|
+
shortName: 'NAIC MDL',
|
|
877
|
+
vertical: 'Financial',
|
|
878
|
+
jurisdiction: 'US',
|
|
879
|
+
status: 'ACTIVE',
|
|
880
|
+
priority: 'P0',
|
|
881
|
+
description: 'NAIC Insurance Data Security Model Law plus 2024 AI Model Bulletin obligations for insurance AI: bias testing, adverse action explanation, vendor accountability.',
|
|
882
|
+
keyRequirements: ['Information Security Program', 'Board oversight', 'TPSP due diligence', '72-hour notification', 'Annual certification', 'AI bias testing'],
|
|
883
|
+
aiRelevance: 'Insurance AI systems (pricing, underwriting, claims, fraud detection) must implement ISP, bias testing, and adverse action explanation per NAIC 2024 AI Bulletin.',
|
|
884
|
+
controlCount: 9,
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
id: 'frcp26',
|
|
888
|
+
name: 'FRCP Rule 26 (E-Discovery)',
|
|
889
|
+
shortName: 'FRCP 26',
|
|
890
|
+
vertical: 'Legal',
|
|
891
|
+
jurisdiction: 'US',
|
|
892
|
+
status: 'ACTIVE',
|
|
893
|
+
priority: 'P0',
|
|
894
|
+
description: 'Federal Rules of Civil Procedure Rule 26 proportionality, ESI preservation, legal hold, work-product protection, and expert disclosure obligations for AI-assisted document review.',
|
|
895
|
+
keyRequirements: ['Legal hold', 'Privilege screen', 'Proportionality', 'Attorney review gate', 'Chain of custody', 'Methodology disclosure'],
|
|
896
|
+
aiRelevance: 'AI e-discovery systems must implement legal hold workflows, privilege classification, defensible collection methodology, and pre-production attorney review.',
|
|
897
|
+
controlCount: 8,
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
id: 'foia',
|
|
901
|
+
name: 'FOIA (5 USC 552)',
|
|
902
|
+
shortName: 'FOIA',
|
|
903
|
+
vertical: 'Government',
|
|
904
|
+
jurisdiction: 'US',
|
|
905
|
+
status: 'ACTIVE',
|
|
906
|
+
priority: 'P1',
|
|
907
|
+
description: 'Freedom of Information Act compliance for federal agency AI systems processing FOIA requests: 20-day response clock, nine exemption classifications, Vaughn index, and proactive disclosure.',
|
|
908
|
+
keyRequirements: ['20-day response clock', 'Nine-exemption classification', 'Vaughn review gate', 'PII redaction', 'Proactive disclosure', 'Annual report'],
|
|
909
|
+
aiRelevance: 'AI systems processing federal FOIA requests must classify documents against all nine exemptions, require human attorney review of withholding decisions, and maintain audit trails.',
|
|
910
|
+
controlCount: 8,
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
id: 'lpo2024',
|
|
914
|
+
name: 'LPO 2024 AI Disclosure (Legal Practitioners)',
|
|
915
|
+
shortName: 'LPO 2024',
|
|
916
|
+
vertical: 'Legal',
|
|
917
|
+
jurisdiction: 'Global (HK/UK primary)',
|
|
918
|
+
// PLACEHOLDER: Pack bundles 3 jurisdictions (HK Law Society PD-P, SRA UK, Law Society E&W).
|
|
919
|
+
// Per-jurisdiction obligations require Vera (CXNI-008) + counsel sign-off before promotion to ACTIVE.
|
|
920
|
+
// F-NEW-VERA-PACK-FINAL-004 (2026-05-03): status downgraded from ACTIVE to PLACEHOLDER.
|
|
921
|
+
status: 'PLACEHOLDER',
|
|
922
|
+
priority: 'P1',
|
|
923
|
+
description: 'Synthesised AI disclosure framework for legal practitioners in common-law jurisdictions (primary reference: Hong Kong Law Society Practice Direction P 2024 + SRA UK 2024 AI Guidance). Covers client disclosure of AI use, practitioner competence obligations, confidentiality of client data in AI tools, supervised review of AI output, citation verification, and billing transparency. PLACEHOLDER STATUS -- pack bundles 3 jurisdictions (HK Law Society PD-P, SRA UK, Law Society E&W); Vera + counsel sign-off required per jurisdiction before production activation.',
|
|
924
|
+
keyRequirements: ['Client disclosure of AI use', 'Practitioner supervision gate', 'Confidentiality gate', 'Vendor DPA', 'Citation verification', 'Billing transparency'],
|
|
925
|
+
aiRelevance: 'Law firms using AI must disclose AI use to clients, require qualified practitioner review before delivery, enforce confidentiality gates, and verify citations.',
|
|
926
|
+
controlCount: 8,
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
id: 'appi',
|
|
930
|
+
name: 'APPI (Japan)',
|
|
931
|
+
shortName: 'APPI',
|
|
932
|
+
vertical: 'Cross-Industry',
|
|
933
|
+
jurisdiction: 'Japan',
|
|
934
|
+
status: 'ACTIVE',
|
|
935
|
+
priority: 'P1',
|
|
936
|
+
description: 'Japanese Act on the Protection of Personal Information (2003, amended 2020/2022) with PPC AI Guidelines 2023. Covers purpose specification, cross-border transfers, breach notification (3-5 business days to PPC), and ADM explanation right.',
|
|
937
|
+
keyRequirements: ['Purpose specification', 'Sensitive personal information gate', 'Cross-border transfer controls', 'Breach notification (3-5 business days)', 'Data subject rights', 'ADM explanation'],
|
|
938
|
+
aiRelevance: 'AI systems processing Japanese personal data must specify purpose, gate sensitive personal information, control cross-border transfers, and provide ADM explanation rights for significant automated decisions.',
|
|
939
|
+
controlCount: 8,
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
id: 'ferpa',
|
|
943
|
+
name: 'FERPA (Student Privacy)',
|
|
944
|
+
shortName: 'FERPA',
|
|
945
|
+
vertical: 'Education',
|
|
946
|
+
jurisdiction: 'US',
|
|
947
|
+
status: 'ACTIVE',
|
|
948
|
+
priority: 'P0',
|
|
949
|
+
description: 'Family Educational Rights and Privacy Act for AI systems at educational institutions: school-official exception, prior written consent, student rights, COPPA age gate for under-13 students.',
|
|
950
|
+
keyRequirements: ['Prior written consent gate', 'School-official exception agreement', 'COPPA age gate', 'Education record classification', 'Disclosure log', 'Annual FERPA notice'],
|
|
951
|
+
aiRelevance: 'EdTech AI systems must hold valid school-official exception agreements, enforce prior consent for disclosure, gate under-13 data under COPPA, and maintain per-student disclosure logs.',
|
|
952
|
+
controlCount: 8,
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
id: 'fedramp',
|
|
956
|
+
name: 'FedRAMP (Rev 5)',
|
|
957
|
+
shortName: 'FedRAMP',
|
|
958
|
+
vertical: 'Government',
|
|
959
|
+
jurisdiction: 'US',
|
|
960
|
+
status: 'ACTIVE',
|
|
961
|
+
priority: 'P0',
|
|
962
|
+
description: 'Federal Risk and Authorization Management Program (NIST SP 800-53 Rev 5 Moderate baseline) for AI systems serving federal agencies: FIPS 140 encryption, PIV/CAC MFA, continuous monitoring, annual penetration testing.',
|
|
963
|
+
keyRequirements: ['FIPS 140 encryption', 'PIV/CAC MFA', 'Continuous monitoring', 'Annual penetration test', 'Supply chain marketplace verification', 'POA&M management'],
|
|
964
|
+
aiRelevance: 'AI cloud services used by federal agencies must achieve FedRAMP Authorization, maintain continuous monitoring, pass annual assessments, and use FIPS-validated cryptography.',
|
|
965
|
+
controlCount: 9,
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
id: 'stateramp',
|
|
969
|
+
name: 'StateRAMP',
|
|
970
|
+
shortName: 'StateRAMP',
|
|
971
|
+
vertical: 'Government',
|
|
972
|
+
jurisdiction: 'US (state)',
|
|
973
|
+
status: 'ACTIVE',
|
|
974
|
+
priority: 'P1',
|
|
975
|
+
description: 'State government cloud security authorisation (NIST SP 800-53 Rev 5 Moderate baseline) for AI systems serving US state agencies. FedRAMP reciprocity supported.',
|
|
976
|
+
keyRequirements: ['FIPS 140 encryption', 'MFA for state access', 'Continuous monitoring', 'StateRAMP marketplace verification', 'Annual penetration test', 'POA&M management'],
|
|
977
|
+
aiRelevance: 'AI systems deployed to state agencies in StateRAMP-adopting states must achieve StateRAMP Authorization or demonstrate FedRAMP reciprocity.',
|
|
978
|
+
controlCount: 9,
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
id: 'cjis',
|
|
982
|
+
name: 'CJIS Security Policy v5.9.5',
|
|
983
|
+
shortName: 'CJIS',
|
|
984
|
+
vertical: 'Government',
|
|
985
|
+
jurisdiction: 'US',
|
|
986
|
+
status: 'ACTIVE',
|
|
987
|
+
priority: 'P0',
|
|
988
|
+
description: 'FBI CJIS Security Policy for AI systems handling Criminal Justice Information: FIPS 140 encryption, Advanced Authentication (MFA), 1-hour breach notification, audit logging, Information Exchange Agreements.',
|
|
989
|
+
keyRequirements: ['FIPS 140 encryption', 'Advanced Authentication (MFA)', '1-hour incident notification', 'Audit trail (2.5 years)', 'IEA on file', 'Security training (2 years)', 'Need-to-know access'],
|
|
990
|
+
aiRelevance: 'AI systems in law enforcement, courts, corrections, or public safety that access CJI must meet CJIS Security Policy requirements including advanced authentication and 1-hour breach notification.',
|
|
991
|
+
controlCount: 9,
|
|
992
|
+
},
|
|
993
|
+
// Mortgage-industry packs (MORTGAGE-PACKS-01, 2026-04-22; X3 split 2026-04-24)
|
|
994
|
+
// tila-trid split into us-trid + us-tila; respa renamed to us-respa
|
|
995
|
+
{
|
|
996
|
+
id: 'us-respa',
|
|
997
|
+
name: 'Real Estate Settlement Procedures Act',
|
|
998
|
+
shortName: 'RESPA',
|
|
999
|
+
vertical: 'Fintech',
|
|
1000
|
+
jurisdiction: 'US',
|
|
1001
|
+
status: 'ACTIVE',
|
|
1002
|
+
priority: 'P0',
|
|
1003
|
+
description: 'RESPA (12 USC §2601, Regulation X 12 CFR Part 1024) LLM-egress policy. Blocks referral-steering signals and escrow balances from reaching LLMs. Requires named-human review on all Loan Estimate / Closing Disclosure AI-generated content. Renamed from respa to us-respa (X3 2026-04-24).',
|
|
1004
|
+
keyRequirements: ['§8 anti-kickback referral block', '§10 escrow balance LLM block', '§6 QWR response clocks', 'Named-human review on LE/CD', 'Settlement provider registry'],
|
|
1005
|
+
aiRelevance: 'Mortgage AI agents cannot embed settlement-service provider names or referral-steering signals in LLM prompts. Any AI-generated Loan Estimate or Closing Disclosure content requires named human reviewer before issuance.',
|
|
1006
|
+
controlCount: 10,
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
id: 'hmda',
|
|
1010
|
+
name: 'Home Mortgage Disclosure Act',
|
|
1011
|
+
shortName: 'HMDA',
|
|
1012
|
+
vertical: 'Fintech',
|
|
1013
|
+
jurisdiction: 'US',
|
|
1014
|
+
status: 'ACTIVE',
|
|
1015
|
+
priority: 'P0',
|
|
1016
|
+
description: 'HMDA (12 USC §2801, Regulation C 12 CFR Part 1003) LLM-egress policy. Absolutely blocks GMI data (race, ethnicity, sex, age) from credit-decision LLMs. Allows aggregated LAR data post-decision only. Enforces annual LAR submission attestation.',
|
|
1017
|
+
keyRequirements: ['GMI absolute block in credit-decision LLMs', 'LAR aggregation-only for LLM report generation', 'Annual LAR attestation (March 1)', 'Disparate impact monitoring', 'Proxy detection'],
|
|
1018
|
+
aiRelevance: 'HMDA GMI data is the most strictly gated data class in the mortgage pack catalogue. Feeding race/ethnicity/sex/age to a credit-decision LLM is a simultaneous HMDA + ECOA violation.',
|
|
1019
|
+
controlCount: 9,
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
id: 'us-trid',
|
|
1023
|
+
name: 'TRID (TILA-RESPA Integrated Disclosure)',
|
|
1024
|
+
shortName: 'TRID',
|
|
1025
|
+
vertical: 'Fintech',
|
|
1026
|
+
jurisdiction: 'US',
|
|
1027
|
+
status: 'ACTIVE',
|
|
1028
|
+
priority: 'P0',
|
|
1029
|
+
description: 'TRID (12 CFR §1026.19(e)/(f)) LLM-egress policy for Loan Estimate and Closing Disclosure forms. Blocks LLMs from computing APR, finance charge, amount financed, total loan costs. Enforces 3-business-day LE delivery and 3-business-day pre-consummation CD windows. Changed-circumstance re-disclosure workflow. Split from tila-trid (X3 2026-04-24).',
|
|
1030
|
+
keyRequirements: ['APR/finance-charge LLM compute block (LE/CD forms)', '3-day LE delivery clock (§1026.19(e))', '3-day CD pre-consummation clock (§1026.19(f))', 'Human APR verification gate', 'Changed-circumstance re-disclosure workflow'],
|
|
1031
|
+
aiRelevance: 'No LLM may generate, compute, or place numeric fields (APR, finance charge, amount financed) on a Loan Estimate or Closing Disclosure. LLMs may explain TRID concepts but not compute regulated figures.',
|
|
1032
|
+
controlCount: 6,
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
id: 'us-tila',
|
|
1036
|
+
name: 'TILA / Regulation Z (Non-TRID Provisions)',
|
|
1037
|
+
shortName: 'TILA',
|
|
1038
|
+
vertical: 'Fintech',
|
|
1039
|
+
jurisdiction: 'US',
|
|
1040
|
+
status: 'ACTIVE',
|
|
1041
|
+
priority: 'P0',
|
|
1042
|
+
description: 'TILA (15 USC §1601, Regulation Z 12 CFR Part 1026) LLM-egress policy for all Reg Z provisions other than the TRID integrated disclosure forms. Blocks LLM ATR/QM determinations. Gates rescission notices (12 CFR §1026.23). Detects advertising trigger terms (§§1026.16, 1026.24). Covers credit cards, ARM/HELOC disclosures, consumer leases. Split from tila-trid (X3 2026-04-24).',
|
|
1043
|
+
keyRequirements: ['ATR/QM LLM determination blocked (§1026.43)', 'Rescission 3-day clock (§1026.23)', 'Advertising trigger-term detection (§§1026.16, 1026.24)', 'ARM/HELOC disclosure gate', 'Credit-card change-in-terms clock'],
|
|
1044
|
+
aiRelevance: 'LLMs cannot make ATR/QM creditworthiness determinations. Rescission notices require human review before delivery. Advertising copy with trigger terms must be accompanied by full required disclosure set.',
|
|
1045
|
+
controlCount: 6,
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
id: 'ecoa',
|
|
1049
|
+
name: 'ECOA / Regulation B (Equal Credit Opportunity Act)',
|
|
1050
|
+
shortName: 'ECOA',
|
|
1051
|
+
vertical: 'Fintech',
|
|
1052
|
+
jurisdiction: 'US',
|
|
1053
|
+
status: 'ACTIVE',
|
|
1054
|
+
priority: 'P0',
|
|
1055
|
+
description: 'ECOA (15 USC §1691, Regulation B 12 CFR Part 1002) full statutory framework. Absolutely blocks all Reg B prohibited bases from credit-decision LLMs. Requires specific adverse-action reasons and named-reviewer attribution. Companion to cfpb-2023-03 pack.',
|
|
1056
|
+
keyRequirements: ['Prohibited-basis absolute block (race, color, religion, national origin, sex, marital status, age, public assistance, CCPA exercise)', 'Specific adverse-action reasons', 'Named-reviewer attribution', '25-month retention', 'Appraisal 3-day delivery'],
|
|
1057
|
+
aiRelevance: 'No Reg B prohibited basis may reach any LLM in a credit-decision path. AI adverse-action notices must include specific top principal reasons; generic rationale ("automated decision") is non-compliant.',
|
|
1058
|
+
controlCount: 10,
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
id: 'fcra',
|
|
1062
|
+
name: 'Fair Credit Reporting Act',
|
|
1063
|
+
shortName: 'FCRA',
|
|
1064
|
+
vertical: 'Fintech',
|
|
1065
|
+
jurisdiction: 'US',
|
|
1066
|
+
status: 'ACTIVE',
|
|
1067
|
+
priority: 'P0',
|
|
1068
|
+
description: 'FCRA (15 USC §1681) LLM-egress policy. Requires declared permissible purpose (§604) before consumer report data reaches any LLM. Blocks cross-vendor consumer report egress without purpose chain. Enforces §615 adverse-action notice generation.',
|
|
1069
|
+
keyRequirements: ['Permissible-purpose tag on all consumer-report LLM egress', 'Cross-vendor block without purpose chain', '§615 adverse-action notice with CRA identity', '§611 30-day dispute workflow', '§623 furnisher accuracy', '7-year retention'],
|
|
1070
|
+
aiRelevance: 'Consumer report data cannot reach an LLM without a declared permissible purpose per §604. Any AI decision producing adverse action based on consumer report data triggers §615 notice requirements.',
|
|
1071
|
+
controlCount: 10,
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
id: 'cmmc2',
|
|
1075
|
+
name: 'CMMC 2.0 (Level 2)',
|
|
1076
|
+
shortName: 'CMMC 2.0',
|
|
1077
|
+
vertical: 'Defense',
|
|
1078
|
+
jurisdiction: 'US',
|
|
1079
|
+
status: 'ACTIVE',
|
|
1080
|
+
priority: 'P0',
|
|
1081
|
+
description: 'Cybersecurity Maturity Model Certification 2.0 Level 2 (32 CFR Part 170, effective Dec 2024) for DoD contractor AI systems handling CUI: 110 NIST SP 800-171 Rev 2 practices, MFA, FIPS 140 encryption, 72-hour DFARS incident reporting.',
|
|
1082
|
+
keyRequirements: ['FIPS 140 encryption', 'MFA for CUI access', 'CUI classification', 'Audit trail', '72-hour DFARS incident reporting', 'FedRAMP Moderate CSP', 'System Security Plan', 'Configuration management'],
|
|
1083
|
+
aiRelevance: 'DoD contractor AI systems processing CUI must achieve CMMC Level 2, enforce MFA, classify and flow-control CUI, and use FedRAMP-authorized AI-as-a-service providers.',
|
|
1084
|
+
controlCount: 9,
|
|
1085
|
+
},
|
|
1086
|
+
// Education packs P4 (2026-04-24) -- UF Health vertical expansion
|
|
1087
|
+
{
|
|
1088
|
+
id: 'coppa',
|
|
1089
|
+
name: 'COPPA (Children\'s Online Privacy Protection Act)',
|
|
1090
|
+
shortName: 'COPPA',
|
|
1091
|
+
vertical: 'Education',
|
|
1092
|
+
jurisdiction: 'US',
|
|
1093
|
+
status: 'ACTIVE',
|
|
1094
|
+
priority: 'P0',
|
|
1095
|
+
description: 'FTC Children\'s Online Privacy Protection Act (15 USC 6501-6506; 16 CFR Part 312) -- verifiable parental consent gate, persistent-identifier block before consent, 90-day child data retention limit, no-training-on-child-inputs attestation, and parental access/deletion rights for AI systems collecting data from under-13 users.',
|
|
1096
|
+
keyRequirements: ['Verifiable parental consent gate', 'Persistent identifier block', '90-day child data retention', 'No training on child inputs', 'Parental access and deletion rights', 'COPPA vendor contract'],
|
|
1097
|
+
aiRelevance: 'AI systems with actual knowledge they collect personal information from children under 13 must gate all processing on verifiable parental consent. Pediatric clinical AI (patient portals, health bots) and K-12 edtech outside the FERPA school-official exception are primary targets.',
|
|
1098
|
+
controlCount: 8,
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
id: 'common-rule',
|
|
1102
|
+
name: 'Common Rule (Human Subjects Research Protection)',
|
|
1103
|
+
shortName: 'Common Rule',
|
|
1104
|
+
vertical: 'Education',
|
|
1105
|
+
jurisdiction: 'US',
|
|
1106
|
+
status: 'ACTIVE',
|
|
1107
|
+
priority: 'P0',
|
|
1108
|
+
description: 'HHS Protection of Human Subjects (45 CFR Part 46; 2018 Revised Common Rule) -- IRB approval gate, informed consent verification, withdrawn-consent subject exclusion, Subpart D/C/B vulnerable population gates, Certificate of Confidentiality block (42 USC 241(d)), and Data Use Agreement enforcement for AI systems processing identifiable human subjects research data.',
|
|
1109
|
+
keyRequirements: ['IRB approval gate', 'Informed consent verification', 'Withdrawn-consent exclusion', 'Subpart D dual-consent gate (children)', 'CoC block (42 USC 241(d))', 'DUA required before AI access', 'OHRP UPIRTSO reporting'],
|
|
1110
|
+
aiRelevance: 'AI instruments used in NIH-funded or FWA-covered research on human subjects must be within the scope of an approved IRB protocol. Data from withdrawn-consent subjects is an absolute block. CoC prohibits disclosure in any legal proceeding.',
|
|
1111
|
+
controlCount: 9,
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
id: 'title-ix',
|
|
1115
|
+
name: 'Title IX (Sex Discrimination in Federally-Funded Education)',
|
|
1116
|
+
shortName: 'Title IX',
|
|
1117
|
+
vertical: 'Education',
|
|
1118
|
+
jurisdiction: 'US',
|
|
1119
|
+
status: 'ACTIVE',
|
|
1120
|
+
priority: 'P0',
|
|
1121
|
+
description: 'Title IX of the Education Amendments of 1972 (20 USC 1681-1688; 34 CFR Part 106) -- investigation record block, retaliation guard, Title IX Coordinator routing for sex discrimination complaints, admissions disparate-impact audit, pregnancy accommodation gate (2024 Rule), gender identity human-review escalation (2024 Rule litigation status uncertain Aug 2025), and 7-year AI-record retention.',
|
|
1122
|
+
keyRequirements: ['Investigation record block', 'Retaliation guard (absolute)', 'Coordinator routing for complaints', 'Admissions disparate-impact audit', 'Pregnancy accommodation gate', 'Gender identity human review', '7-year record retention'],
|
|
1123
|
+
aiRelevance: 'AI in admissions, student conduct investigations, athletics, and grievance procedures at federally-funded institutions must block autonomous investigation record processing, prevent retaliation against complainants, and route sex discrimination complaints to the Title IX Coordinator.',
|
|
1124
|
+
controlCount: 8,
|
|
1125
|
+
},
|
|
1126
|
+
// X2 disaggregation (2026-04-24): nih-data-sharing.ts split into 4 packs
|
|
1127
|
+
// per Thomas's one-country-one-regulation principle.
|
|
1128
|
+
{
|
|
1129
|
+
id: 'us-nih-dms',
|
|
1130
|
+
name: 'NIH Data Management and Sharing Policy (2023)',
|
|
1131
|
+
shortName: 'NIH DMS',
|
|
1132
|
+
vertical: 'Education',
|
|
1133
|
+
jurisdiction: 'US',
|
|
1134
|
+
status: 'ACTIVE',
|
|
1135
|
+
priority: 'P0',
|
|
1136
|
+
description: 'NIH DMS Policy (NOT-OD-21-013, effective January 25, 2023). Applies to all NIH-funded research generating scientific data. DMSP scope enforcement, data sharing to maximum extent possible, no-training-on-research-data attestation.',
|
|
1137
|
+
keyRequirements: ['DMSP scope gate', 'No training on NIH scientific data', 'Audit log with NIH award number', 'US data residency', 'DMSP documentation'],
|
|
1138
|
+
aiRelevance: 'AI systems in NIH-funded research must operate within DMSP-approved scope. De-identification for avoidance is prohibited. Consent scope limits override sharing obligations.',
|
|
1139
|
+
controlCount: 5,
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
id: 'us-nih-gds',
|
|
1143
|
+
name: 'NIH Genomic Data Sharing Policy',
|
|
1144
|
+
shortName: 'NIH GDS',
|
|
1145
|
+
vertical: 'Education',
|
|
1146
|
+
jurisdiction: 'US',
|
|
1147
|
+
status: 'ACTIVE',
|
|
1148
|
+
priority: 'P0',
|
|
1149
|
+
description: 'NIH GDS Policy (NOT-OD-14-124, effective January 25, 2015). Requires controlled-access repository deposit (dbGaP), active DAC approval listing the AI system, no re-identifiable genomic data in public repositories.',
|
|
1150
|
+
keyRequirements: ['DAC approval for controlled-access (dbGaP)', 'Active DUC required at all times', 'Re-identifiable genomic data blocked', 'DUA incorporating DUC terms', 'FISMA Moderate for controlled-access'],
|
|
1151
|
+
aiRelevance: 'Controlled-access genomic data (dbGaP) requires an active Data Use Certificate listing the AI system and operator. Expired DAC approvals trigger immediate blocking.',
|
|
1152
|
+
controlCount: 6,
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
id: 'us-nih-coc',
|
|
1156
|
+
name: 'NIH Certificate of Confidentiality Policy',
|
|
1157
|
+
shortName: 'NIH CoC',
|
|
1158
|
+
vertical: 'Education',
|
|
1159
|
+
jurisdiction: 'US',
|
|
1160
|
+
status: 'ACTIVE',
|
|
1161
|
+
priority: 'P0',
|
|
1162
|
+
description: 'NIH Certificate of Confidentiality Policy (42 USC 241(d); NOT-OD-17-109, effective October 1, 2017). CoC prohibits disclosure of identifiable research data in any civil, criminal, administrative, or legislative proceeding. CoC governs the disclosure side; DMS governs the deposit side.',
|
|
1163
|
+
keyRequirements: ['CoC block on identifiable research data', 'DUA CoC clause required', 'AI vendor CoC acknowledgment', 'Immediate escalation on CoC violation', 'Indefinite CoC record retention'],
|
|
1164
|
+
aiRelevance: 'AI outputs that could constitute disclosure in a legal proceeding must be blocked. CoC protection attaches automatically to all NIH-funded sensitive research and survives study end.',
|
|
1165
|
+
controlCount: 5,
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
id: 'us-nih-it-security',
|
|
1169
|
+
name: 'NIH IT Security Policy (FISMA Moderate)',
|
|
1170
|
+
shortName: 'NIH IT Sec',
|
|
1171
|
+
vertical: 'Education',
|
|
1172
|
+
jurisdiction: 'US',
|
|
1173
|
+
status: 'ACTIVE',
|
|
1174
|
+
priority: 'P0',
|
|
1175
|
+
description: 'NIH IT Security Policy (NIH Manual Chapter 2800 series). FISMA Moderate baseline required for systems processing controlled-access NIH research data. Covers encryption, vendor security attestation, DUA security clauses, and 1-hour US-CERT major incident reporting.',
|
|
1176
|
+
keyRequirements: ['FISMA Moderate / FedRAMP Moderate for vendors', 'FIPS 140-2 validated encryption', 'DUA security clause', 'NIST SP 800-53 AU audit controls', '1-hour US-CERT major incident reporting'],
|
|
1177
|
+
aiRelevance: 'AI systems processing controlled-access NIH data must demonstrate FISMA Moderate or FedRAMP Moderate. FIPS 140-2 validated encryption required. Major incidents reported to US-CERT within 1 hour.',
|
|
1178
|
+
controlCount: 5,
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
id: 'florida-student-privacy',
|
|
1182
|
+
name: 'Florida Student Privacy (State Overlay)',
|
|
1183
|
+
shortName: 'FL Student Privacy',
|
|
1184
|
+
vertical: 'Education',
|
|
1185
|
+
jurisdiction: 'US (Florida)',
|
|
1186
|
+
status: 'ACTIVE',
|
|
1187
|
+
priority: 'P0',
|
|
1188
|
+
description: 'Florida state student privacy law overlay (Chapter 1002.22, Section 1002.222, HB 3/Section 1014, Section 1006.52, FIPA Section 501.171) -- behavioral profiling block, targeted advertising block, no data sale, parental notification gate, vendor listing check, and 30-day FIPA breach notification clock. Applies to AI operators serving Florida public K-12 students and UF P.K. Yonge Developmental Research School.',
|
|
1189
|
+
keyRequirements: ['No behavioral profiling (non-educational)', 'No targeted advertising', 'No sale of student data', 'Parental notification gate (HB 3)', 'Vendor listing verification (Section 1006.52)', 'FIPA 30-day breach clock', 'Deletion on termination (30 days)'],
|
|
1190
|
+
aiRelevance: 'Ed-tech AI operators serving Florida K-12 students must be listed in the district data governance inventory, never build behavioral profiles for non-educational purposes, and comply with FIPA\'s 30-day breach notification clock. UF P.K. Yonge creates direct operator liability.',
|
|
1191
|
+
controlCount: 8,
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
id: 'us-fda-21cfr56',
|
|
1195
|
+
name: 'FDA 21 CFR Part 56 (IRB Regulations)',
|
|
1196
|
+
shortName: 'FDA 21 CFR 56',
|
|
1197
|
+
vertical: 'Healthcare',
|
|
1198
|
+
jurisdiction: 'US',
|
|
1199
|
+
status: 'ACTIVE',
|
|
1200
|
+
priority: 'P0',
|
|
1201
|
+
description: 'FDA 21 CFR Part 56 IRB Regulations for FDA-regulated clinical investigations (drugs, biologics, devices under IND/IDE). Covers IRB composition (56.107 -- >= 5 members, scientific + nonscientific + unaffiliated), quorum (56.108(c) -- majority with nonscientific), conflict-of-interest recusal (56.107(e)), continuing review (56.109(f) -- annually), expedited review criteria (56.110), records retention (56.115(b) -- 3 years), meeting minutes (56.115(a)(2)), and prompt reporting (56.108(b) -- 24h for SAEs). Distinct FDA authority from 45 CFR 46 (Common Rule / OHRP). Both packs may run simultaneously for dual-covered research.',
|
|
1202
|
+
keyRequirements: ['IRB >= 5 members (56.107(a))', 'Majority quorum + nonscientific (56.108(c))', 'COI recusal (56.107(e))', 'Continuing review <= 1 year (56.109(f))', 'Expedited review criteria (56.110)', '3-year records retention (56.115(b))', 'Meeting minutes with votes (56.115(a)(2))', 'Prompt SAE reporting 24h (56.108(b))'],
|
|
1203
|
+
aiRelevance: 'AI tools used in FDA-regulated clinical investigations must be documented in the IRB-approved protocol. AI-generated outputs contributing to unanticipated problems must be reported promptly to FDA and the sponsor. IRB records including AI tool documentation retained >= 3 years.',
|
|
1204
|
+
controlCount: 8,
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
id: 'uk-equality-act-ai-bias',
|
|
1208
|
+
name: 'UK Equality Act 2010 + ICO-EHRC Joint AI Bias Guidance',
|
|
1209
|
+
shortName: 'UK Equality AI Bias',
|
|
1210
|
+
vertical: 'UK',
|
|
1211
|
+
jurisdiction: 'GB',
|
|
1212
|
+
status: 'ACTIVE',
|
|
1213
|
+
priority: 'P0',
|
|
1214
|
+
description: 'Equality Act 2010 AI-bias enforcement layer (GB: England, Scotland, Wales). Nine protected characteristics (ss.4-12). Indirect discrimination / disparate impact (s.19). Public Sector Equality Duty (s.149). ICO-EHRC joint guidance (2024): 80% (4/5ths) disparate-impact rule; mandatory EIA before public-sector AI deployment; T2 human review for high-bias-risk decisions; 7-year audit retention.',
|
|
1215
|
+
keyRequirements: ['9 protected characteristics (ss.4-12)', 'Disparate-impact gate 80% rule (s.19)', 'EIA before public-sector deployment (s.149)', 'T2 human review for high-bias-risk decisions', 'BLOCKED on sub-80% disparate-impact ratio', 'ICO-EHRC joint guidance (2024) compliance', '7-year retention'],
|
|
1216
|
+
aiRelevance: 'AI systems whose outputs affect persons in GB must scan for protected-characteristic proxies, enforce the 80% disparate-impact threshold, complete mandatory EIA before public-sector deployment, and route high-bias-risk decisions to T2 human review.',
|
|
1217
|
+
controlCount: 17,
|
|
1218
|
+
},
|
|
1219
|
+
// ---- EU bloc descriptors (batched 2026-05-10) ----
|
|
1220
|
+
{
|
|
1221
|
+
id: 'de-bdsg',
|
|
1222
|
+
name: 'German BDSG (Federal Data Protection Act)',
|
|
1223
|
+
shortName: 'DE BDSG',
|
|
1224
|
+
vertical: 'EU',
|
|
1225
|
+
jurisdiction: 'DE',
|
|
1226
|
+
status: 'ACTIVE',
|
|
1227
|
+
priority: 'P1',
|
|
1228
|
+
description: 'German Federal Data Protection Act (Bundesdatenschutzgesetz, BDSG) — national supplement to EU GDPR. Specific German overlays: video surveillance (s.4), employee data (s.26), credit-scoring (s.31), automated individual decisions (s.37), DPO appointment threshold (s.38, 20 persons or 9 in regular processing of sensitive data). BfDI (federal) + 16 Länder DPAs enforcement.',
|
|
1229
|
+
keyRequirements: ['BDSG s.26 employee data special regime', 'DPO appointment threshold (s.38)', 'Credit-scoring restrictions (s.31)', 'Automated individual decisions (s.37)', 'BfDI + Länder DPA dual enforcement', 'Video surveillance (s.4)', 'Pairs with EU GDPR'],
|
|
1230
|
+
aiRelevance: 'AI agents acting on German personal data must apply BDSG-specific overlays — particularly s.26 employee data, s.31 credit-scoring restrictions, and s.37 automated decisions. Pairs with EU GDPR pack.',
|
|
1231
|
+
controlCount: 7,
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
id: 'eu-cra',
|
|
1235
|
+
name: 'EU Cyber Resilience Act (Regulation (EU) 2024/2847)',
|
|
1236
|
+
shortName: 'EU CRA',
|
|
1237
|
+
vertical: 'EU',
|
|
1238
|
+
jurisdiction: 'EU',
|
|
1239
|
+
status: 'ACTIVE',
|
|
1240
|
+
priority: 'P0',
|
|
1241
|
+
description: 'EU Cyber Resilience Act 2024/2847 — horizontal cybersecurity requirements for products with digital elements placed on the EU market. Manufacturer obligations: secure-by-design + by-default; vulnerability handling for product lifetime; mandatory CE marking; conformity assessment per criticality class. 24-hour ENISA + national CSIRT notification of actively-exploited vulnerabilities. Penalties up to 2.5% global turnover.',
|
|
1242
|
+
keyRequirements: ['Secure-by-design + by-default', 'Vulnerability handling for product lifetime', 'CE marking conformity', 'Critical / important product class', '24-hour ENISA + CSIRT notification (actively exploited)', 'Up to 2.5% global turnover penalty', 'Pairs with NIS2'],
|
|
1243
|
+
aiRelevance: 'AI agents shipped as products with digital elements into the EU market must surface CRA-aligned secure-by-design evidence, route actively-exploited vulnerabilities into the 24-hour ENISA + CSIRT clock, and produce CE-marking conformity evidence. Pairs with EU AI Act for AI-specific overlays.',
|
|
1244
|
+
controlCount: 7,
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
id: 'eu-data-act',
|
|
1248
|
+
name: 'EU Data Act (Regulation (EU) 2023/2854)',
|
|
1249
|
+
shortName: 'EU Data Act',
|
|
1250
|
+
vertical: 'EU',
|
|
1251
|
+
jurisdiction: 'EU',
|
|
1252
|
+
status: 'ACTIVE',
|
|
1253
|
+
priority: 'P1',
|
|
1254
|
+
description: 'EU Data Act 2023/2854 (in force from 12 Sep 2025) — data-access + portability rules for IoT + connected products + cloud services. Right of users to access raw and pre-processed data they generate; sharing with third parties; cloud-switching obligations (notice + cooperation + interoperability); B2G data sharing in exceptional circumstances; international transfer + access protection.',
|
|
1255
|
+
keyRequirements: ['IoT user data-access right', 'Third-party data sharing on user request', 'Cloud-switching notice + cooperation', 'Cloud-switching interoperability', 'B2G data sharing (exceptional)', 'International data transfer protection', 'Pairs with EU GDPR + EU DGA'],
|
|
1256
|
+
aiRelevance: 'AI agents inside IoT or connected-product workflows must surface user-data-access endpoints, support third-party sharing on user request, and implement cloud-switching cooperation when the AI is a cloud service. Pairs with EU GDPR.',
|
|
1257
|
+
controlCount: 7,
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
id: 'eu-dma',
|
|
1261
|
+
name: 'EU Digital Markets Act (Regulation (EU) 2022/1925)',
|
|
1262
|
+
shortName: 'EU DMA',
|
|
1263
|
+
vertical: 'EU',
|
|
1264
|
+
jurisdiction: 'EU',
|
|
1265
|
+
status: 'ACTIVE',
|
|
1266
|
+
priority: 'P1',
|
|
1267
|
+
description: 'EU Digital Markets Act 2022/1925 — gatekeeper obligations for designated core platform services. Self-preferencing prohibition; interoperability requirements; data-portability; restrictions on bundling + tying; sideloading + alternative app stores; advertising transparency. Up to 10% global turnover penalty (20% repeat).',
|
|
1268
|
+
keyRequirements: ['Self-preferencing prohibition', 'Interoperability obligations', 'Data portability for users', 'No bundling / tying restrictions', 'Sideloading + alternative app stores', 'Advertising transparency', 'Up to 10-20% global turnover penalty'],
|
|
1269
|
+
aiRelevance: 'AI agents operating gatekeeper-designated core platform services in the EU must surface DMA-aligned interoperability + data-portability + advertising-transparency evidence. Self-preferencing prohibition applies to AI ranking + recommendation outputs.',
|
|
1270
|
+
controlCount: 7,
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
id: 'eu-dsa',
|
|
1274
|
+
name: 'EU Digital Services Act (Regulation (EU) 2022/2065)',
|
|
1275
|
+
shortName: 'EU DSA',
|
|
1276
|
+
vertical: 'EU',
|
|
1277
|
+
jurisdiction: 'EU',
|
|
1278
|
+
status: 'ACTIVE',
|
|
1279
|
+
priority: 'P0',
|
|
1280
|
+
description: 'EU Digital Services Act 2022/2065 — intermediary, hosting, online platform, and VLOP/VLOSE obligations for content moderation. Notice-and-action mechanism; trusted flaggers; transparency reporting (s.15 + s.42); recommender-system explainability; targeted advertising restrictions (no minors, no special-category data); risk assessment + mitigation for VLOPs/VLOSEs; independent audits. Up to 6% global turnover penalty.',
|
|
1281
|
+
keyRequirements: ['Notice-and-action mechanism', 'Trusted flagger framework', 'Transparency reporting (s.15 + s.42)', 'Recommender-system explainability', 'Targeted advertising restrictions', 'VLOP/VLOSE risk assessment + mitigation', 'Independent audits + Up to 6% turnover penalty'],
|
|
1282
|
+
aiRelevance: 'AI agents that recommend, rank, or moderate content for EU users must surface DSA-aligned recommender explainability, route content actions into the notice-and-action mechanism, and produce transparency reports. VLOP/VLOSE designation triggers risk assessment + audit obligations. Pairs with uk-online-safety-act for cross-jurisdictional overlap.',
|
|
1283
|
+
controlCount: 7,
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
id: 'eu-lpp',
|
|
1287
|
+
name: 'EU Legal Professional Privilege (Akzo Nobel Standard)',
|
|
1288
|
+
shortName: 'EU LPP',
|
|
1289
|
+
vertical: 'EU',
|
|
1290
|
+
jurisdiction: 'EU',
|
|
1291
|
+
status: 'ACTIVE',
|
|
1292
|
+
priority: 'P1',
|
|
1293
|
+
description: 'EU Legal Professional Privilege per Akzo Nobel v Commission (C-550/07 P) — protection limited to communications with independent EU-qualified outside counsel for the purpose of providing legal advice in defence of the client. Excludes in-house counsel + non-EEA-qualified lawyers. Covers EC investigations + EU competition + EU-administered enforcement. Distinct from US attorney-client privilege and from broader UK / UK-jurisdiction LPP.',
|
|
1294
|
+
keyRequirements: ['Outside-counsel-only privilege scope', 'EU-qualified counsel requirement (Akzo Nobel)', 'Communications-with-counsel scope', 'Excludes in-house communications', 'EC investigation + EU competition application', 'Distinct from UK + US privilege', 'Documentation chain-of-custody'],
|
|
1295
|
+
aiRelevance: 'AI agents handling legal communications subject to EU competition or EC investigation contexts must apply Akzo-Nobel-standard privilege boundaries — only outside-counsel-with-EU-qualification communications get the privilege gate. In-house communications do not. Pairs with aba (US MRPC) and uk-equivalent privilege packs.',
|
|
1296
|
+
controlCount: 7,
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
id: 'eu-mdr-ivdr',
|
|
1300
|
+
name: 'EU MDR + IVDR (Medical Device Regulations)',
|
|
1301
|
+
shortName: 'EU MDR/IVDR',
|
|
1302
|
+
vertical: 'EU',
|
|
1303
|
+
jurisdiction: 'EU',
|
|
1304
|
+
status: 'ACTIVE',
|
|
1305
|
+
priority: 'P0',
|
|
1306
|
+
description: 'EU Medical Device Regulation 2017/745 (MDR) + In-Vitro Diagnostic Regulation 2017/746 (IVDR). Risk-classification (I / IIa / IIb / III for MDR; A / B / C / D for IVDR); CE marking via Notified Body conformity assessment; clinical evaluation evidence; UDI (Unique Device Identifier); EUDAMED registration; vigilance + post-market surveillance + Periodic Safety Update Report (PSUR); Authorised Representative for non-EU manufacturers. Distinct from MHRA UK SaMD/UKCA pack (post-Brexit divergence).',
|
|
1307
|
+
keyRequirements: ['Risk classification (MDR I-III, IVDR A-D)', 'CE marking via Notified Body', 'Clinical evaluation evidence', 'UDI + EUDAMED registration', 'PSUR + post-market surveillance', 'Authorised Representative (non-EU manufacturers)', 'Distinct from MHRA UK SaMD/UKCA'],
|
|
1308
|
+
aiRelevance: 'AI agents acting as Software as a Medical Device in the EU market must declare MDR/IVDR risk class, surface CE marking + Notified Body conformity, register in EUDAMED, and route adverse events through the vigilance system. Distinct from MHRA UK SaMD/UKCA — post-Brexit jurisdictions diverge.',
|
|
1309
|
+
controlCount: 7,
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
id: 'nis2',
|
|
1313
|
+
name: 'EU NIS2 Directive (Directive 2022/2555)',
|
|
1314
|
+
shortName: 'EU NIS2',
|
|
1315
|
+
vertical: 'EU',
|
|
1316
|
+
jurisdiction: 'EU',
|
|
1317
|
+
status: 'ACTIVE',
|
|
1318
|
+
priority: 'P0',
|
|
1319
|
+
description: 'EU NIS2 Directive 2022/2555 — significantly expanded cybersecurity duty across 18 sectors (essential + important entities). Risk management measures (Art 21); incident reporting 24-hour early-warning + 72-hour intermediate + 1-month final (Art 23); cooperation with CSIRT + competent authority (Art 24-25); supply-chain security; management body responsibility (Art 20); criminal penalty backstop. Distinct from UK NIS Regulations 2018 (separate pack).',
|
|
1320
|
+
keyRequirements: ['18 sectors (essential + important)', 'Risk management measures (Art 21)', '24h early warning + 72h intermediate + 1mo final reporting', 'Cooperation with CSIRT + competent authority', 'Supply-chain security obligations', 'Management body responsibility (Art 20)', 'Distinct from UK NIS Regulations'],
|
|
1321
|
+
aiRelevance: 'AI agents inside an essential or important entity boundary must run risk-management measures under Art 21, route incidents into the 24h/72h/1mo reporting cadence, and surface supply-chain security evidence. Stricter and broader than the UK NIS pack.',
|
|
1322
|
+
controlCount: 7,
|
|
1323
|
+
},
|
|
1324
|
+
// ---- UK additional sector packs ----
|
|
1325
|
+
{
|
|
1326
|
+
id: 'cma-ai-foundation-models',
|
|
1327
|
+
name: 'UK CMA AI Foundation Models + DMCC Act 2024',
|
|
1328
|
+
shortName: 'UK CMA AI Foundation',
|
|
1329
|
+
vertical: 'UK',
|
|
1330
|
+
jurisdiction: 'GB',
|
|
1331
|
+
status: 'ACTIVE',
|
|
1332
|
+
priority: 'P1',
|
|
1333
|
+
description: 'UK Competition and Markets Authority AI Foundation Models initial review (2023) + Update Paper (2024) + Digital Markets, Competition and Consumers Act 2024 (DMCC). Six guiding principles: accountability, access, diversity, choice, flexibility, fair-dealing. CMA SMS designation regime under DMCC for digital activities; Conduct Requirements; Pro-Competition Interventions. Particular focus on FM market concentration, vertical integration risks (compute / data / talent / infrastructure).',
|
|
1334
|
+
keyRequirements: ['Six CMA principles (accountability / access / diversity / choice / flexibility / fair-dealing)', 'DMCC SMS designation surface', 'DMCC Conduct Requirements', 'Pro-Competition Interventions', 'Foundation-model vertical integration disclosure', 'Compute + data + talent concentration evidence', 'Pairs with uk-ai-framework + EU DMA'],
|
|
1335
|
+
aiRelevance: 'AI agents built on or marketed as foundation models in the UK market must surface CMA-principle-aligned evidence, disclose vertical-integration posture, and (where SMS-designated under DMCC) comply with Conduct Requirements. Pairs with uk-ai-framework (DSIT principles overlap) and EU DMA (gatekeeper overlay).',
|
|
1336
|
+
controlCount: 7,
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
id: 'fca-consumer-duty',
|
|
1340
|
+
name: 'FCA Consumer Duty (PS22/9)',
|
|
1341
|
+
shortName: 'FCA Consumer Duty',
|
|
1342
|
+
vertical: 'UK',
|
|
1343
|
+
jurisdiction: 'GB',
|
|
1344
|
+
status: 'ACTIVE',
|
|
1345
|
+
priority: 'P1',
|
|
1346
|
+
description: 'UK FCA Consumer Duty (Policy Statement PS22/9, in force July 2023 for new + open products, July 2024 for closed products). Higher and clearer standard of consumer protection. Cross-cutting rules: act in good faith, avoid foreseeable harm, enable customers to pursue financial objectives. Four outcomes: products + services; price + value; consumer understanding; consumer support. Senior Manager + Certification Regime accountability.',
|
|
1347
|
+
keyRequirements: ['Cross-cutting good faith rule', 'Foreseeable harm avoidance', 'Products + services outcome', 'Price + value outcome', 'Consumer understanding outcome', 'Consumer support outcome', 'SMCR accountability tagging'],
|
|
1348
|
+
aiRelevance: 'AI agents operating in UK consumer financial services must surface Consumer Duty evidence on every customer-facing decision: foreseeable-harm test, price + value justification, comprehension support, and named-SMF accountability. Pairs with FCA Op Resilience (PS21/3) and uk-gdpr.',
|
|
1349
|
+
controlCount: 7,
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
id: 'fca-op-resilience',
|
|
1353
|
+
name: 'FCA Operational Resilience (PS21/3)',
|
|
1354
|
+
shortName: 'FCA Op Resilience',
|
|
1355
|
+
vertical: 'UK',
|
|
1356
|
+
jurisdiction: 'GB',
|
|
1357
|
+
status: 'ACTIVE',
|
|
1358
|
+
priority: 'P1',
|
|
1359
|
+
description: 'UK FCA Operational Resilience (Policy Statement PS21/3, end of 3-year transition March 2025). Important Business Services identification; impact tolerance setting (max disruption); mapping (resources, dependencies, suppliers); scenario testing; lessons learned. Joint with PRA SS1/21 + BoE for dual-regulated firms. Material outsourcing per FG16/5 + IRRBB + cloud-specific guidance.',
|
|
1360
|
+
keyRequirements: ['Important Business Services identification', 'Impact tolerance setting (max disruption)', 'Mapping resources + dependencies + suppliers', 'Scenario testing', 'Lessons-learned cycle', 'Material outsourcing FG16/5 alignment', 'Pairs with PRA SS1/21 + BoE for dual-regulated'],
|
|
1361
|
+
aiRelevance: 'AI agents inside a UK financial services Important Business Service boundary must contribute to mapping (as a resource + supplier dependency), participate in scenario testing, and surface impact-tolerance evidence. Particularly relevant where AI is the dependency for the IBS.',
|
|
1362
|
+
controlCount: 7,
|
|
1363
|
+
},
|
|
1364
|
+
// ---- US state AI laws ----
|
|
1365
|
+
{
|
|
1366
|
+
id: 'california-ab2930',
|
|
1367
|
+
name: 'California AB 2930 Automated Decision Tool Act',
|
|
1368
|
+
shortName: 'CA AB 2930',
|
|
1369
|
+
vertical: 'US',
|
|
1370
|
+
jurisdiction: 'US-CA',
|
|
1371
|
+
status: 'ACTIVE',
|
|
1372
|
+
priority: 'P1',
|
|
1373
|
+
description: 'California AB 2930 (Automated Decision Tool Act) — restricts deployers + developers from using ADTs that contribute to algorithmic discrimination in consequential decisions (employment, education, housing, essential goods + services, healthcare, financial services, criminal justice, legal services, voting, reproductive services). Pre-deployment + annual impact assessments; notice to subjects; right to opt-out + alternative selection process; CRD enforcement.',
|
|
1374
|
+
keyRequirements: ['ADT scope: consequential decisions', 'Pre-deployment impact assessment', 'Annual impact assessment', 'Subject notice', 'Opt-out + alternative selection process', 'CRD enforcement surface', 'Bias audit substrate'],
|
|
1375
|
+
aiRelevance: 'AI agents operating as ADTs in California must complete pre-deployment + annual impact assessments, surface subject notice, and route opt-out requests to a human alternative. Pairs with NYC Local Law 144 (NYC AEDT) and Colorado AI Act for state-overlay AI obligations.',
|
|
1376
|
+
controlCount: 7,
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
id: 'illinois-aivia',
|
|
1380
|
+
name: 'Illinois AI Video Interview Act (AIVIA)',
|
|
1381
|
+
shortName: 'IL AIVIA',
|
|
1382
|
+
vertical: 'US',
|
|
1383
|
+
jurisdiction: 'US-IL',
|
|
1384
|
+
status: 'ACTIVE',
|
|
1385
|
+
priority: 'P2',
|
|
1386
|
+
description: 'Illinois AI Video Interview Act (820 ILCS 42/) — employer obligations when using AI to analyse video interviews. Notice-before-use, explanation of how AI works + characteristics evaluated, candidate consent, demographic data reporting (race/ethnicity for race-significant decisions), 30-day deletion of video on candidate request. Goes beyond GDPR-shape consent in the AI-specific notice + explanation requirements.',
|
|
1387
|
+
keyRequirements: ['Notice before AI use in interview', 'Explanation of AI characteristics + workings', 'Candidate consent', 'Demographic data reporting (where AI race-significant)', '30-day deletion on candidate request', 'Distinct from EEOC general bias enforcement', 'Pairs with NYC LL 144'],
|
|
1388
|
+
aiRelevance: 'AI agents analysing video interviews of Illinois candidates must surface notice + explanation, route consent through the audit chain, and delete video on candidate request inside 30 days. Pairs with NYC Local Law 144 (NYC AEDT).',
|
|
1389
|
+
controlCount: 7,
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
id: 'maryland-hb1202',
|
|
1393
|
+
name: 'Maryland HB 1202 Facial Recognition Employment Act',
|
|
1394
|
+
shortName: 'MD HB 1202',
|
|
1395
|
+
vertical: 'US',
|
|
1396
|
+
jurisdiction: 'US-MD',
|
|
1397
|
+
status: 'ACTIVE',
|
|
1398
|
+
priority: 'P2',
|
|
1399
|
+
description: 'Maryland HB 1202 — facial recognition in employment. Prohibits employers from using facial recognition technology during pre-hire interviews unless the candidate consents in writing. Distinct from BIPA (Illinois biometric); distinct from facial-recognition-in-public-space restrictions.',
|
|
1400
|
+
keyRequirements: ['Facial recognition in pre-hire prohibition (default)', 'Written candidate consent exception', 'Recordkeeping of consent', 'Distinct from BIPA Illinois', 'Distinct from public-space facial-recognition restrictions', 'Maryland AG enforcement', 'Pre-hire-only scope'],
|
|
1401
|
+
aiRelevance: 'AI agents using facial recognition in Maryland pre-hire workflows must obtain + retain written candidate consent before each interview. Default-deny posture pre-consent. Pairs with bipa pack for biometric-data overlay.',
|
|
1402
|
+
controlCount: 7,
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
id: 'tennessee-elvis',
|
|
1406
|
+
name: 'Tennessee ELVIS Act (TCA §47-25-1101)',
|
|
1407
|
+
shortName: 'TN ELVIS',
|
|
1408
|
+
vertical: 'US',
|
|
1409
|
+
jurisdiction: 'US-TN',
|
|
1410
|
+
status: 'ACTIVE',
|
|
1411
|
+
priority: 'P2',
|
|
1412
|
+
description: 'Tennessee Ensuring Likeness Voice and Image Security (ELVIS) Act — first US state law explicitly protecting voice + likeness from unauthorised AI replication. Civil + criminal liability for distributing unauthorised AI-generated voice or likeness. Particularly aimed at music industry but applies broadly. Distinct private right of action.',
|
|
1413
|
+
keyRequirements: ['Voice + likeness protection from AI replication', 'Civil liability for unauthorised distribution', 'Criminal liability', 'Private right of action', 'Distinct from federal right of publicity', 'Music industry focus + general applicability', 'AI-specific scope'],
|
|
1414
|
+
aiRelevance: 'AI agents generating voice + likeness output that touches Tennessee jurisdiction (resident, performance) must surface ELVIS-aligned consent evidence, default-deny on unverified likeness use. Particularly relevant for voice-clone + image-generation models.',
|
|
1415
|
+
controlCount: 7,
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
id: 'texas-hb4',
|
|
1419
|
+
name: 'Texas TDPSA (HB 4 — Data Privacy and Security Act)',
|
|
1420
|
+
shortName: 'TX TDPSA',
|
|
1421
|
+
vertical: 'US',
|
|
1422
|
+
jurisdiction: 'US-TX',
|
|
1423
|
+
status: 'ACTIVE',
|
|
1424
|
+
priority: 'P1',
|
|
1425
|
+
description: 'Texas Data Privacy and Security Act (HB 4, in force July 2024) — Texas comprehensive privacy law. Controller obligations: data inventory, consumer rights (access / deletion / portability / opt-out for sale + targeted advertising / appeal), DPIAs for high-risk processing, sensitive-data category, data-broker registration. AG-enforced; 30-day cure period for non-recurring violations.',
|
|
1426
|
+
keyRequirements: ['Consumer rights (access / deletion / portability / opt-out / appeal)', 'DPIA for high-risk processing', 'Sensitive-data special category', 'Data-broker registration', 'Privacy notice content', 'AG enforcement + 30-day cure', 'Distinct from CCPA + CDPA'],
|
|
1427
|
+
aiRelevance: 'AI agents acting on Texas-resident personal data must surface TDPSA-aligned consumer rights endpoints, run DPIAs on high-risk AI processing, and route data-broker activity through the registration surface. Stronger than CCPA in some areas; weaker in others.',
|
|
1428
|
+
controlCount: 7,
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
id: 'utah-ai-policy',
|
|
1432
|
+
name: 'Utah AI Policy Act (SB 149, 2024)',
|
|
1433
|
+
shortName: 'UT AI Policy',
|
|
1434
|
+
vertical: 'US',
|
|
1435
|
+
jurisdiction: 'US-UT',
|
|
1436
|
+
status: 'ACTIVE',
|
|
1437
|
+
priority: 'P2',
|
|
1438
|
+
description: 'Utah Artificial Intelligence Policy Act (SB 149, 2024) — first US state law specifically requiring disclosure of AI use in regulated occupations + consumer interactions. Healthcare provider AI-use disclosure on patient request; consumer-facing AI-use disclosure on consumer request; UCPA (consumer protection) liability for failure-to-disclose. Office of AI Policy oversight + Utah AI Learning Laboratory regulatory mitigation pathway.',
|
|
1439
|
+
keyRequirements: ['Healthcare AI-use disclosure on patient request', 'Consumer-facing AI-use disclosure on request', 'UCPA failure-to-disclose liability', 'Office of AI Policy oversight surface', 'Utah AI Learning Laboratory pathway', 'Distinct from other state AI laws', 'Disclosure-by-default posture'],
|
|
1440
|
+
aiRelevance: 'AI agents interacting with Utah consumers (especially in regulated occupations + healthcare) must surface use-disclosure on request. Failure-to-disclose creates UCPA liability. Pairs with the Office of AI Policy + Learning Laboratory mitigation pathway for novel use cases.',
|
|
1441
|
+
controlCount: 7,
|
|
1442
|
+
},
|
|
1443
|
+
// ---- Aerospace pack (DO-178C avionics software life cycle) ----
|
|
1444
|
+
{
|
|
1445
|
+
id: 'do-178c',
|
|
1446
|
+
name: 'RTCA DO-178C / EUROCAE ED-12C — Software Considerations in Airborne Systems',
|
|
1447
|
+
shortName: 'DO-178C',
|
|
1448
|
+
vertical: 'Aerospace',
|
|
1449
|
+
jurisdiction: 'International',
|
|
1450
|
+
status: 'ACTIVE',
|
|
1451
|
+
priority: 'P1',
|
|
1452
|
+
description: 'RTCA DO-178C / EUROCAE ED-12C — the mandatory software life-cycle standard for civil avionics certification. Accepted means of compliance under FAA 14 CFR §21.31, EASA CS-25.1309, Transport Canada AWM 525, ANAC RBHA, and CASA CASR Part 21. Software-Level (A through E) failure-condition categories from catastrophic (Level A) to no-effect (Level E) drive process intensity. Pairs with DO-330 (tool qualification), DO-331 (model-based dev), DO-332 (object-oriented), DO-333 (formal methods), DO-326A (airworthiness security), SAE ARP4754A (system development), SAE ARP4761 (safety assessment).',
|
|
1453
|
+
keyRequirements: ['Software level (A/B/C/D/E) assignment from system safety assessment', 'PSAC + SDP + SVP plans active per level', 'MC/DC coverage for Level A (100%); decision coverage for Level B', 'DO-330 tool qualification (TQL-1 to TQL-5) tracking', 'Configuration management + Software Quality Assurance (SQA)', 'Conformity review sign-off + Software Accomplishment Summary (SAS)', 'Problem Reports (PRs) feeding anomaly detection + DER review for Level A/B'],
|
|
1454
|
+
aiRelevance: 'AI agents involved in avionics software development must respect the software level of each artifact they touch. Level A unverified changes trigger immediate escalation. MC/DC coverage shortfall on Level A code requires DER + SQA review. Tool-qualification level (TQL) tracking required when AI tools generate or verify code that contributes to the certification basis (DO-330). Pairs with FDA SaMD packs for life-critical software lineage.',
|
|
1455
|
+
controlCount: 15,
|
|
1456
|
+
},
|
|
1457
|
+
// ---- US sector packs (healthcare + finance) ----
|
|
1458
|
+
{
|
|
1459
|
+
id: 'cms-interoperability',
|
|
1460
|
+
name: 'CMS Interoperability and Patient Access (CMS-9115-F)',
|
|
1461
|
+
shortName: 'CMS Interop',
|
|
1462
|
+
vertical: 'Healthcare',
|
|
1463
|
+
jurisdiction: 'US',
|
|
1464
|
+
status: 'ACTIVE',
|
|
1465
|
+
priority: 'P1',
|
|
1466
|
+
description: 'CMS Interoperability and Patient Access Final Rule (CMS-9115-F, 2020 + subsequent updates). Patient Access API + Provider Directory API + Payer-to-Payer Data Exchange + Improving the Electronic Exchange of Healthcare Data (CMS-0057-F). FHIR R4 + USCDI standards mandatory; Da Vinci Project payer reference implementations. Applies to Medicare Advantage, state Medicaid, CHIP, QHP issuers on FFEs.',
|
|
1467
|
+
keyRequirements: ['Patient Access API (FHIR R4 + USCDI)', 'Provider Directory API', 'Payer-to-Payer Data Exchange', 'CMS-0057-F prior authorisation API', 'USCDI alignment', 'Da Vinci Project IGs', 'CMS enforcement surface'],
|
|
1468
|
+
aiRelevance: 'AI agents in US payer-side healthcare must surface FHIR-R4 + USCDI-aligned data exchange, support Patient Access API + Provider Directory API endpoints, and (post CMS-0057-F) the prior authorisation API. Pairs with hipaa + hitech for the underlying privacy + security baseline.',
|
|
1469
|
+
controlCount: 7,
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
id: 'finra-3110',
|
|
1473
|
+
name: 'FINRA Broker-Dealer Supervision and Records',
|
|
1474
|
+
shortName: 'FINRA 3110',
|
|
1475
|
+
vertical: 'Fintech',
|
|
1476
|
+
jurisdiction: 'US',
|
|
1477
|
+
status: 'ACTIVE',
|
|
1478
|
+
priority: 'P0',
|
|
1479
|
+
description: 'FINRA Rule 3110 (Supervision) + 3120 (Supervisory Control) + 4510-series (Books and Records). Written supervisory procedures (WSPs); designated supervisors; review of business-related communications + transactions; risk-based supervision systems. AI overlay: automated communication review + automated transaction surveillance must be designed + tested + monitored under the WSPs. Pairs with SEC 17a-4 records retention + SR 11-7 model risk.',
|
|
1480
|
+
keyRequirements: ['Written Supervisory Procedures (WSPs)', 'Designated supervisor identification', 'Business communications review', 'Transaction review (risk-based)', '4510 books + records compliance', 'AI surveillance model design + test + monitor', 'Pairs with SEC 17a-4 + SR 11-7'],
|
|
1481
|
+
aiRelevance: 'AI agents performing supervisory functions in a US broker-dealer must be documented in the WSPs as the supervisory mechanism, retain evidence of review + design + test + monitor, and route exceptions to a designated supervisor. Pairs with sox-404 + soc-1 for control-environment alignment.',
|
|
1482
|
+
controlCount: 7,
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
id: 'iso20022',
|
|
1486
|
+
name: 'ISO 20022 Financial Messaging Standard',
|
|
1487
|
+
shortName: 'ISO 20022',
|
|
1488
|
+
vertical: 'Fintech',
|
|
1489
|
+
jurisdiction: 'Global',
|
|
1490
|
+
status: 'ACTIVE',
|
|
1491
|
+
priority: 'P1',
|
|
1492
|
+
description: 'ISO 20022 — global financial messaging standard adopted by SWIFT, Fedwire, CHIPS, TARGET2, CHAPS, and most modern payment rails. Structured + machine-readable XML/JSON message data. Mandatory migration deadlines (SWIFT cross-border end of co-existence Nov 2025). Improves anti-fraud + compliance signal density vs legacy MT formats.',
|
|
1493
|
+
keyRequirements: ['ISO 20022 message schema conformance', 'Structured remittance information', 'BIC + LEI population', 'Sanctions + AML signal field population', 'Migration from legacy MT', 'Pairs with bsa-aml + au-aml-ctf', 'SWIFT + Fedwire + CHIPS + TARGET2 alignment'],
|
|
1494
|
+
aiRelevance: 'AI agents generating or processing payment messages must produce ISO-20022-conformant structured fields, populate sanctions + AML signal fields, and align with the active payment-rail schedule. Pairs with bsa-aml for sanctions screening overlay.',
|
|
1495
|
+
controlCount: 7,
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
id: 'reg-e',
|
|
1499
|
+
name: 'Regulation E / Electronic Fund Transfer Act (EFTA)',
|
|
1500
|
+
shortName: 'Reg E / EFTA',
|
|
1501
|
+
vertical: 'Fintech',
|
|
1502
|
+
jurisdiction: 'US',
|
|
1503
|
+
status: 'ACTIVE',
|
|
1504
|
+
priority: 'P0',
|
|
1505
|
+
description: 'Federal Reserve Regulation E implementing the Electronic Fund Transfer Act (EFTA, 15 USC §1693). Consumer protections for electronic fund transfers — including ACH, debit card, ATM, prepaid card. Error resolution procedures (10-business-day investigation; 45 days extended); unauthorised-transfer liability limits ($50 if reported within 2 business days; $500 within 60; unlimited after); receipt + periodic statement requirements. CFPB + Fed enforcement.',
|
|
1506
|
+
keyRequirements: ['Error resolution 10-business-day investigation', 'Provisional credit during extended investigation', 'Unauthorised-transfer liability tiers ($50 / $500 / unlimited)', 'Receipt + periodic statement', 'Recurring transfer authorisation', 'Pairs with fcra + cfpb-2023-03', 'CFPB + Fed enforcement'],
|
|
1507
|
+
aiRelevance: 'AI agents handling consumer EFT disputes in US financial services must route into the Reg E error-resolution clock, surface liability-tier evidence, and produce receipt + statement compliance. Pairs with fcra (consumer report data) and cfpb-2023-03 (consumer-finance enforcement).',
|
|
1508
|
+
controlCount: 7,
|
|
1509
|
+
},
|
|
1510
|
+
// ---- Security frameworks ----
|
|
1511
|
+
{
|
|
1512
|
+
id: 'hitrust-csf',
|
|
1513
|
+
name: 'HITRUST Common Security Framework (CSF) v11',
|
|
1514
|
+
shortName: 'HITRUST CSF',
|
|
1515
|
+
vertical: 'Healthcare',
|
|
1516
|
+
jurisdiction: 'US',
|
|
1517
|
+
status: 'ACTIVE',
|
|
1518
|
+
priority: 'P1',
|
|
1519
|
+
description: 'HITRUST CSF v11 (2023) — comprehensive security + privacy framework that harmonises HIPAA + HITECH + 21 CFR Part 11 + COBIT + NIST 800-53 + ISO 27001 + state breach laws into one assessable control set. e1 / i1 / r2 assessment levels. Particularly common in US healthcare + healthcare payer + healthcare ISV contexts; HITRUST certification often required by hospitals + payers.',
|
|
1520
|
+
keyRequirements: ['e1 (essentials) assessment', 'i1 (implemented) assessment', 'r2 (risk-based, 2-year) assessment', 'Harmonises HIPAA + HITECH + NIST 800-53 + ISO 27001', 'Annual or 2-year recertification cadence', 'External assessor requirement', 'HITRUST AI assurance program'],
|
|
1521
|
+
aiRelevance: 'AI agents operating in US healthcare + payer environments often need HITRUST CSF certification at e1 / i1 / r2 levels — HITRUST harmonises the underlying frameworks the agent already implements. AI assurance program covers AI-specific controls.',
|
|
1522
|
+
controlCount: 7,
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
id: 'iso27701',
|
|
1526
|
+
name: 'ISO/IEC 27701:2019 Privacy Information Management System (PIMS)',
|
|
1527
|
+
shortName: 'ISO 27701',
|
|
1528
|
+
vertical: 'Cross-Industry',
|
|
1529
|
+
jurisdiction: 'Global',
|
|
1530
|
+
status: 'ACTIVE',
|
|
1531
|
+
priority: 'P1',
|
|
1532
|
+
description: 'ISO/IEC 27701:2019 — privacy extension of ISO/IEC 27001 ISMS. PIMS (Privacy Information Management System) covering controller + processor responsibilities, mapped to GDPR + similar frameworks. Annex A (controller) + Annex B (processor) controls. Enables a single certifiable PIMS instead of separate GDPR / CCPA / etc. compliance evidence packs.',
|
|
1533
|
+
keyRequirements: ['Extension of ISO 27001 ISMS', 'PIMS scope definition', 'Controller responsibilities (Annex A)', 'Processor responsibilities (Annex B)', 'GDPR + similar framework mapping', 'External certification surface', 'Annual surveillance audits'],
|
|
1534
|
+
aiRelevance: 'AI agents inside an organisation pursuing privacy certification benefit from ISO 27701 PIMS substrate — single certifiable framework that maps to GDPR / UK GDPR / CCPA / LGPD / etc. Pairs with iso27001 (parent ISMS).',
|
|
1535
|
+
controlCount: 7,
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
id: 'nist-800-53',
|
|
1539
|
+
name: 'NIST SP 800-53 Rev. 5 — Security and Privacy Controls',
|
|
1540
|
+
shortName: 'NIST 800-53',
|
|
1541
|
+
vertical: 'Cross-Industry',
|
|
1542
|
+
jurisdiction: 'US',
|
|
1543
|
+
status: 'ACTIVE',
|
|
1544
|
+
priority: 'P0',
|
|
1545
|
+
description: 'NIST SP 800-53 Rev. 5 (2020 + Errata 2023) — comprehensive security + privacy controls catalog for federal information systems and organisations. 20 control families covering AC / AT / AU / CA / CM / CP / IA / IR / MA / MP / PE / PL / PM / PS / PT / RA / SA / SC / SI / SR. Foundational reference for FedRAMP + CMMC + StateRAMP + sector-specific overlays. Also widely used in private sector as a reference baseline.',
|
|
1546
|
+
keyRequirements: ['20 control families (AC through SR)', 'Control baseline selection (low / mod / high / privacy)', 'Tailoring + supplementation', 'Control parameter values', 'Foundational reference for FedRAMP + CMMC', 'OSCAL machine-readable representation', 'Continuous monitoring strategy'],
|
|
1547
|
+
aiRelevance: 'AI agents in federal + cleared environments must align with the selected NIST 800-53 baseline. AI-specific overlays (NIST AI RMF) reference back to 800-53 controls for technical implementation. Foundational reference for the security stack.',
|
|
1548
|
+
controlCount: 7,
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
id: 'nist-csf',
|
|
1552
|
+
name: 'NIST Cybersecurity Framework 2.0',
|
|
1553
|
+
shortName: 'NIST CSF 2.0',
|
|
1554
|
+
vertical: 'Cross-Industry',
|
|
1555
|
+
jurisdiction: 'US',
|
|
1556
|
+
status: 'ACTIVE',
|
|
1557
|
+
priority: 'P0',
|
|
1558
|
+
description: 'NIST Cybersecurity Framework 2.0 (Feb 2024). Six functions: Govern (NEW in 2.0), Identify, Protect, Detect, Respond, Recover. Outcome-driven; not prescriptive controls. Tier-based maturity (1-4); profile-based gap assessment. CSF 2.0 added the Govern function explicitly to address supply chain + AI + governance maturity. Widely referenced by NIS2 + UK CAF + sector regulators.',
|
|
1559
|
+
keyRequirements: ['Govern function (NEW in 2.0)', 'Identify function', 'Protect function', 'Detect function', 'Respond function', 'Recover function', 'Tier-based maturity + profile-based gap assessment'],
|
|
1560
|
+
aiRelevance: 'AI agents inside an organisation following NIST CSF 2.0 must surface evidence against each of the six functions, particularly the new Govern function which explicitly covers AI + supply chain. Pairs with nist-ai-rmf for AI-specific overlay and ncsc-caf for the UK equivalent.',
|
|
1561
|
+
controlCount: 7,
|
|
1562
|
+
},
|
|
1563
|
+
// ---- Devolved-nations + remaining UK pack descriptors (batch) ----
|
|
1564
|
+
// All pack files exist; descriptor was missing for each. Same Step 1-9
|
|
1565
|
+
// pattern as Wave 1/2/3 closures. UK / Scotland / Wales / Northern
|
|
1566
|
+
// Ireland devolved overlays + foundational uk-gdpr + uk-equality-act.
|
|
1567
|
+
{
|
|
1568
|
+
id: 'uk-gdpr',
|
|
1569
|
+
name: 'UK GDPR + Data Protection Act 2018',
|
|
1570
|
+
shortName: 'UK GDPR',
|
|
1571
|
+
vertical: 'UK',
|
|
1572
|
+
jurisdiction: 'GB',
|
|
1573
|
+
status: 'ACTIVE',
|
|
1574
|
+
priority: 'P0',
|
|
1575
|
+
description: 'UK GDPR + Data Protection Act 2018 baseline — lawful basis under Art 6, special-category data Art 9, Right of Access (Art 15) + Erasure (Art 17), DPIAs for high-risk processing (Art 35), 72-hour ICO breach notification, cross-border transfer safeguards (Schrems II + UK adequacy decisions). Foundational pack referenced by uk-ico-open-case (legal-hold posture) and every UK-vertical pack that touches personal data.',
|
|
1576
|
+
keyRequirements: ['Lawful basis (Art 6) + special-category (Art 9)', 'Data subject rights (Art 15-22)', 'DPIA for high-risk processing (Art 35)', '72-hour ICO breach notification', 'Cross-border transfer safeguards', 'Lawful purpose + minimum-necessary at ingress', 'DPA 2018 Part 2 + 3 + 4 overlay'],
|
|
1577
|
+
aiRelevance: 'AI agents processing UK-resident personal data must surface lawful basis at ingress, run a DPIA when the activity is high-risk, and route subject access + erasure requests through the audit chain. Pairs with uk-ico-open-case during open enforcement.',
|
|
1578
|
+
controlCount: 7,
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
id: 'uk-equality-act',
|
|
1582
|
+
name: 'UK Equality Act 2010 + Public Sector Equality Duty',
|
|
1583
|
+
shortName: 'UK Equality Act',
|
|
1584
|
+
vertical: 'UK',
|
|
1585
|
+
jurisdiction: 'GB',
|
|
1586
|
+
status: 'ACTIVE',
|
|
1587
|
+
priority: 'P0',
|
|
1588
|
+
description: 'UK Equality Act 2010 broad statute pack covering the 9 protected characteristics (ss.4-12), direct + indirect discrimination, harassment, victimisation, reasonable adjustments duty, and the Public Sector Equality Duty (s.149). Distinct from the AI-specific bias overlay pack (uk-equality-act-ai-bias) — this is the underlying statute pack.',
|
|
1589
|
+
keyRequirements: ['9 protected characteristics (ss.4-12)', 'Direct + indirect discrimination prohibition', 'Harassment + victimisation prohibition', 'Reasonable adjustments duty', 'Public Sector Equality Duty (s.149)', 'EHRC enforcement surface', 'Substrate for uk-equality-act-ai-bias'],
|
|
1590
|
+
aiRelevance: 'AI agents whose decisions affect persons in GB must classify protected-characteristic data, route reasonable-adjustments requests to a named reviewer, and surface PSED evidence for public-sector deployments. The AI-specific 80%-rule + EIA gates live in the uk-equality-act-ai-bias overlay pack.',
|
|
1591
|
+
controlCount: 7,
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
id: 'ncsc-caf',
|
|
1595
|
+
name: 'NCSC Cyber Assessment Framework (CAF)',
|
|
1596
|
+
shortName: 'NCSC CAF',
|
|
1597
|
+
vertical: 'UK',
|
|
1598
|
+
jurisdiction: 'GB',
|
|
1599
|
+
status: 'ACTIVE',
|
|
1600
|
+
priority: 'P1',
|
|
1601
|
+
description: 'NCSC Cyber Assessment Framework — outcome-focused security assessment used by UK competent authorities to evaluate Operators of Essential Services (OES) under UK NIS Regulations and increasingly by central government for high-impact systems. Four objectives (A: managing security risk; B: protecting against cyber attack; C: detecting cyber security events; D: minimising the impact of cyber security incidents); 14 principles; per-IGP indicators of good practice. Pairs with uk-nis-regs (statutory duty) and cyber-essentials (lighter SME baseline).',
|
|
1602
|
+
keyRequirements: ['CAF Objective A — managing security risk', 'CAF Objective B — protecting against cyber attack', 'CAF Objective C — detecting cyber security events', 'CAF Objective D — minimising impact', '14 principles + per-IGP indicators', 'Competent-authority assessment surface', 'Pairs with uk-nis-regs + cyber-essentials'],
|
|
1603
|
+
aiRelevance: 'AI agents inside an OES boundary must surface CAF principle-level evidence, route detected security events into the Objective C indicator surface, and produce competent-authority-ready CAF roll-up reports. Higher-tier counterpart to cyber-essentials.',
|
|
1604
|
+
controlCount: 7,
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
id: 'nhs-psirf',
|
|
1608
|
+
name: 'NHS Patient Safety Incident Response Framework (PSIRF)',
|
|
1609
|
+
shortName: 'NHS PSIRF',
|
|
1610
|
+
vertical: 'UK',
|
|
1611
|
+
jurisdiction: 'GB',
|
|
1612
|
+
status: 'ACTIVE',
|
|
1613
|
+
priority: 'P1',
|
|
1614
|
+
description: 'NHS England Patient Safety Incident Response Framework (replacing Serious Incident Framework 2015 from autumn 2023). Proportionate response; oversight via PSIRF Patient Safety Partner role; learning-response toolkit (After Action Review, Multidisciplinary Team Review, SWARM huddles, Patient Safety Incident Investigation). AI-overlay: AI-assisted clinical decisions in the incident path are subject to the same response standard. Pairs with nhs-clinical-safety (DCB0129/0160) and MHRA Yellow Card / FSN.',
|
|
1615
|
+
keyRequirements: ['Proportionate response selection (PSIRF toolkit)', 'Patient Safety Partner involvement', 'Learning-response over root-cause-only investigation', 'PSII for highest-severity incidents', 'AI-assisted decision attribution in incident timeline', 'Pairs with nhs-clinical-safety + MHRA Yellow Card', 'NHS England oversight surface'],
|
|
1616
|
+
aiRelevance: 'AI agents contributing to clinical decisions in NHS settings must register in the PSIRF incident timeline, attribute the AI portion of the decision, and surface evidence for the chosen learning-response method. Pairs with nhs-clinical-safety (CSO sign-off) and MHRA Yellow Card / FSN routing for SaMD-overlapping events.',
|
|
1617
|
+
controlCount: 7,
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
id: 'nice-esf-dht',
|
|
1621
|
+
name: 'NICE Evidence Standards Framework for Digital Health Technologies',
|
|
1622
|
+
shortName: 'NICE ESF',
|
|
1623
|
+
vertical: 'UK',
|
|
1624
|
+
jurisdiction: 'GB',
|
|
1625
|
+
status: 'ACTIVE',
|
|
1626
|
+
priority: 'P1',
|
|
1627
|
+
description: 'NICE Evidence Standards Framework for Digital Health Technologies (DHTs) — tiered evidence requirements for digital products in the NHS. Tier A (system-impact) / Tier B (informing) / Tier C (active monitoring or treatment). Effective and economic-impact evidence. Pairs with nhs-clinical-safety (clinical safety case) and uk-gdpr (data protection).',
|
|
1628
|
+
keyRequirements: ['Tier classification (A / B / C)', 'Effective evidence per tier', 'Economic-impact evidence per tier', 'Real-world implementation evidence', 'NHS commissioner-facing evidence surface', 'Pairs with nhs-clinical-safety', 'Refreshes via NICE update cadence'],
|
|
1629
|
+
aiRelevance: 'AI agents marketed as DHTs into the NHS must present tier-appropriate effectiveness + economic evidence, with the AI portion of the intervention attributable in the evidence pack. Pairs with nhs-clinical-safety, mhra-samd-ukca (where SaMD), and nhs-dtac (composite).',
|
|
1630
|
+
controlCount: 7,
|
|
1631
|
+
},
|
|
1632
|
+
{
|
|
1633
|
+
id: 'scotland-awi',
|
|
1634
|
+
name: 'Adults with Incapacity (Scotland) Act 2000',
|
|
1635
|
+
shortName: 'Scotland AWI',
|
|
1636
|
+
vertical: 'UK',
|
|
1637
|
+
jurisdiction: 'GB-SCT',
|
|
1638
|
+
status: 'ACTIVE',
|
|
1639
|
+
priority: 'P1',
|
|
1640
|
+
description: 'Adults with Incapacity (Scotland) Act 2000 — Scottish statutory framework for decisions affecting adults lacking capacity. Welfare guardian + power of attorney + intervention order routes. Distinct from the Mental Capacity Act 2005 (England + Wales) and Mental Capacity (Northern Ireland) Act 2016. AI-overlay: AI-assisted decisions touching adults-with-incapacity must surface the named decision-maker and route to the appropriate welfare/intervention authority.',
|
|
1641
|
+
keyRequirements: ['Capacity assessment requirement', 'Welfare guardian / POA / intervention-order routing', 'Best-interests principle', 'Least-restrictive option principle', 'Adult-safeguarding referral surface', 'Distinct from MCA 2005 (E+W)', 'OPG Scotland oversight surface'],
|
|
1642
|
+
aiRelevance: 'AI agents acting on Scottish adults-with-incapacity must surface a capacity flag, route consequential decisions to the named welfare guardian / attorney, and seal the named decision-maker into the audit chain.',
|
|
1643
|
+
controlCount: 7,
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
id: 'scotland-procurement-reform',
|
|
1647
|
+
name: 'Procurement Reform (Scotland) Act 2014',
|
|
1648
|
+
shortName: 'Scotland Procurement',
|
|
1649
|
+
vertical: 'UK',
|
|
1650
|
+
jurisdiction: 'GB-SCT',
|
|
1651
|
+
status: 'ACTIVE',
|
|
1652
|
+
priority: 'P2',
|
|
1653
|
+
description: 'Scotland-specific procurement statute (distinct from UK Procurement Act 2023 which covers England, Wales, NI). Sustainable procurement duty (s.9), community benefit requirements (s.25), Public Contracts Scotland Regulations 2015 + Procurement Reform statutory guidance. AI-specific overlays: model lineage + provenance, foreign-state involvement, sustainability + fair-work practices.',
|
|
1654
|
+
keyRequirements: ['Sustainable procurement duty (s.9)', 'Community benefit requirements (s.25)', 'Public Contracts Scotland conformance', 'Statutory guidance compliance', 'AI model lineage + provenance disclosure', 'Foreign-state involvement disclosure', 'Fair-work first overlay'],
|
|
1655
|
+
aiRelevance: 'AI agents bidding into Scottish public-sector procurement must surface sustainable procurement evidence, community-benefit commitments, and the AI-specific overlays. Distinct from the UK Procurement Act 2023 pack (uk-procurement-act).',
|
|
1656
|
+
controlCount: 7,
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
id: 'scotland-psed',
|
|
1660
|
+
name: 'Scotland Specific Duties (PSED Scotland — SSI 2012/162)',
|
|
1661
|
+
shortName: 'Scotland PSED',
|
|
1662
|
+
vertical: 'UK',
|
|
1663
|
+
jurisdiction: 'GB-SCT',
|
|
1664
|
+
status: 'ACTIVE',
|
|
1665
|
+
priority: 'P2',
|
|
1666
|
+
description: 'Equality Act 2010 (Specific Duties) (Scotland) Regulations 2012 — Scottish public-sector equality duty. Equality Outcomes (4-yearly), Mainstreaming Reports (biennial), Equality Impact Assessments, employee information + pay-gap reporting (gender + ethnicity + disability), board diversity reporting. Goes beyond the GB-wide PSED in uk-equality-act with stricter cadence + scope.',
|
|
1667
|
+
keyRequirements: ['Equality Outcomes 4-yearly cycle', 'Mainstreaming Report biennial cadence', 'EIAs for new + revised policies', 'Employee + pay-gap reporting (gender / ethnicity / disability)', 'Board diversity reporting', 'Stricter than GB PSED', 'Scottish Government oversight surface'],
|
|
1668
|
+
aiRelevance: 'AI agents in Scottish public-sector bodies must surface EIA evidence on policy + algorithm changes, contribute to Mainstreaming Report data, and tag pay-gap-relevant decisions for inclusion in the statutory reports.',
|
|
1669
|
+
controlCount: 7,
|
|
1670
|
+
},
|
|
1671
|
+
{
|
|
1672
|
+
id: 'wales-future-generations',
|
|
1673
|
+
name: 'Wellbeing of Future Generations (Wales) Act 2015',
|
|
1674
|
+
shortName: 'Wales WFG',
|
|
1675
|
+
vertical: 'UK',
|
|
1676
|
+
jurisdiction: 'GB-WLS',
|
|
1677
|
+
status: 'ACTIVE',
|
|
1678
|
+
priority: 'P2',
|
|
1679
|
+
description: 'Wellbeing of Future Generations (Wales) Act 2015 — Welsh-specific sustainable-development duty on public bodies. Seven well-being goals; five sustainable-development principles (long-term, prevention, integration, collaboration, involvement); Future Generations Commissioner oversight. AI-overlay: AI agents acting on behalf of public bodies must surface evidence against each well-being goal + apply the five-ways-of-working principles.',
|
|
1680
|
+
keyRequirements: ['Seven well-being goals evidence', 'Long-term principle', 'Prevention principle', 'Integration principle', 'Collaboration principle', 'Involvement principle', 'Future Generations Commissioner oversight'],
|
|
1681
|
+
aiRelevance: 'AI agents acting on behalf of Welsh public bodies must produce well-being-goal-tagged evidence and surface the five sustainable-development principles in material decisions. Pairs with uk-procurement-act for procurement-side overlays.',
|
|
1682
|
+
controlCount: 7,
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
id: 'ni-equality',
|
|
1686
|
+
name: 'Northern Ireland Equality (s.75 NI Act 1998 + Equality NI Orders + FETO)',
|
|
1687
|
+
shortName: 'NI Equality',
|
|
1688
|
+
vertical: 'UK',
|
|
1689
|
+
jurisdiction: 'GB-NIR',
|
|
1690
|
+
status: 'ACTIVE',
|
|
1691
|
+
priority: 'P1',
|
|
1692
|
+
description: 'Northern Ireland equality statutes overlay covering Section 75 of the NI Act 1998 (statutory equality duty across 9 categories — religion, political opinion, racial group, age, marital status, sexual orientation, men/women generally, with/without disability, with/without dependants), Equality (Disability) NI Orders, and Fair Employment and Treatment (NI) Order 1998 (FETO — religion + political opinion in employment + goods/services). Goes beyond the GB Equality Act 2010 with NI-specific religion + political-opinion duties.',
|
|
1693
|
+
keyRequirements: ['s.75 9-category equality duty', 'Equality Scheme + EQIA cadence', 'Disability Discrimination NI Orders', 'FETO religion + political-opinion duty', 'Fair Employment monitoring returns', 'ECNI oversight surface', 'Distinct from GB Equality Act 2010'],
|
|
1694
|
+
aiRelevance: 'AI agents acting in NI must surface s.75 9-category evidence, run EQIAs on policies + algorithms, and flag religion + political-opinion data per FETO. Stricter than GB Equality Act for these specific characteristics.',
|
|
1695
|
+
controlCount: 7,
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
id: 'ni-hscni',
|
|
1699
|
+
name: 'Health and Social Care Northern Ireland (HSCNI)',
|
|
1700
|
+
shortName: 'NI HSCNI',
|
|
1701
|
+
vertical: 'UK',
|
|
1702
|
+
jurisdiction: 'GB-NIR',
|
|
1703
|
+
status: 'ACTIVE',
|
|
1704
|
+
priority: 'P1',
|
|
1705
|
+
description: 'Northern Ireland integrated Health and Social Care system overlay. Distinct governance from NHS England — single integrated HSCNI body covering both health and social care under the Department of Health (NI). Caldicott Guardian role applies; NI-specific patient safety + adult safeguarding routes; NI-specific data-sharing protocols including the Health and Social Care Data Sharing Agreement.',
|
|
1706
|
+
keyRequirements: ['Integrated H+SC governance (HSCNI body)', 'NI Department of Health oversight', 'Caldicott Guardian designation', 'NI-specific patient safety routes', 'NI-specific adult safeguarding referral routes', 'HSC Data Sharing Agreement conformance', 'Distinct from NHS England (separate pack)'],
|
|
1707
|
+
aiRelevance: 'AI agents acting in HSCNI settings must surface the integrated H+SC binding, route patient safety + adult safeguarding events through NI-specific channels, and apply the Caldicott Guardian gate. Pairs with nhs-dspt (NHS data security baseline applicable cross-jurisdiction) and ni-mental-capacity.',
|
|
1708
|
+
controlCount: 7,
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
id: 'ni-mental-capacity',
|
|
1712
|
+
name: 'Mental Capacity (Northern Ireland) Act 2016',
|
|
1713
|
+
shortName: 'NI Mental Capacity',
|
|
1714
|
+
vertical: 'UK',
|
|
1715
|
+
jurisdiction: 'GB-NIR',
|
|
1716
|
+
status: 'ACTIVE',
|
|
1717
|
+
priority: 'P1',
|
|
1718
|
+
description: 'Mental Capacity (NI) Act 2016 — NI-specific statutory framework integrating mental-health + mental-capacity legislation (unique fusion in UK; NI has no separate Mental Health Act). Best-interests principle; deprivation-of-liberty safeguards (DoLS-equivalent under MCA NI); nominated person + independent advocate routes. Distinct from MCA 2005 (E+W) and AWI (Scotland).',
|
|
1719
|
+
keyRequirements: ['Capacity assessment requirement', 'Best-interests principle', 'Deprivation-of-liberty safeguards (MCA NI)', 'Nominated person designation', 'Independent advocate route', 'Integrated MH+MC fusion (unique in UK)', 'Distinct from MCA 2005 + AWI'],
|
|
1720
|
+
aiRelevance: 'AI agents acting in NI healthcare or social care touching mental-capacity decisions must surface a capacity flag, route to the nominated person / independent advocate, and apply the integrated MH+MC framework. Pairs with ni-hscni and uk-equality-act.',
|
|
1721
|
+
controlCount: 7,
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
// TIER 10-UK Wave 4, Pack 17 — UK Computer Misuse Act 1990. Foundational
|
|
1725
|
+
// UK cyber-crime statute. s.1-3A offences; criminal liability for
|
|
1726
|
+
// operators + deploying organisations whose AI agents commit
|
|
1727
|
+
// unauthorised access, impairment, or supply exploit articles.
|
|
1728
|
+
id: 'uk-cma-1990',
|
|
1729
|
+
name: 'UK Computer Misuse Act 1990',
|
|
1730
|
+
shortName: 'UK CMA 1990',
|
|
1731
|
+
vertical: 'UK',
|
|
1732
|
+
jurisdiction: 'GB',
|
|
1733
|
+
status: 'ACTIVE',
|
|
1734
|
+
priority: 'P1',
|
|
1735
|
+
description: 'Foundational UK cyber-crime statute (Computer Misuse Act 1990 c.18, as amended by the Police and Justice Act 2006, Serious Crime Act 2015, and Crime and Courts Act 2013). s.1 unauthorised access / s.2 unauthorised access with ulterior intent / s.3 impairment / s.3ZA serious-damage offence (up to life imprisonment) / s.3A making, supplying, or obtaining articles for use in offences. An AI agent that attempts to access third-party systems without authorisation — credential stuffing, paywall bypass, CVE exploitation, lateral movement, evidence tampering — exposes operator AND deploying organisation to criminal liability. Default-deny on unauthorised external-target tool invocation; operator authority is the source of truth, never prompt-derived.',
|
|
1736
|
+
keyRequirements: ['s.1 unauthorised access to computer material', 's.2 unauthorised access with intent to commit further offences', 's.3 unauthorised acts with intent to impair', 's.3ZA serious-damage offence (up to life imprisonment)', 's.3A making, supplying, or obtaining articles for use in offences', 'Default-deny on unauthorised external-target tool invocation', 'Operator-attested authorised-system list (no prompt-derived authority)', 'PACE 1984 s.78 admissible audit chain', 'Indictable-offence retention (no statutory limitation)'],
|
|
1737
|
+
aiRelevance: 'AI agents touching UK customer estates, UK-hosted infrastructure, or UK individuals are within reach of CMA 1990 prosecution. The pack gates tool invocation behind operator-attested authority, blocks data-classifier categories that signal unauthorised access / impairment / exploit tooling / evidence tampering, routes CMA-adjacent actions to T2 approval, and preserves PACE 1984 s.78 admissible evidence. Pairs with uk-nis-regs (statutory cyber-resilience duty), ncsc-caf (assessment evidence), and cyber-essentials (SME baseline).',
|
|
1738
|
+
controlCount: 9,
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
// TIER 10-UK Wave 4, Pack 16 (FINAL) — UK Future AI Legislation Horizon-Scan.
|
|
1742
|
+
// MONITOR-tier constitution scaffold for upcoming UK AI statutes (DSIT AI
|
|
1743
|
+
// Safety Bill, DPDI / Data Use and Access Bill, sectoral statutes). Pack is
|
|
1744
|
+
// a placeholder until specific instruments receive Royal Assent — at which
|
|
1745
|
+
// point a sibling ACTIVE pack graduates. Closes the TIER 10-UK 16-pack
|
|
1746
|
+
// build (15 of 16 ACTIVE + 1 MONITOR scaffold).
|
|
1747
|
+
id: 'uk-future-ai-legislation',
|
|
1748
|
+
name: 'UK Future AI Legislation Horizon-Scan',
|
|
1749
|
+
shortName: 'UK Future AI',
|
|
1750
|
+
vertical: 'UK',
|
|
1751
|
+
jurisdiction: 'GB',
|
|
1752
|
+
status: 'ACTIVE',
|
|
1753
|
+
priority: 'P2',
|
|
1754
|
+
description: 'Constitution scaffold for upcoming UK AI legislation. No standalone UK AI Act as of May 2026. Tracks DSIT AI Safety Bill, DPDI / Data Use and Access Bill carryover, and sectoral statutes (FCA AI consumer duty, MHRA AI-as-medical-device, CMA Strategic Market Status involving foundation models, Ofcom AI code). MONITOR-tier — validators flag at HIGH/MEDIUM, never CRITICAL. Quarterly horizon-scan attestation locks update discipline. When an instrument is enacted, a sibling ACTIVE pack graduates (status flip) without from-scratch implementation.',
|
|
1755
|
+
keyRequirements: ['Quarterly horizon-scan attestation', 'Draft-bill citation tracking (HORIZON_SCAN_EVIDENCE classifier)', 'Sectoral regulator mapping (FCA / MHRA / CMA / Ofcom / ICO)', 'Pre-enactment evidence retention (6 years per Limitation Act 1980)', 'Tamper-evident audit trail for horizon-scan content', 'Constitution scaffolding — status switch from MONITOR to ACTIVE on Royal Assent'],
|
|
1756
|
+
aiRelevance: 'Forward-looking pack. Customers running AI in regulated sectors (financial services, healthcare, online services) can pre-position controls before UK statute lands. Audit trail proves pre-enactment compliance posture during transition. Pairs with uk-ai-framework (DSIT 2023 principles operative today), uk-equality-act-ai-bias, and uk-online-safety-act.',
|
|
1757
|
+
controlCount: 5,
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
// TIER 10-UK Wave 3, Pack 12 — UK NIS Regulations 2018. Statutory
|
|
1761
|
+
// cyber-resilience duty on Operators of Essential Services + Relevant
|
|
1762
|
+
// Digital Service Providers. 72-hour incident notification.
|
|
1763
|
+
id: 'uk-nis-regs',
|
|
1764
|
+
name: 'UK Network and Information Systems Regulations 2018',
|
|
1765
|
+
shortName: 'UK NIS Regs',
|
|
1766
|
+
vertical: 'UK',
|
|
1767
|
+
jurisdiction: 'GB',
|
|
1768
|
+
status: 'ACTIVE',
|
|
1769
|
+
priority: 'P2',
|
|
1770
|
+
description: 'UK transposition of the original EU NIS Directive, retained in UK law post-Brexit (SI 2018/506). Statutory cyber-resilience duty on Operators of Essential Services (energy, water, health, transport, digital infrastructure, banking) and Relevant Digital Service Providers (online marketplaces, search engines, cloud computing). Reg 10 security duty + Reg 11 72-hour incident notification + Reg 12 cooperation duty + Reg 13 registration + Reg 17 penalties (up to £17M or 4% turnover). Distinct from EU NIS2; paired with ncsc-caf and cyber-essentials.',
|
|
1771
|
+
keyRequirements: ['OES / RDSP scoping (Reg 13 registration)', 'Reg 10 security duty (technical + organisational measures)', 'Reg 11 72-hour incident notification clock', 'Reg 12 cooperation duty with competent authority', 'Sector-specific competent authority routing', 'Up to £17M / 4% turnover penalty exposure', 'Distinct from EU NIS2 (separate pack)'],
|
|
1772
|
+
aiRelevance: 'AI agents inside an OES or RDSP boundary must surface incident detection within the 72-hour clock, route notifications to the sector-specific competent authority, and maintain Reg 10 evidence chains. Pairs with ncsc-caf for assessment evidence and cyber-essentials for SME-tier self-assessment.',
|
|
1773
|
+
controlCount: 7,
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
// TIER 10-UK Wave 3, Pack 13 — UK Online Safety Act 2023. UGC + search
|
|
1777
|
+
// + pornography services. Senior manager accountability + 10% global
|
|
1778
|
+
// revenue penalty surface.
|
|
1779
|
+
id: 'uk-online-safety-act',
|
|
1780
|
+
name: 'UK Online Safety Act 2023',
|
|
1781
|
+
shortName: 'UK OSA',
|
|
1782
|
+
vertical: 'UK',
|
|
1783
|
+
jurisdiction: 'GB',
|
|
1784
|
+
status: 'ACTIVE',
|
|
1785
|
+
priority: 'P2',
|
|
1786
|
+
description: 'UK comprehensive statute regulating user-generated content (UGC), search services, and pornography services. Any AI-driven product hosting, ranking, surfacing, recommending, generating, or moderating content for UK users may be in scope. Service categorisation (Cat 1, 2A, 2B + other regulated). Illegal content + children safety duties. User empowerment (s.14, Cat 1). Transparency reporting (s.77, Cat 1 + 2A). Senior manager accountability (s.103). Penalties up to 10% of qualifying worldwide revenue or £18M; senior-manager criminal liability (s.110).',
|
|
1787
|
+
keyRequirements: ['Service categorisation (Cat 1 / 2A / 2B / other regulated)', 'Illegal content duty', 'Children safety duty (age-assurance overlay)', 'User empowerment tools (Cat 1, s.14)', 'Transparency reporting (s.77)', 'Senior manager accountability (s.103) + criminal liability (s.110)', 'Up to 10% global revenue or £18M penalty exposure'],
|
|
1788
|
+
aiRelevance: 'AI agents acting as a regulated UK service must classify their service category, run illegal-content + children-safety duty checks at the moderation boundary, attach senior-manager accountability metadata to material decisions, and produce s.77 transparency-report evidence. Pairs with uk-equality-act (anti-discrimination overlap), uk-gdpr (age assurance), uk-ai-framework (DSIT fairness + transparency).',
|
|
1789
|
+
controlCount: 7,
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
// TIER 10-UK Wave 3, Pack 14 — UK Procurement Act 2023. Notice regime,
|
|
1793
|
+
// exclusions, conflicts register, MAT replacing MEAT, Central Digital
|
|
1794
|
+
// Platform transparency, AI-specific overlays.
|
|
1795
|
+
id: 'uk-procurement-act',
|
|
1796
|
+
name: 'UK Procurement Act 2023',
|
|
1797
|
+
shortName: 'UK Procurement Act',
|
|
1798
|
+
vertical: 'UK',
|
|
1799
|
+
jurisdiction: 'GB',
|
|
1800
|
+
status: 'ACTIVE',
|
|
1801
|
+
priority: 'P2',
|
|
1802
|
+
description: 'Procurement Act 2023 (in force 24 Feb 2025). Replaces the pre-Brexit procurement regulations (PCR2015, UCR2016, CCR2016, DSPCR2011) for England, Wales, and Northern Ireland. Notice regime (Part 4) + exclusions and debarment incl. national-security ground (Part 5) + conflicts register (Schedule 5) + Most Advantageous Tender (s.19) replacing MEAT + Central Digital Platform transparency (Part 8) + 30-day payment terms (s.68) + modifications gate (s.74). AI-specific overlays: foreign-state involvement disclosure, model lineage + provenance, data-residency disclosure. Scotland uses Procurement Reform (Scotland) Act 2014 — separate pack.',
|
|
1803
|
+
keyRequirements: ['Notice regime conformance (Part 4)', 'Exclusions and debarment (Part 5, national-security ground)', 'Conflicts register (Schedule 5)', 'Most Advantageous Tender (s.19, replaces MEAT)', 'Central Digital Platform transparency (Part 8)', '30-day payment terms (s.68)', 'AI-specific overlays (foreign-state, model lineage, data residency)'],
|
|
1804
|
+
aiRelevance: 'AI agents bidding into UK central or local government procurement must surface model-lineage evidence, foreign-state involvement disclosure, and data-residency posture against the Central Digital Platform transparency requirements. Pairs with uk-ai-framework (DSIT public-sector AI guidance), cyber-essentials, and ncsc-caf.',
|
|
1805
|
+
controlCount: 7,
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
// TIER 10-UK Wave 2, Pack 9 — UK Pro-Innovation AI Framework (DSIT
|
|
1809
|
+
// 2023). 5 cross-sectoral AI principles applied via existing UK
|
|
1810
|
+
// regulators (CMA / ICO / FCA / MHRA / Ofcom / HSE / OFSTED).
|
|
1811
|
+
id: 'uk-ai-framework',
|
|
1812
|
+
name: 'UK Pro-Innovation AI Framework (DSIT 2023)',
|
|
1813
|
+
shortName: 'UK AI Framework',
|
|
1814
|
+
vertical: 'UK',
|
|
1815
|
+
jurisdiction: 'GB',
|
|
1816
|
+
status: 'ACTIVE',
|
|
1817
|
+
priority: 'P1',
|
|
1818
|
+
description: 'UK Department for Science, Innovation and Technology (DSIT) pro-innovation approach to AI regulation (White Paper March 2023, Roadmap Feb 2024). Encodes the 5 cross-sectoral AI principles (safety/security/robustness; transparency/explainability; fairness; accountability/governance; contestability/redress) applied across sectors by existing UK regulators (CMA, ICO, FCA, MHRA, Ofcom, HSE, OFSTED). Includes AI Safety Institute (AISI) coordination obligations for frontier AI. Non-statutory principles-based framework; may require updates as UK statute is enacted.',
|
|
1819
|
+
keyRequirements: ['Safety / security / robustness principle', 'Transparency / explainability principle', 'Fairness principle', 'Accountability / governance principle', 'Contestability / redress principle', 'AISI coordination for frontier AI', 'Sectoral regulator alignment (CMA / ICO / FCA / MHRA / Ofcom / HSE / OFSTED)'],
|
|
1820
|
+
aiRelevance: 'AI agents operating in the UK across regulated sectors must surface evidence against the 5 DSIT principles, route material risk events to the relevant sectoral regulator, and (for frontier AI) coordinate disclosures with the AI Safety Institute. Non-statutory but referenced by procurement frameworks and existing regulator guidance.',
|
|
1821
|
+
controlCount: 7,
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
// TIER 10-UK Wave 2, Pack 10 — Caldicott Principles (2020 revision).
|
|
1825
|
+
// National Data Guardian statutory authority. Caldicott Guardian
|
|
1826
|
+
// named-role designation single source of truth — NHS DSPT + DTAC
|
|
1827
|
+
// packs defer to this pack when registered.
|
|
1828
|
+
id: 'caldicott-principles',
|
|
1829
|
+
name: 'Caldicott Principles (2020 revision)',
|
|
1830
|
+
shortName: 'Caldicott',
|
|
1831
|
+
vertical: 'UK',
|
|
1832
|
+
jurisdiction: 'GB',
|
|
1833
|
+
status: 'ACTIVE',
|
|
1834
|
+
priority: 'P1',
|
|
1835
|
+
description: 'Caldicott Principles eight (2020 revision) covering NHS-specific patient confidential information handling: purpose justification, necessity test, minimum-necessary decisions, need-to-know access gating, role awareness, lawful-basis compliance, duty-to-share for individual care (principle 7), and patient-facing transparency. Caldicott Guardian named-role designation captured here as the single source of truth — NHS DSPT and DTAC packs defer to this pack for Caldicott Guardian sign-off when registered.',
|
|
1836
|
+
keyRequirements: ['Purpose justification (Principle 1)', 'Necessity test (Principle 2)', 'Minimum-necessary disclosure (Principle 3)', 'Need-to-know access gating (Principle 4)', 'Role awareness (Principle 5)', 'Lawful-basis compliance (Principle 6)', 'Duty-to-share for individual care (Principle 7)', 'Patient-facing transparency (Principle 8)'],
|
|
1837
|
+
aiRelevance: 'AI agents acting on NHS patient confidential information must invoke the eight Caldicott Principles in order, routing non-routine sharing to the named Caldicott Guardian. Single source of truth for the Guardian designation across NHS DSPT (Pack 5) and NHS DTAC (Pack 2) bindings.',
|
|
1838
|
+
controlCount: 8,
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
// TIER 10-UK Wave 1, Pack 1 — UK ICO Open Case legal-hold posture.
|
|
1842
|
+
// Overrides UK GDPR Art 17(3)(b) Right to Erasure for tagged data;
|
|
1843
|
+
// default-denies destructive ops; pairs with uk-gdpr pack.
|
|
1844
|
+
id: 'uk-ico-open-case',
|
|
1845
|
+
name: 'UK ICO Open Case (Legal-Hold Posture)',
|
|
1846
|
+
shortName: 'UK ICO Open Case',
|
|
1847
|
+
vertical: 'UK',
|
|
1848
|
+
jurisdiction: 'GB',
|
|
1849
|
+
status: 'ACTIVE',
|
|
1850
|
+
priority: 'P0',
|
|
1851
|
+
description: 'Operational legal-hold posture pack for organisations subject to an open ICO investigation, audit, or enforcement action. Overrides UK GDPR Right to Erasure (Art. 17(3)(b)) for tagged data; suspends standard retention; gates cross-border transfers; surfaces legal-hold status on every governance decision touching subject-keyed data. DPA 2018 s.148 criminalises destruction / falsification during an ICO investigation — pack default-denies DELETE / DROP / TRUNCATE on tagged data and routes attempts to T1 mandatory review with audit-chain capture. Registered ALONGSIDE the uk-gdpr pack — both apply during an open case.',
|
|
1852
|
+
keyRequirements: ['Default-deny DELETE / DROP / TRUNCATE on UK_ICO_OPEN_CASE-bound records', 'Legal-hold status surfaced on every governance decision touching subject-keyed data', 'Right-to-Erasure (UK GDPR Art 17(3)(b)) suspended for tagged data', 'Standard retention windows suspended for tagged data', 'Cross-border transfer gate during open case', 'T1 mandatory review on attempted destructive operations', 'DPA 2018 s.148 criminal-liability evidence capture'],
|
|
1853
|
+
aiRelevance: 'AI agents acting against an organisation under an open ICO case must surface legal-hold status before any decision touching subject-keyed data, refuse destructive operations on bound records, and seal every attempted operation to the audit chain so the ICO can read the trail. Pairs with uk-gdpr (concurrent enforcement). First filed pack for the TIER 10-UK Wave 1 cohort (F-NEW-PACK-UK-ICO-OPEN-CASE finding).',
|
|
1854
|
+
controlCount: 7,
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
// TIER 10-UK Wave 1, Pack 2 — NHS DTAC composite assessment.
|
|
1858
|
+
// Aggregates clinical safety (DCB0129/0160), data protection (UK GDPR),
|
|
1859
|
+
// technical security (Cyber Essentials), interoperability, and
|
|
1860
|
+
// usability + accessibility into one badge.
|
|
1861
|
+
id: 'nhs-dtac',
|
|
1862
|
+
name: 'NHS Innovation Service — Digital Technology Assessment Criteria (DTAC)',
|
|
1863
|
+
shortName: 'NHS DTAC',
|
|
1864
|
+
vertical: 'UK',
|
|
1865
|
+
jurisdiction: 'GB',
|
|
1866
|
+
status: 'ACTIVE',
|
|
1867
|
+
priority: 'P0',
|
|
1868
|
+
description: 'Composite assessment framework owned by NHS England. Aggregates evidence from five domains: clinical safety (DCB0129/0160), data protection (UK GDPR + DPA 2018), technical security (Cyber Essentials), interoperability (NHS Digital FHIR R4 / SNOMED CT / NHS Number / ICD-10), and usability + accessibility (WCAG 2.2 AA + NHS Service Manual). Patient-data sharing additionally governed by the Caldicott Principles. Surfaces a single DTAC compliance badge on the customer dashboard. Composite by design — does not duplicate sub-pack enforcement; tracks aggregate readiness.',
|
|
1869
|
+
keyRequirements: ['Clinical safety evidence (DCB0129 + DCB0160)', 'Data protection evidence (UK GDPR + DPA 2018)', 'Technical security evidence (Cyber Essentials)', 'Interoperability conformance (FHIR R4 + SNOMED CT + NHS Number + ICD-10)', 'Usability + accessibility (WCAG 2.2 AA + NHS Service Manual)', 'Caldicott Guardian named-role attestation', 'Composite DTAC badge surface for customer dashboard'],
|
|
1870
|
+
aiRelevance: 'AI agents in NHS-procurement scope must surface a DTAC composite-readiness badge derived from the five sub-pack states. The DTAC pack does not duplicate enforcement — it inspects the bound sub-packs and produces an aggregate verdict the procurement team reads. Depends on nhs-clinical-safety + uk-gdpr + cyber-essentials packs.',
|
|
1871
|
+
controlCount: 7,
|
|
1872
|
+
},
|
|
1873
|
+
{
|
|
1874
|
+
// TIER 10-UK Wave 1, Pack 4 — MHRA UK SaMD + UKCA marking. UK-specific
|
|
1875
|
+
// medical-device path (post-Brexit). Inherits DCB0129/0160 clinical-
|
|
1876
|
+
// safety spine; distinct from EU MDR/IVDR.
|
|
1877
|
+
id: 'mhra-samd-ukca',
|
|
1878
|
+
name: 'MHRA UK SaMD / UKCA marking',
|
|
1879
|
+
shortName: 'MHRA SaMD',
|
|
1880
|
+
vertical: 'UK',
|
|
1881
|
+
jurisdiction: 'GB',
|
|
1882
|
+
status: 'ACTIVE',
|
|
1883
|
+
priority: 'P0',
|
|
1884
|
+
description: 'MHRA UK Software as a Medical Device + UKCA marking pack covering risk classification (IMDRF I / IIa / IIb / III), UKCA Declaration of Conformity, harmonised standards (ISO 13485, ISO 14971, IEC 62304, IEC 82304, ISO 14155), clinical evaluation evidence per UK MDR 2002 Schedule 2A, post-market surveillance + Periodic Safety Update Report (class-banded cadence), vigilance / serious-incident reporting (15-day MHRA / 10-day immediate-threat-to-life), Field Safety Corrective Action + Field Safety Notice workflows, MHRA SaMD AI Change Programme overlays (Algorithm Change Protocol, Pre-determined Change Control Plan, AI Airlock), device registration + UK Responsible Person designation.',
|
|
1885
|
+
keyRequirements: ['IMDRF risk classification I / IIa / IIb / III', 'UKCA Declaration of Conformity attestation', 'Harmonised standards (ISO 13485 / 14971 / IEC 62304 / IEC 82304 / ISO 14155)', 'Clinical evaluation evidence per UK MDR 2002 Schedule 2A', '15-day MHRA vigilance reporting (10-day for immediate threat to life)', 'Algorithm Change Protocol + Pre-determined Change Control Plan (AI Change Programme)', 'Field Safety Corrective Action + Field Safety Notice workflows'],
|
|
1886
|
+
aiRelevance: 'AI agents acting as SaMD in the UK market must declare UKCA conformity, run under an Algorithm Change Protocol with a Pre-determined Change Control Plan, register a UK Responsible Person, and route serious incidents through MHRA vigilance inside the class-banded clock. Distinct from EU MDR/IVDR (eu-mdr-ivdr pack); inherits DCB0129/0160 clinical-safety-case spine (nhs-clinical-safety pack).',
|
|
1887
|
+
controlCount: 7,
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
// TIER 10-UK Wave 1, Pack 7 — NHS Clinical Safety standards
|
|
1891
|
+
// DCB0129 (manufacturer) + DCB0160 (deployer). Depends on NHS DSPT;
|
|
1892
|
+
// unblocks MHRA SaMD UKCA. Pack id 'nhs-clinical-safety' (filename
|
|
1893
|
+
// nhs-dcb0129-dcb0160.ts).
|
|
1894
|
+
id: 'nhs-clinical-safety',
|
|
1895
|
+
name: 'NHS Clinical Safety (DCB0129 manufacturer + DCB0160 deployer)',
|
|
1896
|
+
shortName: 'NHS Clinical Safety',
|
|
1897
|
+
vertical: 'UK',
|
|
1898
|
+
jurisdiction: 'GB',
|
|
1899
|
+
status: 'ACTIVE',
|
|
1900
|
+
priority: 'P0',
|
|
1901
|
+
description: 'NHS England clinical safety standards DCB0129 (manufacturer / health IT vendor) and DCB0160 (deployer / NHS trust) covering hazard log, Clinical Safety Case Report (CSCR), Clinical Safety Officer (CSO) named-role sign-off gate, change-control re-review, and clinical incident escalation per PSIRF + MHRA Yellow Card / FSN. Mandatory for any clinical IT system used in the NHS, including AI agents issuing or supporting clinical recommendations. AI overlay: model-version logging, drift monitoring as a named hazard, inference trace retention.',
|
|
1902
|
+
keyRequirements: ['Hazard log + Clinical Safety Case Report (CSCR)', 'Clinical Safety Officer (CSO) named-role sign-off gate', 'Change-control re-review on AI model updates', 'Drift monitoring registered as named hazard', 'Clinical incident escalation per PSIRF', 'MHRA Yellow Card / FSN routing for SaMD-overlapping events', 'Manufacturer (DCB0129) + deployer (DCB0160) dual-binding'],
|
|
1903
|
+
aiRelevance: 'AI agents producing or supporting clinical recommendations must register the model as a hazard line in the CSCR, route material model updates through the CSO sign-off gate, retain inference traces, and surface drift-monitor breaches as named hazards. Depends on NHS DSPT (Pack 5) for NHS-data classification; unblocks MHRA SaMD/UKCA (Pack 4).',
|
|
1904
|
+
controlCount: 7,
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
// TIER 10-UK Wave 1, Pack 6 — NCSC Cyber Essentials. Pairs with NHS
|
|
1908
|
+
// DSPT for NHS data partners; required for NHS / central government /
|
|
1909
|
+
// MoD supplier contracts. Annual renewal + patch-SLA enforcement.
|
|
1910
|
+
id: 'cyber-essentials',
|
|
1911
|
+
name: 'UK NCSC Cyber Essentials / Cyber Essentials Plus',
|
|
1912
|
+
shortName: 'Cyber Essentials',
|
|
1913
|
+
vertical: 'UK',
|
|
1914
|
+
jurisdiction: 'GB',
|
|
1915
|
+
status: 'ACTIVE',
|
|
1916
|
+
priority: 'P0',
|
|
1917
|
+
description: 'NCSC Cyber Essentials scheme covering the five technical control families (firewalls, secure configuration, security update management, user access control, malware protection). Mandatory for many NHS, central government, and MoD supplier contracts. Pairs with NHS DSPT for NHS data partners. Tracks the self-assessment evidence chain plus the CE+ independent technical verification attestation. Annual renewal cadence; patch SLA enforcement (14 days for critical / high CVEs).',
|
|
1918
|
+
keyRequirements: ['Firewall + boundary defence baseline', 'Secure configuration of all systems', 'Security update management (14-day SLA on critical / high CVEs)', 'User access control (least privilege, MFA for privileged accounts)', 'Malware protection on every endpoint', 'Annual self-assessment submission', 'CE+ independent technical verification (when scope requires)'],
|
|
1919
|
+
aiRelevance: 'AI agents operating inside a UK Cyber Essentials boundary must run on systems passing the five control families; AI-driven configuration changes are recorded to the audit chain; AI updates to controlled software trigger patch-SLA enforcement events. CE+ adds independent verification of the technical controls.',
|
|
1920
|
+
controlCount: 7,
|
|
1921
|
+
},
|
|
1922
|
+
{
|
|
1923
|
+
// TIER 10-UK Wave 1, Pack 5 — first-dependency pack for DCB0129 /
|
|
1924
|
+
// DTAC / MHRA per F-NEW-TIER-10-UK-WAVE1-ROADMAP. Resume item from
|
|
1925
|
+
// 2026-05-09 evening session build-queue.
|
|
1926
|
+
id: 'nhs-dspt',
|
|
1927
|
+
name: 'NHS Data Security and Protection Toolkit',
|
|
1928
|
+
shortName: 'NHS DSPT',
|
|
1929
|
+
vertical: 'UK',
|
|
1930
|
+
jurisdiction: 'GB',
|
|
1931
|
+
status: 'ACTIVE',
|
|
1932
|
+
priority: 'P0',
|
|
1933
|
+
description: 'NHS England DSPT compliance pack covering the NDG ten data security standards, NHS Number / SNOMED CT / ICD-10 classification, 8-year clinical record retention (paediatric 25-year / maternity 30-year), Caldicott Guardian sign-off for non-routine sharing, and the cross-NHS-trust transfer HITL gate. Required of every NHS organisation and every supplier processing NHS clinical data.',
|
|
1934
|
+
keyRequirements: ['NHS Number detection + minimum-necessary handling (NDG #1, #4)', 'SNOMED-CT + ICD-10 clinical-code detection', '8-year clinical record retention (25-year paediatric, 30-year maternity)', 'Caldicott Guardian sign-off on non-routine sharing', 'Cross-NHS-trust transfer HITL T2 gate', 'Annual DSPT self-assessment submission tracking', 'CQC + ICO regulator alignment'],
|
|
1935
|
+
aiRelevance: 'AI agents processing NHS-tagged data must classify NHS Number / SNOMED-CT / ICD-10 at ingress, enforce minimum-necessary disclosure, route cross-trust transfers to Caldicott Guardian review, and retain audit chain entries for the bound retention window. Substrate pack for DCB0129/DCB0160 clinical safety + MHRA SaMD + NHS DTAC packs.',
|
|
1936
|
+
controlCount: 10,
|
|
1937
|
+
}
|
|
1938
|
+
];
|
|
1939
|
+
// ---------------------------------------------------------------------------
|
|
1940
|
+
// AU PACKS (Phase 5, 2026-04-24) -- moved from PLANNED to ACTIVE
|
|
1941
|
+
// ---------------------------------------------------------------------------
|
|
1942
|
+
const AU_PACKS = [
|
|
1943
|
+
{
|
|
1944
|
+
id: 'au-privacy-act',
|
|
1945
|
+
name: 'Australian Privacy Act 1988 (Cth) — APPs + NDB',
|
|
1946
|
+
shortName: 'AU Privacy Act',
|
|
1947
|
+
vertical: 'APAC',
|
|
1948
|
+
jurisdiction: 'AU',
|
|
1949
|
+
status: 'ACTIVE',
|
|
1950
|
+
priority: 'P0',
|
|
1951
|
+
description: 'Privacy Act 1988 (Cth), Australian Privacy Principles (APPs 1-13), Notifiable Data Breaches scheme, 2024 reform amendments. Covers sensitive PI gate, government ID block, offshore transfer gate, NDB 30-day clock.',
|
|
1952
|
+
keyRequirements: ['APPs 1-13', 'Sensitive PI gate (APP 3)', 'Offshore transfer gate (APP 8)', 'NDB scheme (30-day clock)', 'Government ID block (TFN Rule)', 'Data retention schedule (APP 11)', 'Access + correction rights (APPs 12-13)'],
|
|
1953
|
+
aiRelevance: 'AI agents processing Australian personal information must enforce APPs, gate sensitive and government-ID data, honour NDB 30-day breach notification, and prevent unlawful offshore transfer.',
|
|
1954
|
+
controlCount: 8,
|
|
1955
|
+
},
|
|
1956
|
+
{
|
|
1957
|
+
id: 'au-cdr',
|
|
1958
|
+
name: 'Consumer Data Right (CDR) Act 2019',
|
|
1959
|
+
shortName: 'AU CDR',
|
|
1960
|
+
vertical: 'APAC',
|
|
1961
|
+
jurisdiction: 'AU',
|
|
1962
|
+
status: 'ACTIVE',
|
|
1963
|
+
priority: 'P0',
|
|
1964
|
+
description: 'CDR Act 2019 and CDR Privacy Safeguards (PS 1-13). Covers expired consent gate, secondary-use block, marketing-use block, 14-day deletion SLA, offshore transfer gate.',
|
|
1965
|
+
keyRequirements: ['Consent gate (PS 1.4)', 'Secondary use block (PS 6.4)', 'Marketing block (PS 7.5)', 'Deletion SLA 14 days (PS 9.2)', 'Offshore transfer gate (PS 8.11)', 'Accredited data recipient obligations'],
|
|
1966
|
+
aiRelevance: 'AI agents in Open Banking/Energy/Telecoms must enforce CDR consent, block marketing re-use, and comply with the 14-day deletion SLA for expired consent data.',
|
|
1967
|
+
controlCount: 6,
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
id: 'au-cps234',
|
|
1971
|
+
name: 'APRA CPS 234 Information Security',
|
|
1972
|
+
shortName: 'CPS 234',
|
|
1973
|
+
vertical: 'APAC',
|
|
1974
|
+
jurisdiction: 'AU',
|
|
1975
|
+
status: 'ACTIVE',
|
|
1976
|
+
priority: 'P0',
|
|
1977
|
+
description: 'APRA CPS 234 (effective 1 July 2019). Covers 72-hour incident notification, control weakness notification, third-party gate, information asset register, annual testing.',
|
|
1978
|
+
keyRequirements: ['72-hour incident notification (Para 23)', 'Control weakness notification (Para 22)', 'Third-party arrangement gate (Paras 15-16)', 'Information asset register (Para 10)', 'Annual testing cadence (Paras 20-21)'],
|
|
1979
|
+
aiRelevance: 'AI assets in APRA-regulated entities must be registered, tested annually, and trigger 72-hour APRA notification for material cyber incidents.',
|
|
1980
|
+
controlCount: 6,
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
id: 'au-cps230',
|
|
1984
|
+
name: 'APRA CPS 230 Operational Risk Management',
|
|
1985
|
+
shortName: 'CPS 230',
|
|
1986
|
+
vertical: 'APAC',
|
|
1987
|
+
jurisdiction: 'AU',
|
|
1988
|
+
status: 'ACTIVE',
|
|
1989
|
+
priority: 'P0',
|
|
1990
|
+
description: 'APRA CPS 230 (effective 1 July 2025). Covers operational incident notification (72h), material provider due diligence, BCP annual test, critical operations register.',
|
|
1991
|
+
keyRequirements: ['72-hour operational incident notification', 'Material provider due diligence', 'Provider contract completeness', 'BCP annual test', 'Critical operations register', 'Post-incident review'],
|
|
1992
|
+
aiRelevance: 'AI systems supporting critical operations in APRA entities require operational resilience governance, provider due diligence, and 72-hour incident notification.',
|
|
1993
|
+
controlCount: 6,
|
|
1994
|
+
},
|
|
1995
|
+
{
|
|
1996
|
+
id: 'au-soci-act',
|
|
1997
|
+
name: 'Security of Critical Infrastructure Act 2018',
|
|
1998
|
+
shortName: 'SOCI Act',
|
|
1999
|
+
vertical: 'APAC',
|
|
2000
|
+
jurisdiction: 'AU',
|
|
2001
|
+
status: 'ACTIVE',
|
|
2002
|
+
priority: 'P0',
|
|
2003
|
+
description: 'SOCI Act 2018 across 11 critical infrastructure sectors. Covers 12-hour significant cyber incident notification (s.30BC), 72-hour follow-up (s.30BG), SONS directions, CIRMP obligations.',
|
|
2004
|
+
keyRequirements: ['12-hour cyber incident notification (s.30BC)', '72-hour follow-up (s.30BG)', 'SONS compliance', 'CIRMP annual review', 'Data asset gate'],
|
|
2005
|
+
aiRelevance: 'AI deployed within SOCI-regulated critical infrastructure must enforce 12-hour cyber incident reporting and comply with CIRMP and SONS directions.',
|
|
2006
|
+
controlCount: 5,
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
id: 'au-asic-rg-271',
|
|
2010
|
+
name: 'ASIC RG 271 Internal Dispute Resolution',
|
|
2011
|
+
shortName: 'ASIC RG 271',
|
|
2012
|
+
vertical: 'APAC',
|
|
2013
|
+
jurisdiction: 'AU',
|
|
2014
|
+
status: 'ACTIVE',
|
|
2015
|
+
priority: 'P0',
|
|
2016
|
+
description: 'ASIC Regulatory Guide 271 IDR (effective 5 October 2021). Covers AI decision reasons disclosure, 30-day standard IDR SLA, 45-day super, 21-day credit hardship, systemic issue escalation.',
|
|
2017
|
+
keyRequirements: ['30-day standard IDR SLA', '45-day super SLA', '21-day credit hardship SLA', 'AI decision reasons disclosure', 'Systemic issue escalation', 'ASIC reporting', '7-year retention'],
|
|
2018
|
+
aiRelevance: 'AI-driven financial product decisions that generate complaints must comply with RG 271 IDR timeframes and provide human-readable reasons when AI was a contributing factor.',
|
|
2019
|
+
controlCount: 6,
|
|
2020
|
+
},
|
|
2021
|
+
{
|
|
2022
|
+
id: 'au-asic-rg-274',
|
|
2023
|
+
name: 'ASIC Design and Distribution Obligations (DDO)',
|
|
2024
|
+
shortName: 'AU DDO',
|
|
2025
|
+
vertical: 'APAC',
|
|
2026
|
+
jurisdiction: 'AU',
|
|
2027
|
+
status: 'ACTIVE',
|
|
2028
|
+
priority: 'P0',
|
|
2029
|
+
description: 'Corporations Act Part 7.8A DDO (effective 5 October 2021). Covers out-of-target-market block (s.994E), TMD screening, significant dealing 10-BD report (s.994F2), TMD review trigger.',
|
|
2030
|
+
keyRequirements: ['Out-of-target-market block (s.994E)', 'TMD retail client screening', 'Significant dealing report (10 BD, s.994F2)', 'TMD review trigger alert', 'Retail client logging'],
|
|
2031
|
+
aiRelevance: 'AI that recommends or distributes financial products must screen against the TMD at point of recommendation and block or escalate out-of-target distributions.',
|
|
2032
|
+
controlCount: 5,
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
id: 'au-aml-ctf',
|
|
2036
|
+
name: 'AML/CTF Act 2006 + 2024 DNFBP Amendments',
|
|
2037
|
+
shortName: 'AU AML/CTF',
|
|
2038
|
+
vertical: 'APAC',
|
|
2039
|
+
jurisdiction: 'AU',
|
|
2040
|
+
status: 'ACTIVE',
|
|
2041
|
+
priority: 'P0',
|
|
2042
|
+
description: 'Anti-Money Laundering and Counter-Terrorism Financing Act 2006, AUSTRAC obligations. Covers tipping-off block, PEP EDD, high-risk country screening, SMR 24-hour CTF clock, TTR/IFTI 10-BD.',
|
|
2043
|
+
keyRequirements: ['Tipping-off block (s.123)', 'PEP enhanced due diligence', 'High-risk country screening', 'SMR 24-hour CTF clock', 'TTR 10-BD filing', 'IFTI 10-BD filing', 'Programme AI documentation', 'DNFBP registration check'],
|
|
2044
|
+
aiRelevance: 'AI in reporting entities must block tipping-off, enforce PEP and high-risk-country gates, and fire 24-hour CTF SMR notification for suspicious matter detection.',
|
|
2045
|
+
controlCount: 9,
|
|
2046
|
+
},
|
|
2047
|
+
{
|
|
2048
|
+
id: 'au-spam-act',
|
|
2049
|
+
name: 'Spam Act 2003 (Cth)',
|
|
2050
|
+
shortName: 'AU Spam Act',
|
|
2051
|
+
vertical: 'APAC',
|
|
2052
|
+
jurisdiction: 'AU',
|
|
2053
|
+
status: 'ACTIVE',
|
|
2054
|
+
priority: 'P1',
|
|
2055
|
+
description: 'Spam Act 2003 (Cth). Covers CEM consent gate, unsubscribed address block, harvested address block, 5-BD unsubscribe action SLA, sender identity disclosure.',
|
|
2056
|
+
keyRequirements: ['Consent gate for CEM (s.16)', 'Unsubscribed address block (s.18)', 'Harvested address block (ss.20-22)', '5-BD unsubscribe SLA (s.18(1)(a))', 'Sender identity disclosure (s.17)', 'Consent logging'],
|
|
2057
|
+
aiRelevance: 'AI-driven marketing or outreach that sends commercial electronic messages to Australian recipients must enforce consent, honour unsubscribes within 5 BD, and never use harvested addresses.',
|
|
2058
|
+
controlCount: 6,
|
|
2059
|
+
},
|
|
2060
|
+
{
|
|
2061
|
+
id: 'au-online-safety',
|
|
2062
|
+
name: 'Online Safety Act 2021 (Cth)',
|
|
2063
|
+
shortName: 'AU Online Safety',
|
|
2064
|
+
vertical: 'APAC',
|
|
2065
|
+
jurisdiction: 'AU',
|
|
2066
|
+
status: 'ACTIVE',
|
|
2067
|
+
priority: 'P0',
|
|
2068
|
+
description: 'Online Safety Act 2021 (Cth). Covers CSAM block, NCII block, cyberbullying child block, Class 2 material block, 48-hour removal obligation, eSafety notice compliance, BOSE.',
|
|
2069
|
+
keyRequirements: ['CSAM block (Part 4)', 'NCII block (Part 5)', 'Cyberbullying child block (Part 3)', 'Class 2 material block (Part 6)', '48-hour removal obligation', 'eSafety notice compliance', 'BOSE coverage attestation'],
|
|
2070
|
+
aiRelevance: 'AI content moderation, generation, or hosting platforms operating in Australia must block CSAM and NCII, respond to eSafety notices within 48 hours, and comply with Basic Online Safety Expectations.',
|
|
2071
|
+
controlCount: 7,
|
|
2072
|
+
},
|
|
2073
|
+
{
|
|
2074
|
+
id: 'au-aiethics-framework',
|
|
2075
|
+
name: 'Australia AI Ethics Framework + Voluntary AI Safety Standard',
|
|
2076
|
+
shortName: 'AU AI Ethics',
|
|
2077
|
+
vertical: 'APAC',
|
|
2078
|
+
jurisdiction: 'AU',
|
|
2079
|
+
status: 'ACTIVE',
|
|
2080
|
+
priority: 'P1',
|
|
2081
|
+
description: 'DISR Australia\'s AI Ethics Framework (2019) + Voluntary AI Safety Standard (Sep 2024). 8 voluntary principles. All obligations WARN; no enacted law. Covers accountability, AI disclosure, redress, human oversight.',
|
|
2082
|
+
keyRequirements: ['Accountability defined (Principle 1)', 'AI disclosure (Principle 7)', 'Governance documentation (Principle 9)', 'Testing cadence', 'Redress mechanism (Principle 10)', 'Training data provenance', 'Human override (Principle 8)'],
|
|
2083
|
+
aiRelevance: 'AI operators aligning with Australia\'s voluntary AI ethics and safety standards should demonstrate the 8 core principles. Regulators may treat adherence as a mitigating factor in enforcement actions.',
|
|
2084
|
+
controlCount: 7,
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
id: 'au-mandatory-ai-guardrails',
|
|
2088
|
+
name: 'DISR Mandatory AI Guardrails (Proposals Paper Sep 2024)',
|
|
2089
|
+
shortName: 'AU Mandatory AI',
|
|
2090
|
+
vertical: 'APAC',
|
|
2091
|
+
jurisdiction: 'AU',
|
|
2092
|
+
status: 'ACTIVE',
|
|
2093
|
+
priority: 'P1',
|
|
2094
|
+
description: 'DISR Proposals Paper September 2024 — NOT enacted law [CITATION TO VERIFY]. Proposes mandatory guardrails for high-risk AI contexts: accountability, transparency, redress, testing, provenance. All validators carry citation-to-verify flags.',
|
|
2095
|
+
keyRequirements: ['High-risk AI gate [CITATION TO VERIFY]', 'Accountability documentation [CITATION TO VERIFY]', 'Transparency disclosure [CITATION TO VERIFY]', 'Redress mechanism [CITATION TO VERIFY]', 'Testing cadence [CITATION TO VERIFY]', 'Training data provenance [CITATION TO VERIFY]'],
|
|
2096
|
+
aiRelevance: 'AI operators in Australia preparing for potential mandatory guardrail legislation should implement these controls proactively. Pack uses WARN actions only until legislation is enacted.',
|
|
2097
|
+
controlCount: 6,
|
|
2098
|
+
},
|
|
2099
|
+
{
|
|
2100
|
+
id: 'au-tga-saimd',
|
|
2101
|
+
name: 'TGA Software as a Medical Device (SaMD)',
|
|
2102
|
+
shortName: 'AU TGA SaMD',
|
|
2103
|
+
vertical: 'APAC',
|
|
2104
|
+
jurisdiction: 'AU',
|
|
2105
|
+
status: 'ACTIVE',
|
|
2106
|
+
priority: 'P0',
|
|
2107
|
+
description: 'Therapeutic Goods Act 1989 + TGA AI/ML SaMD Guidance 2023/2024 + GMLP. Covers ARTG registration block, adverse event block, PCCP change approval, performance monitoring, clinical evidence, 10-day MDR clock, 10-year retention.',
|
|
2108
|
+
keyRequirements: ['ARTG registration gate (s.19D)', 'Adverse event block (TGA MDR)', 'PCCP change approval (TGA AI/ML Guidance 2023)', 'Performance monitoring (GMLP Principle 6)', 'Clinical evidence (TGA ECA)', 'GMLP compliance attestation', 'AI labelling', '10-year retention', '10-day MDR notification clock'],
|
|
2109
|
+
aiRelevance: 'AI/ML software that meets the TGA definition of a medical device must hold ARTG registration, comply with GMLP, report adverse events within 10 calendar days, and maintain 10-year records.',
|
|
2110
|
+
controlCount: 8,
|
|
2111
|
+
},
|
|
2112
|
+
// X1-disaggregation (2026-04-24): au-state-health-privacy umbrella pack removed.
|
|
2113
|
+
// Replaced by three standalone packs: au-nsw-hripa, au-vic-hra, au-act-hrpaa.
|
|
2114
|
+
{
|
|
2115
|
+
id: 'au-nsw-hripa',
|
|
2116
|
+
name: 'NSW Health Records and Information Privacy Act 2002 (HRIPA)',
|
|
2117
|
+
shortName: 'NSW HRIPA',
|
|
2118
|
+
vertical: 'APAC',
|
|
2119
|
+
jurisdiction: 'AU-NSW',
|
|
2120
|
+
status: 'ACTIVE',
|
|
2121
|
+
priority: 'P0',
|
|
2122
|
+
description: 'NSW HRIPA 2002: 15 HPPs. IPC NSW administered. HPP 10 transborder transfer BLOCK. HPP 14 research ethics gate. 30-day access/correction SLA. Retention: 7y adult / 10y-from-18 minor (State Records Act 1998 NSW + HRIPA Regulation 2017). Civil penalty: AUD 22,000 per body corporate.',
|
|
2123
|
+
keyRequirements: ['Transborder transfer BLOCK (HPP 10)', 'Research ethics gate (HPP 14)', 'Access SLA 30 days (HPP 11)', 'Correction SLA 30 days (HPP 12)', 'Collection notice (HPP 5)', 'Server location attestation (HPP 10)', 'Minor retention 10y from age 18'],
|
|
2124
|
+
aiRelevance: 'AI systems processing NSW health information must block transfers outside NSW without consent or equivalent-protection confirmation (HPP 10), gate AI training on patient data (HPP 14), and support 30-day access/correction SLAs.',
|
|
2125
|
+
controlCount: 7,
|
|
2126
|
+
},
|
|
2127
|
+
{
|
|
2128
|
+
id: 'au-vic-hra',
|
|
2129
|
+
name: 'VIC Health Records Act 2001 (HRA)',
|
|
2130
|
+
shortName: 'VIC HRA',
|
|
2131
|
+
vertical: 'APAC',
|
|
2132
|
+
jurisdiction: 'AU-VIC',
|
|
2133
|
+
status: 'ACTIVE',
|
|
2134
|
+
priority: 'P0',
|
|
2135
|
+
description: 'VIC HRA 2001: 11 HPPs. HCC + OVIC administered. HPP 2.2 research secondary-use ethics gate. 25-year mental health retention [CITATION TO VERIFY PROV standards]. 30-day access/correction SLA. Retention: 7y adult [CTV] / 25y mental health [CTV] / 10y-from-18 minor. Civil penalty: AUD 10,000 per body corporate (VCAT).',
|
|
2136
|
+
keyRequirements: ['Research ethics gate (HPP 2.2)', '25-year mental health retention [CTV]', 'Access SLA 30 days (HPP 6)', 'Correction SLA 30 days (HPP 7)', 'Collection notice (HPP 1)', 'Minor retention 10y from age 18'],
|
|
2137
|
+
aiRelevance: 'AI systems processing VIC health information must gate research secondary use (HPP 2.2), enforce 25-year retention for mental health records [CITATION TO VERIFY], and support 30-day access/correction SLAs under dual HCC + OVIC enforcement.',
|
|
2138
|
+
controlCount: 6,
|
|
2139
|
+
},
|
|
2140
|
+
{
|
|
2141
|
+
id: 'au-act-hrpaa',
|
|
2142
|
+
name: 'ACT Health Records (Privacy and Access) Act 1997 (HRPAA)',
|
|
2143
|
+
shortName: 'ACT HRPAA',
|
|
2144
|
+
vertical: 'APAC',
|
|
2145
|
+
jurisdiction: 'AU-ACT',
|
|
2146
|
+
status: 'ACTIVE',
|
|
2147
|
+
priority: 'P0',
|
|
2148
|
+
description: 'ACT HRPAA 1997: 12 HPPs. ACT Human Rights Commission administered. HRPAA s.7 positive 30-day access right (stricter procedural framing than federal APP 12). HPP 10 data security. Retention: 7y from last service. Civil penalty: AUD 50,000 per body corporate (highest of three AU state health acts).',
|
|
2149
|
+
keyRequirements: ['HRPAA s.7 access right 30-day SLA (CRITICAL)', 'Collection notice (HPP 5)', 'Data security AES-256 (HPP 10)', 'Correction SLA 30 days (HPP 7)', 'Retention 7y from last service'],
|
|
2150
|
+
aiRelevance: 'AI systems processing ACT health information must support the HRPAA s.7 positive access right (30-day response), enforce HPP 10 data security, and comply with ACT Human Rights Commission enforcement. AUD 50,000 civil penalty is the highest of the three AU state health acts.',
|
|
2151
|
+
controlCount: 5,
|
|
2152
|
+
},
|
|
2153
|
+
];
|
|
2154
|
+
// ---------------------------------------------------------------------------
|
|
2155
|
+
// APAC PACKS (Asia-Pacific data-protection + AI governance, batched 2026-05-10)
|
|
2156
|
+
// ---------------------------------------------------------------------------
|
|
2157
|
+
const APAC_PACKS = [
|
|
2158
|
+
{
|
|
2159
|
+
id: 'jp-appi',
|
|
2160
|
+
name: 'Japan APPI (Act on Protection of Personal Information)',
|
|
2161
|
+
shortName: 'JP APPI',
|
|
2162
|
+
vertical: 'APAC',
|
|
2163
|
+
jurisdiction: 'JP',
|
|
2164
|
+
status: 'ACTIVE',
|
|
2165
|
+
priority: 'P1',
|
|
2166
|
+
description: 'Japan Act on Protection of Personal Information (APPI). 2022 amendments tightened cross-border transfer rules, expanded data subject rights (disclosure / correction / deletion / suspension), and introduced mandatory PPC breach notification for high-risk incidents. PPC (Personal Information Protection Commission) is the regulator. Pseudonymously processed information + anonymously processed information distinction. Sensitive data category. Foreign third-party transfer requires consent or adequacy decision.',
|
|
2167
|
+
keyRequirements: ['Lawful purpose specification', 'Sensitive data special handling', 'Cross-border transfer consent or adequacy', 'Mandatory PPC breach notification', 'Subject rights: disclosure / correction / deletion / suspension', 'Pseudonymously processed information regime', 'PPC enforcement surface'],
|
|
2168
|
+
aiRelevance: 'AI agents handling Japanese personal information must surface PPC-aligned consent or adequacy at cross-border transfer boundaries, route subject rights requests through the audit chain, and support pseudonymously-processed-information workflow when used for analytics + ML.',
|
|
2169
|
+
controlCount: 7,
|
|
2170
|
+
},
|
|
2171
|
+
{
|
|
2172
|
+
id: 'kr-pipa',
|
|
2173
|
+
name: 'South Korea PIPA (Personal Information Protection Act)',
|
|
2174
|
+
shortName: 'KR PIPA',
|
|
2175
|
+
vertical: 'APAC',
|
|
2176
|
+
jurisdiction: 'KR',
|
|
2177
|
+
status: 'ACTIVE',
|
|
2178
|
+
priority: 'P1',
|
|
2179
|
+
description: 'South Korea Personal Information Protection Act + 2023 amendments. PIPC (Personal Information Protection Commission) regulator. One of the strictest APAC frameworks: strict purpose limitation, broad sensitive-data definition (incl. unique identifiers), 24-hour breach notification for serious incidents, mandatory PIA for high-risk processing, restrictive cross-border transfer regime. Heavy penalties (up to 3% of total sales for serious violations).',
|
|
2180
|
+
keyRequirements: ['Strict purpose limitation', 'Broad sensitive-data category', '24-hour PIPC breach notification (serious)', 'Mandatory PIA for high-risk processing', 'Cross-border transfer restrictions', 'Up to 3% of total sales penalty', 'PIPC enforcement surface'],
|
|
2181
|
+
aiRelevance: 'AI agents acting on Korean personal information must run a PIA before high-risk processing, treat unique identifiers as sensitive, and route serious breaches into the 24-hour PIPC clock. Pairs with kr-pipa-isps overlay where information + communication services scope applies.',
|
|
2182
|
+
controlCount: 7,
|
|
2183
|
+
},
|
|
2184
|
+
{
|
|
2185
|
+
id: 'hk-pdpo',
|
|
2186
|
+
name: 'Hong Kong Personal Data (Privacy) Ordinance (Cap. 486)',
|
|
2187
|
+
shortName: 'HK PDPO',
|
|
2188
|
+
vertical: 'APAC',
|
|
2189
|
+
jurisdiction: 'HK',
|
|
2190
|
+
status: 'ACTIVE',
|
|
2191
|
+
priority: 'P2',
|
|
2192
|
+
description: 'Hong Kong Personal Data (Privacy) Ordinance (Cap. 486) + 2021 amendment criminalising doxxing. PCPD (Privacy Commissioner) regulator. Six Data Protection Principles (DPPs) covering collection, accuracy, retention, use, security, and access. AI-specific guidance from PCPD (2021): Ethical Development and Use of AI. Cross-border transfer provisions of s.33 not yet in force.',
|
|
2193
|
+
keyRequirements: ['Six DPPs (collection / accuracy / retention / use / security / access)', 'Doxxing offence overlay (2021 amendment)', 'PCPD AI ethical-use guidance alignment', 'Direct marketing opt-out regime', 'Subject access + correction rights', 'Cross-border transfer (s.33 not in force)', 'PCPD enforcement surface'],
|
|
2194
|
+
aiRelevance: 'AI agents acting on Hong Kong personal data must align with the Six DPPs, route subject access through the audit chain, and apply PCPD AI ethical-use guidance for high-impact decisions. Doxxing-overlay applies to any disclosure of personal data without consent.',
|
|
2195
|
+
controlCount: 7,
|
|
2196
|
+
},
|
|
2197
|
+
{
|
|
2198
|
+
id: 'in-dpdp',
|
|
2199
|
+
name: 'India DPDP Act 2023 (Digital Personal Data Protection Act)',
|
|
2200
|
+
shortName: 'IN DPDP',
|
|
2201
|
+
vertical: 'APAC',
|
|
2202
|
+
jurisdiction: 'IN',
|
|
2203
|
+
status: 'ACTIVE',
|
|
2204
|
+
priority: 'P1',
|
|
2205
|
+
description: 'Digital Personal Data Protection Act 2023 (DPDP) — India\'s first comprehensive data protection statute. Data Protection Board of India enforcement. Consent-based regime with grounds-of-legitimate-use exceptions; child data special protection; significant Data Fiduciary classification (additional obligations); cross-border transfer per government notification. Penalties up to INR 250 crore per violation. AI-specific implementing rules in flight.',
|
|
2206
|
+
keyRequirements: ['Consent + grounds-of-legitimate-use', 'Child data special protection (under-18)', 'Significant Data Fiduciary obligations', 'Cross-border transfer per government notification', 'Data Protection Officer designation', 'Up to INR 250 crore per violation', 'Data Protection Board of India enforcement'],
|
|
2207
|
+
aiRelevance: 'AI agents acting on Indian personal data must surface lawful basis (consent or grounds-of-legitimate-use), apply child-data heightened protection, and route cross-border transfers per government notification. Significant Data Fiduciary status triggers DPO + audit + impact-assessment obligations.',
|
|
2208
|
+
controlCount: 7,
|
|
2209
|
+
},
|
|
2210
|
+
{
|
|
2211
|
+
id: 'sg-model-ai-gov',
|
|
2212
|
+
name: 'Singapore PDPC Model AI Governance Framework + AI Verify',
|
|
2213
|
+
shortName: 'SG Model AI Gov',
|
|
2214
|
+
vertical: 'APAC',
|
|
2215
|
+
jurisdiction: 'SG',
|
|
2216
|
+
status: 'ACTIVE',
|
|
2217
|
+
priority: 'P1',
|
|
2218
|
+
description: 'Singapore PDPC Model AI Governance Framework (v2 2020) + AI Verify (2022) — voluntary but procurement-aligned AI governance reference. Eleven principles spanning internal governance, decisions, operations management, and stakeholder communications. AI Verify provides a testing toolkit for fairness + accountability + robustness. Pairs with PDPA (Singapore Personal Data Protection Act).',
|
|
2219
|
+
keyRequirements: ['Internal governance structure principles', 'Decision-making framework principles', 'Operations management principles', 'Stakeholder communications principles', 'AI Verify testing toolkit alignment', 'Pairs with PDPA Singapore', 'IMDA + PDPC oversight'],
|
|
2220
|
+
aiRelevance: 'AI agents marketed in Singapore should align with the PDPC Model AI Governance Framework principles + (where high-impact) run AI Verify tests. Voluntary but increasingly referenced by Singapore public-sector procurement and MAS for financial-services AI.',
|
|
2221
|
+
controlCount: 7,
|
|
2222
|
+
},
|
|
2223
|
+
{
|
|
2224
|
+
id: 'th-pdpa',
|
|
2225
|
+
name: 'Thailand Personal Data Protection Act B.E. 2562 (2019)',
|
|
2226
|
+
shortName: 'TH PDPA',
|
|
2227
|
+
vertical: 'APAC',
|
|
2228
|
+
jurisdiction: 'TH',
|
|
2229
|
+
status: 'ACTIVE',
|
|
2230
|
+
priority: 'P2',
|
|
2231
|
+
description: 'Thailand Personal Data Protection Act (PDPA) — modelled on EU GDPR. PDPC Thailand regulator. Lawful bases (consent + 5 GDPR-style alternatives), sensitive data special category, 72-hour PDPC breach notification, cross-border transfer adequacy or appropriate safeguards, DPO designation for large processors. Penalties up to THB 5M + criminal liability for officers.',
|
|
2232
|
+
keyRequirements: ['Lawful basis (consent + GDPR-style alternatives)', 'Sensitive data special category', '72-hour PDPC breach notification', 'Cross-border transfer adequacy / safeguards', 'DPO designation for large processors', 'Subject rights matching EU GDPR shape', 'PDPC Thailand enforcement'],
|
|
2233
|
+
aiRelevance: 'AI agents acting on Thai personal data follow the GDPR-style flow — lawful basis, sensitive-data handling, 72-hour clock, DPO routing. Pack mirrors uk-gdpr / EU GDPR shape with TH-specific regulator + penalty surface.',
|
|
2234
|
+
controlCount: 7,
|
|
2235
|
+
},
|
|
2236
|
+
{
|
|
2237
|
+
id: 'vn-pdpd',
|
|
2238
|
+
name: 'Vietnam Personal Data Protection Decree (Decree 13/2023/ND-CP)',
|
|
2239
|
+
shortName: 'VN PDPD',
|
|
2240
|
+
vertical: 'APAC',
|
|
2241
|
+
jurisdiction: 'VN',
|
|
2242
|
+
status: 'ACTIVE',
|
|
2243
|
+
priority: 'P2',
|
|
2244
|
+
description: 'Vietnam Personal Data Protection Decree 13/2023/ND-CP (in force 1 Jul 2023). Ministry of Public Security (MPS) and A05 cybercrime unit enforcement. Strict consent regime (express + informed + specific + voluntary), sensitive data category, 72-hour MPS breach notification, mandatory data-processing impact assessment + cross-border transfer impact assessment, mandatory in-country data-processing-impact-assessment dossier filed with MPS.',
|
|
2245
|
+
keyRequirements: ['Express + informed + specific consent', 'Sensitive data category', '72-hour MPS breach notification', 'Mandatory DPIA + cross-border TIA', 'Filed dossier with MPS', 'A05 cybercrime unit oversight', 'In-country processing emphasis'],
|
|
2246
|
+
aiRelevance: 'AI agents acting on Vietnamese personal data must collect express + informed + specific consent, file the DPIA + TIA dossier with MPS, and route 72-hour breach notifications through A05. Stricter and more procedural than the GDPR shape.',
|
|
2247
|
+
controlCount: 7,
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
id: 'cn-dsl-csl',
|
|
2251
|
+
name: 'China Data Security Law + Cybersecurity Law (DSL + CSL)',
|
|
2252
|
+
shortName: 'CN DSL/CSL',
|
|
2253
|
+
vertical: 'APAC',
|
|
2254
|
+
jurisdiction: 'CN',
|
|
2255
|
+
status: 'ACTIVE',
|
|
2256
|
+
priority: 'P0',
|
|
2257
|
+
description: 'China Data Security Law (2021) + Cybersecurity Law (2017) — companion statutes governing data classification, cross-border transfer, critical-information-infrastructure (CII) operator obligations, and data-export security assessment. CAC (Cyberspace Administration of China) regulator. Cross-border transfer requires CAC security assessment OR Standard Contract OR certification. Important Data + Core Data classifications carry export restrictions. PIPL (separate pack) handles the personal-data overlay.',
|
|
2258
|
+
keyRequirements: ['Data classification (general / important / core)', 'CII operator obligations', 'Cross-border transfer: CAC assessment / Standard Contract / certification', 'Important Data + Core Data export restrictions', 'In-country data-localisation default', 'CAC enforcement surface', 'Pairs with PIPL for personal-data overlay'],
|
|
2259
|
+
aiRelevance: 'AI agents acting on China-resident data must classify against general / important / core categories, route Important Data and Core Data cross-border transfers through CAC security assessment, and apply CII operator obligations where in scope. Pairs with PIPL (Personal Information Protection Law) — separate pack.',
|
|
2260
|
+
controlCount: 7,
|
|
2261
|
+
},
|
|
2262
|
+
{
|
|
2263
|
+
id: 'nz-privacy',
|
|
2264
|
+
name: 'New Zealand Privacy Act 2020',
|
|
2265
|
+
shortName: 'NZ Privacy',
|
|
2266
|
+
vertical: 'APAC',
|
|
2267
|
+
jurisdiction: 'NZ',
|
|
2268
|
+
status: 'ACTIVE',
|
|
2269
|
+
priority: 'P2',
|
|
2270
|
+
description: 'New Zealand Privacy Act 2020 — replaces 1993 Act. OPC (Office of the Privacy Commissioner) regulator. 13 Information Privacy Principles (IPPs); mandatory notifiable privacy breach scheme (notify OPC + affected individuals as soon as practicable when breach causes serious harm); cross-border transfer comparable-protection requirement (IPP 12); access + correction rights. Stronger extra-territorial reach than 1993 Act.',
|
|
2271
|
+
keyRequirements: ['13 IPPs (collection / use / disclosure / security / access / correction etc.)', 'Mandatory notifiable privacy breach scheme', 'Cross-border IPP 12 comparable-protection test', 'Subject access + correction rights', 'OPC compliance notice + access-direction enforcement', 'Extra-territorial reach', 'Pairs with HIPC for health information overlay'],
|
|
2272
|
+
aiRelevance: 'AI agents acting on New Zealand personal information must surface IPP-aligned evidence, run the IPP 12 comparable-protection test before cross-border transfers, and route notifiable privacy breaches into the OPC notification scheme. Pairs with the Health Information Privacy Code where health data is in scope.',
|
|
2273
|
+
controlCount: 7,
|
|
2274
|
+
},
|
|
2275
|
+
];
|
|
2276
|
+
// ---------------------------------------------------------------------------
|
|
2277
|
+
// UK WAVE 2 PACKS (TIER 10-UK Wave 2, 2026-05-09)
|
|
2278
|
+
// ---------------------------------------------------------------------------
|
|
2279
|
+
const UK_WAVE2_PACKS = [
|
|
2280
|
+
{
|
|
2281
|
+
id: 'ncsc-ai-security',
|
|
2282
|
+
name: 'NCSC Guidelines for Secure AI System Development (2024)',
|
|
2283
|
+
shortName: 'NCSC AI Security',
|
|
2284
|
+
vertical: 'Cybersecurity',
|
|
2285
|
+
jurisdiction: 'UK',
|
|
2286
|
+
status: 'ACTIVE',
|
|
2287
|
+
priority: 'P0',
|
|
2288
|
+
description: 'NCSC (UK) and 16 international partner guidelines covering four phases of secure AI system development: ' +
|
|
2289
|
+
'Phase 1 secure design (threat modelling, supply-chain risk), Phase 2 secure development (dependency integrity, ' +
|
|
2290
|
+
'model provenance), Phase 3 secure deployment (infrastructure hardening, access controls, deployment records), ' +
|
|
2291
|
+
'Phase 4 secure operation and maintenance (monitoring, incident response, vulnerability disclosure, red-teaming). ' +
|
|
2292
|
+
'Referenced by Crown Commercial Service procurement frameworks and Cabinet Office AI procurement guidance. ' +
|
|
2293
|
+
'Source: NCSC Guidelines for secure AI system development (2024).',
|
|
2294
|
+
keyRequirements: [
|
|
2295
|
+
'AI threat model present and approved (Phase 1)',
|
|
2296
|
+
'Model provenance and dataset lineage attested (Phase 1/2)',
|
|
2297
|
+
'Dependency integrity verification active (Phase 2)',
|
|
2298
|
+
'Model-weight integrity hash recorded and verified at deployment (Phase 2/3)',
|
|
2299
|
+
'Secure deployment record with T2 approval gate for model swaps (Phase 3)',
|
|
2300
|
+
'MFA + least-privilege for AI deployment pipelines (Phase 3)',
|
|
2301
|
+
'Adversarial-input and prompt-injection monitoring active (Phase 4)',
|
|
2302
|
+
'Red-team exercise completed annually or after material model changes (Phase 4)',
|
|
2303
|
+
'AI-specific incident response path with 72-hour NCSC notification (Phase 4)',
|
|
2304
|
+
'Responsible-disclosure process for AI-specific vulnerabilities (Phase 4)',
|
|
2305
|
+
'7-year retention of all phase records (public-sector procurement)',
|
|
2306
|
+
],
|
|
2307
|
+
aiRelevance: 'This pack IS the AI-specific secure-development lifecycle framework from NCSC. Every AI agent ' +
|
|
2308
|
+
'deployment must evidence threat modelling, model provenance, secure deployment approval, and ' +
|
|
2309
|
+
'adversarial monitoring. Model swaps require T2 Approval Queue. Prompt-injection incidents are ' +
|
|
2310
|
+
'a first-class incident category requiring 72-hour NCSC notification.',
|
|
2311
|
+
controlCount: 15,
|
|
2312
|
+
},
|
|
2313
|
+
];
|
|
2314
|
+
// ---------------------------------------------------------------------------
|
|
2315
|
+
// PLANNED PACKS
|
|
2316
|
+
// ---------------------------------------------------------------------------
|
|
2317
|
+
const PLANNED_PACKS = [
|
|
2318
|
+
// All Phase 5 AU packs are now ACTIVE. No entries needed here.
|
|
2319
|
+
];
|
|
2320
|
+
// ---------------------------------------------------------------------------
|
|
2321
|
+
// Combined registry
|
|
2322
|
+
// ---------------------------------------------------------------------------
|
|
2323
|
+
exports.ALL_COMPLIANCE_PACKS = [
|
|
2324
|
+
...ACTIVE_PACKS,
|
|
2325
|
+
...AU_PACKS,
|
|
2326
|
+
...APAC_PACKS,
|
|
2327
|
+
...UK_WAVE2_PACKS,
|
|
2328
|
+
...PLANNED_PACKS,
|
|
2329
|
+
];
|
|
2330
|
+
function getPacksByVertical(vertical) {
|
|
2331
|
+
return exports.ALL_COMPLIANCE_PACKS.filter(p => p.vertical === vertical);
|
|
2332
|
+
}
|
|
2333
|
+
function getPacksByStatus(status) {
|
|
2334
|
+
return exports.ALL_COMPLIANCE_PACKS.filter(p => p.status === status);
|
|
2335
|
+
}
|
|
2336
|
+
function getPacksByPriority(priority) {
|
|
2337
|
+
return exports.ALL_COMPLIANCE_PACKS.filter(p => p.priority === priority);
|
|
2338
|
+
}
|
|
2339
|
+
function getPackSummary() {
|
|
2340
|
+
const verticals = [...new Set(exports.ALL_COMPLIANCE_PACKS.map(p => p.vertical))];
|
|
2341
|
+
return {
|
|
2342
|
+
totalPacks: exports.ALL_COMPLIANCE_PACKS.length,
|
|
2343
|
+
active: exports.ALL_COMPLIANCE_PACKS.filter(p => p.status === 'ACTIVE').length,
|
|
2344
|
+
planned: exports.ALL_COMPLIANCE_PACKS.filter(p => p.status === 'PLANNED').length,
|
|
2345
|
+
research: exports.ALL_COMPLIANCE_PACKS.filter(p => p.status === 'RESEARCH').length,
|
|
2346
|
+
byVertical: Object.fromEntries(verticals.map(v => [v, exports.ALL_COMPLIANCE_PACKS.filter(p => p.vertical === v).length])),
|
|
2347
|
+
byPriority: {
|
|
2348
|
+
P0: exports.ALL_COMPLIANCE_PACKS.filter(p => p.priority === 'P0').length,
|
|
2349
|
+
P1: exports.ALL_COMPLIANCE_PACKS.filter(p => p.priority === 'P1').length,
|
|
2350
|
+
P2: exports.ALL_COMPLIANCE_PACKS.filter(p => p.priority === 'P2').length,
|
|
2351
|
+
},
|
|
2352
|
+
};
|
|
2353
|
+
}
|
|
2354
|
+
//# sourceMappingURL=registry-expanded.js.map
|