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:
Benjamin Boenisch
2026-02-11 23:47:28 +01:00
commit 4435e7ea0a
734 changed files with 251369 additions and 0 deletions

View 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"