What problem does it solve?
IoT device provenance records can silently break when witness chain epochs are missing or hash links are corrupted, leaving no trustworthy audit trail. This Skill verifies the witness chain for a Cognitum Seed device and surfaces integrity gaps before they undermine trust in device data.
Core Features & Use Cases
- Witness Chain Verification: Runs the cognitum-iot witness verify command against a specific device ID to validate the full chain.
- Gap and Break Detection: Checks for epoch gaps and hash chain breaks, then reports an integrity score from 0.0 to 1.0.
- Audit Trail Persistence: Stores detected gaps in shared memory under the iot-audit namespace for later review.
- Use Case: A fleet operator suspects a sensor's telemetry history was tampered with, so they verify the device's witness chain, receive an integrity score, and automatically log any epoch gaps for compliance auditing.
Quick Start
Verify the witness chain integrity for device DEVICE_ID and report any epoch gaps or hash chain breaks.