# src/__init__.py """ SafetyRepairKit-style minimal jailbreak detection and repair utilities. Modules: - rules.py → regex-based jailbreak / policy-violation patterns - detector.py → aggregates rule hits into a risk score 0–1 - repair.py → simple repair strategy (safe fallback on high risk) - pipeline.py → wraps a generation model with safety+repair """