What problem does it solve?
Investigative outputs often contain uncited or improperly cited factual claims that can lead to incorrect triage, unnecessary escalations, or missed known issues. This Skill enforces citation completeness and correctness after Phase 3 evidence extraction so only verifiable claims proceed to Phase 4.
Core Features & Use Cases
- Seven citation format validators: file:line, HAR entries, timestamps, pattern IDs, JIRA references, configuration keys, and environment metadata.
- Contradiction detection: temporal, causal, factual, and evidence contradictions are identified and surfaced.
- Verification rate & gating: computes a verification_rate and returns PASSED if ≥90% and no contradictions, otherwise returns BLOCKED with failed_claims and recovery options.
- Hook integration: ClaimValidatorHook specification for structured agent invocation and response handling.
- Use Case: Run after Phase 3 on an XSOAR/XSIAM investigation to ensure every claim is traceable to evidence before drafting customer responses or engineering escalations.
Quick Start
Validate the Phase 3 analysis for case SF-03845933 and return PASSED or BLOCKED with detailed failed claims, contradictions, and recovery options.