Skip to main content

iot-witness-verify

Verify witness chain integrity and detect provenance gaps

インストールへ移動

ソース情報

リポジトリ
ruvnet/ruflo
ソースの最終更新活動
2026年7月17日 03:06
検出された SKILL.md の言語
英語
スター
73,010
フォーク
8,665

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
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" })`
GitHubで見る