Compliance (Beta)¶
Manifest Platform provides a compliance management system that maps platform security controls to industry frameworks, tracks your organization's adherence, and generates the evidence artifacts needed for audits. Instead of maintaining compliance spreadsheets manually, you configure your target frameworks and the platform continuously evaluates your posture.
Supported Compliance Frameworks¶
| Framework | Focus | Controls Mapped |
|---|---|---|
| SOC 2 Type II | Security, availability, processing integrity, confidentiality, privacy | 85+ |
| ISO 27001:2022 | Information security management system (ISMS) | 90+ |
| HIPAA | Protected health information safeguards | 45+ |
| GDPR | EU data protection and individual rights | 50+ |
| NIST AI RMF 1.0 | AI risk governance, mapping, measurement, and management | 60+ |
| EU AI Act | Risk classification, transparency, and documentation for AI systems | 40+ |
Framework updates
When regulatory bodies release updated versions of these frameworks, Manifest Platform publishes updated control mappings. You receive a notification in the compliance dashboard when new mappings are available.
Compliance Dashboard¶
The compliance dashboard is the central hub for understanding your organization's compliance posture.
Overview Panel¶
The overview panel shows:
- Compliance score per framework -- Percentage of controls satisfied, displayed as a gauge for each active framework
- Control status breakdown -- Counts of controls in each state: Satisfied, Partially Satisfied, Not Satisfied, Not Applicable
- Trend chart -- Compliance score over time, highlighting when scores improved or regressed
- Action items -- Prioritized list of controls that need attention, sorted by risk severity
Control Detail View¶
Click any control to see:
- Control description -- What the framework requires
- Platform mapping -- Which Manifest Platform features satisfy this control
- Evidence -- Automatically collected evidence (audit log excerpts, configuration snapshots, policy records)
- Manual attestation -- Space for human reviewers to add notes, upload documents, and mark manual verification
- Status history -- Timeline of when the control's status changed and why
Setting Up Compliance¶
Activating Frameworks¶
- Navigate to Security > Compliance
- Click Add Framework
- Select the target framework from the list
- Review the control inventory and mark any controls as Not Applicable for your organization
- Click Activate
Initial Assessment¶
After activating a framework, the platform runs an initial assessment that:
- Scans your current configuration (authentication settings, role assignments, audit log configuration, encryption settings)
- Evaluates each control against the detected configuration
- Assigns an initial status to each control
- Generates a gap report highlighting controls that require action
graph TD
ACT["Activate Framework"] --> SCAN["Scan Configuration"]
SCAN --> EVAL["Evaluate Controls"]
EVAL --> SAT["Satisfied"]
EVAL --> PART["Partially Satisfied"]
EVAL --> NOT["Not Satisfied"]
PART --> GAP["Gap Report"]
NOT --> GAP
GAP --> REMEDIATE["Remediation Actions"]
Policy Management¶
Policies are configurable rules that enforce compliance requirements across the platform. When a policy is active, the platform evaluates it continuously and flags violations.
Built-in Policies¶
Manifest Platform ships with policies mapped to common compliance requirements:
| Policy | Framework Mapping | What It Enforces |
|---|---|---|
| MFA Required | SOC 2 CC6.1, ISO 27001 A.8.5 | All users must have multi-factor authentication enabled |
| API Key Rotation | SOC 2 CC6.1, ISO 27001 A.8.5 | API keys must be rotated within a configured interval |
| Audit Log Retention | SOC 2 CC7.2, HIPAA 164.312(b) | Audit logs must be retained for the minimum period |
| Data Residency | GDPR Art. 44-49 | Data must remain within specified geographic regions |
| Model Allowlist | NIST AI RMF Map 1.1 | Only approved AI models may be used in production |
| PII Detection | GDPR Art. 5, HIPAA 164.502 | Agent inputs/outputs are scanned for personally identifiable information |
| Deployment Approval | SOC 2 CC8.1, ISO 27001 A.8.32 | Production deployments require approval from designated reviewers |
Creating Custom Policies¶
- Go to Security > Compliance > Policies
- Click Create Policy
- Define the policy rule using the policy builder
- Map the policy to one or more compliance controls
- Set the enforcement mode: Enforce (block violations) or Monitor (alert only)
- Click Save and Activate
Policy Violations¶
When a policy is violated, the platform:
- Records the violation in the audit log with event type
policy.violation - Updates the affected compliance control's status
- Sends a notification to the configured alert channel
- If the policy enforcement mode is Enforce, blocks the action that caused the violation
View violations in the Compliance > Violations tab.
Compliance Reporting¶
Generate reports for internal reviews or external auditors.
Report Types¶
| Report | Contents |
|---|---|
| Posture Summary | High-level compliance scores, control status breakdown, and trend analysis |
| Gap Analysis | Controls that are not satisfied or partially satisfied, with remediation guidance |
| Evidence Package | Collected evidence for each control — audit log excerpts, configuration snapshots, policy records, and manual attestations |
| Control Matrix | Full mapping of platform controls to framework requirements, exportable as a spreadsheet |
Generating Reports¶
- Navigate to Security > Compliance > Reports
- Select the report type
- Choose the target framework(s) and date range
- Click Generate
- Download in PDF, CSV, or JSON format
Schedule recurring reports
Set up automated report generation on a weekly or monthly cadence. Reports are delivered to a configured email distribution list or saved to your organization's document store.
Continuous Compliance¶
Rather than treating compliance as a periodic exercise, Manifest Platform evaluates your posture continuously.
- Real-time control evaluation -- When configuration changes, the platform re-evaluates affected controls immediately
- Drift detection -- If a previously satisfied control falls out of compliance (e.g., a user disables MFA), the platform flags it within minutes
- Automated evidence collection -- Audit logs, configuration snapshots, and policy evaluations are gathered automatically, reducing manual evidence preparation
- Regression alerts -- Get notified when your compliance score drops below a threshold