Skip to main content
AI/MLruvnet

iot-witness-verify

Verify witness chain integrity and detect provenance gaps

Stars
56,726
Source
ruvnet/claude-flow
Updated
2026-05-31
Slug
ruvnet--claude-flow--iot-witness-verify
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/ruvnet/claude-flow/HEAD/plugins/ruflo-iot-cognitum/skills/iot-witness-verify/SKILL.md -o .claude/skills/iot-witness-verify.md

Drops the SKILL.md into .claude/skills/iot-witness-verify.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

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__claude-flow__memory_store({ key: "iot-witness-gap-DEVICEID", value: "Gap from EPOCH to EPOCH", namespace: "iot-audit" })