Files
Benjamin Boenisch 4435e7ea0a 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>
2026-02-11 23:47:28 +01:00

19 lines
543 B
Python

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