Policy rule packs for SOC 2, HIPAA, GDPR, PCI-DSS compliance auditing.
cortex plugin install marketplace:cortex-plugin-compliance
cortex plugin install github:CortexPrism/cortex-plugin-compliance
cortex plugin install ./manifest.jsonRun a compliance audit against a target path using a specified framework.
Parameters:
framework(string, required) — One of: soc2, hipaa, gdpr, pci_dsstarget_path(string, required) — Path to auditoutput_format(string, default: "markdown") — One of: json, markdown, html
Generate a compliance report from audit findings.
Parameters:
findings(string, required) — JSON array of findingsframework(string, required) — Framework nameinclude_remediation(boolean, default: true) — Include remediation guidance
List rules for a specific compliance framework.
Parameters:
framework(string, required) — Framework namecategory(string, optional) — Filter by category
Check a target path against a specific compliance rule.
Parameters:
framework(string, required) — Framework namerule_id(string, required) — Rule identifiertarget_path(string, required) — Path to check
Collect evidence for a specific compliance control.
Parameters:
framework(string, required) — Framework namecontrol_id(string, required) — Control identifierevidence_paths(string, optional) — Comma-separated paths
| Framework | Rules | Categories |
|---|---|---|
| SOC 2 | 11 | access_control, encryption, monitoring, backup, change_management |
| HIPAA | 11 | phi_handling, access_logs, encryption, audit_controls |
| GDPR | 11 | data_minimization, consent, right_to_access, breach_notification, dpo |
| PCI-DSS | 11 | firewall, encryption, access_control, monitoring, testing |
UI setting: Default Framework — select from SOC 2, HIPAA, GDPR, PCI-DSS (default: SOC 2).
tools— Provides compliance auditing toolsfs:read— Reads target files and evidence paths
deno task test
deno task validateMIT