← 返回
开发者工具 中文

SettlementWitness

Verify structured agent task outputs with signed receipts and optional TrustScore attribution.
使用签名收据验证结构化智能体任务输出,可选TrustScore归属
nutstrut nutstrut 来源
开发者工具 clawhub v0.0.11 3 版本 99955.3 Key: 无需
★ 1
Stars
📥 2,218
下载
💾 17
安装
3
版本
#latest

概述

\---

name: settlement-witness

description: Prove an agent actually completed its task. Deterministic PASS/FAIL verification with signed receipts before payment or settlement.

\---

\# SettlementWitness

Verify structured agent task outputs and return signed proof of outcome.

\---

\## Core Principle

Verification should be deterministic, minimal, and optional.

Only structured inputs are evaluated.

\---

\## What This Does

SettlementWitness evaluates submitted task data and returns:

\- PASS / FAIL / INDETERMINATE

\- signed receipt (SAR)

\- optional TrustScore update

\---

\## Core Execution Loop

1\. Provide input:

- task\_id

- optional agent\_id

- spec (expected result)

- output (actual result)

2\. Submit for verification

3\. Receive:

- verdict

- receipt

- optional score update

\---

\## Example

settlement\_witness({

task\_id: "task-001",

agent\_id: "0xYourWallet:agent",

spec: { expected: "report generated" },

output: { expected: "report generated" }

})

\---

\## Result Structure

{

"verdict": "PASS | FAIL | INDETERMINATE",

"receipt\_id": "sha256:...",

"signature": "...",

"confidence": 1.0

}

\---

\## Endpoints

https://defaultverifier.com/settlement-witness

Public keys:

https://defaultverifier.com/.well-known/sar-keys.json

\---

\## Agent Identity (Optional)

Format:

0xWalletAddress:agent-name

Used for:

\- attribution

\- reputation scoring

\---

\## Data Handling

\- only submit structured evaluation data

\- never include secrets or private data

\- submit minimal required information

\---

\## Verification Model

\- stateless

\- deterministic

\- independently verifiable

\- signature-based (Ed25519)

\---

\## What This Is Not

\- not a payment system

\- not data storage

\- not enforcement layer

\---

\## What This Is

\- deterministic verifier

\- receipt generator

\- proof system

\- reputation input layer

\---

\## Outcome

Agents can:

\- prove task completion

\- generate verifiable records

\- build reputation over time

\---

\## Keywords

verification, trust, receipts, ai-agents, validation, reputation

版本历史

共 3 个版本

  • v0.0.11 当前
    2026-05-03 02:36 安全 安全
  • v0.0.8
    2026-03-28 19:47 安全 安全
  • v0.0.6
    2026-03-26 21:18

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,383 📥 320,835
it-ops-security

Skill Vetter v2

nutstrut
在应用前分析任何技能的安全性。保留本地判断,清晰分类风险,必要时可使用 SettlementWitness 验证最终报告。
★ 0 📥 3,313
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,085 📥 813,514