Verify witness chain integrity and detect provenance gaps
Scanned 9/4/2026
Install to Claude Code
npx -y skills add ruvnet/claude-flow --skill iot-witness-verify --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Iot Witness Verify?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ruvnet-iot-witness-verify-ruflo)More formats (shields.io, HTML) on the badges page.
---
name: iot-witness-verify
description: Verify witness chain integrity and detect provenance gaps
allowed-tools: Bash(npx *) mcp__plugin_ruflo-core_ruflo__memory_store Read
argument-hint: "<device-id>"
---
Verify the witness chain integrity for a Cognitum Seed device.
Steps:
1. `npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot witness verify DEVICE_ID`
2. Check for epoch gaps and hash chain breaks
3. Report integrity score (0.0–1.0)
4. If gaps found, store for audit trail:
`mcp__plugin_ruflo-core_ruflo__memory_store({ key: "iot-witness-gap-DEVICEID", value: "Gap from EPOCH to EPOCH", namespace: "iot-audit" })`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!