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