Initial commit: breakpilot-compliance - Compliance SDK Platform
Services: Admin-Compliance, Backend-Compliance, AI-Compliance-SDK, Consent-SDK, Developer-Portal, PCA-Platform, DSMS Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
18
backend-compliance/compliance/__init__.py
Normal file
18
backend-compliance/compliance/__init__.py
Normal file
@@ -0,0 +1,18 @@
|
||||
"""
|
||||
Breakpilot Compliance & Audit Framework
|
||||
|
||||
Provides regulatory compliance management for:
|
||||
- 16 EU Regulations (GDPR, AI Act, CRA, NIS2, etc.)
|
||||
- BSI TR-03161 (Mobile Applications Security)
|
||||
- Control Catalogue with ~45 controls in 9 domains
|
||||
- Evidence Management with file upload
|
||||
- Risk Matrix (Likelihood x Impact)
|
||||
- Audit Export (ZIP packages for external auditors)
|
||||
|
||||
Integration points:
|
||||
- Uses RAG infrastructure for document parsing
|
||||
- Uses GPU infrastructure for LLM-based analysis
|
||||
"""
|
||||
|
||||
__version__ = "1.0.0"
|
||||
__author__ = "Breakpilot Team"
|
||||
Reference in New Issue
Block a user