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>
19 lines
543 B
Python
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"
|