← スキル一覧に戻る

audit-trail
by do-ops885
Dermatology GOAP Orchestrator
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: audit-trail description: Commits transaction hash to immutable AgentDB ledger for complete audit trail of clinical analysis license: MIT compatibility: opencode metadata: audience: developers workflow: clinical-pipeline
What I do
I commit a Merkle proof to the AgentDB ledger to create an immutable audit trail. I hash the encrypted payload and store the transaction hash for tamper-evident logging.
When to use me
Use this when:
- Data encryption is complete and you need to create an audit trail
- You're creating a tamper-evident record of the analysis
- You need to log the transaction for compliance requirements
Key Concepts
- Merkle Proof: Cryptographic proof of data integrity
- Transaction Hash: SHA-256 hash of encrypted payload
- Immutable Ledger: Append-only storage for audit records
- audit_logged: State flag (goal state reached)
Source Files
services/agentDB.ts: Audit trail implementationservices/crypto.ts: Hash generation
Code Patterns
- Generate SHA-256 hash of encrypted payload
- Store transaction hash with metadata in AgentDB
- Return confirmation of audit commitment
Operational Constraints
- Creates immutable record - ensure data is correct before committing
- Transaction hash used for future verification
- This is the final step - audit_logged: true means pipeline complete
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です