dsh-duty-separation-proof
dsh-duty-separation-proof
离线、确定性的证据,证明一个提供的 DSH 工作流将声明的职责分离开来。它验证精确的请求/审批/执行/观察顺序、哈希绑定的对象和工作流身份、收据链的连续性、不相交的主体集合、审批法定人数、主体/观察者多样性和新鲜度。它只写入一个脱敏的、内容寻址的 JSON 判定。
这不是一个授权系统。它不授予角色、不审批请求、不执行变更、不验证收据、不检查实时系统,也不证明所提供的账本是详尽无遗的。
为什么这是一个独立的层
NIST 区分静态、动态、基于对象、基于操作和基于历史的职责分离。该插件为单个提供的工作流对象实现了一个狭窄的事后证据层。它补充了:
dsh-guarded-hcl,其分离特定于优化器/评估器/策略/提交控制器边界;dsh-decision-effect-proof,它协调授权决策与效果;dsh-artifact-promotion-proof,它验证工件的提升链;dsh-access-review-proof,它验证权限重新认证的闭环。
这里,问题仅仅是:所提供的哈希链接的工作流收据是否满足声明的职责冲突策略?
Related MCP server: EVIDIQ Rubric MCP
使用
npm test
npm run check
node bin/dsh-duty-separation-proof.mjs inspect examples/settled.json
node bin/dsh-duty-separation-proof.mjs verify examples/settled.jsonDSH 捆绑包暴露了 dsh_duty_separation_inspect 和 dsh_duty_separation_verify。独立的 MCP 服务器暴露了等效的仅用于证明的内联工具。
清单边界
所有工作流、对象、修订、策略、主体、观察者和收据身份都是小写 SHA-256 值。唯一的公共标识符是有界的 proofId,报告只包含其哈希。必需的序列以 request 开始,包含 execute,以 observe 结束,并且可能包含多个 approve 阶段。disjointDutySets 和法定人数阈值是明确的策略输入。
报告有意声明 authenticatesReceipts: false、provesLedgerExhaustive: false 和 provesAbsenceOfUndeclaredActions: false。
参考
MIT 许可。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceDeterministic pre-execution audit for trading agents. PASS/WAIT/FAIL, reproducible verdict_hash.443MIT

EVIDIQ Rubric MCPofficial
AlicenseNot gradedqualityBmaintenanceDetermines whether a deliverable meets its contract using deterministic rules, criteria, and signed attestations.1MIT- AlicenseNot gradedqualityDmaintenanceEnables verification of AI agent identity, authority, and integrity at transaction time, returning signed verdicts for allow, step-up, review, or block.MIT
- AlicenseNot gradedqualityCmaintenanceLets users inspect and verify content-addressed schema migration evidence offline, checking idempotence, reversible rollback, required invariants, and explicit lossy-field disclosure without executing migrations or accessing data.MIT
Related MCP Connectors
Deterministic pre-execution audit for trading agents. PASS/WAIT/FAIL, reproducible verdict_hash.
Verify before your agent acts on data it paid for. Signed verdicts, checkable offline, via x402.
Free, no-account verification of KeyHalve-sealed documents. Read-only; never receives keys.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dongsheng123132/dsh-duty-separation-proof'
If you have feedback or need assistance with the MCP directory API, please join our Discord server