スキル一覧に戻る
zeyxx

trace

by zeyxx

κυνικός - Conscience Collective Décentralisée | "φ qui se méfie de φ" | Don't trust, verify

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

SKILL.md


name: trace description: Trace end-to-end integrity of a judgment through the PoJ blockchain. Use when asked to trace, verify, audit, or check the blockchain proof of a specific judgment. user-invocable: true

/trace - CYNIC Judgment Tracing

"Trust, but verify on-chain"

Quick Start

/trace <judgment_id>

What It Does

Traces a judgment through the full integrity chain:

Judgment → PoJ Block → Merkle Proof → Solana Anchor

Proves that a judgment:

  1. Was created at a specific time
  2. Has not been tampered with
  3. Is anchored to the blockchain

Trace Output

StageVerification
JudgmentID, timestamp, hash
PoJ BlockBlock number, merkle root
Merkle ProofInclusion proof path
SolanaTransaction signature

Examples

Trace a Judgment

/trace jdg_abc123

Trace with Full Details

/trace jdg_abc123 --verbose

Implementation

Use the brain_trace MCP tool:

brain_trace({
  judgmentId: "jdg_abc123",
  includeRaw: false  // Set true for full hashes
})

Verification Levels

LevelConfidenceWhat's Verified
Local38.2%Judgment exists in DB
Block50%Included in PoJ block
Merkle61.8%Merkle proof valid
Chain61.8%Anchored on Solana

PoJ Chain Operations

Check chain status:

brain_poj_chain({ action: "status" })

Verify chain integrity:

brain_poj_chain({ action: "verify" })

Get recent blocks:

brain_poj_chain({ action: "recent", limit: 5 })

See Also

  • /judge - Create new judgments
  • /health - Check chain health
  • poj-chain.md - PoJ technical details

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です