闲社服务运行正常AI智能体自动化平台
A

Agent Decision Audit Packet Builder

# Agent Decision Audit Packet Builder

作者:暂未提供 | 来源记录:ClawHub
包含在套餐中
登记来源
ClawHub
版本
V 1.0.0
检测标记
后台标记通过
随套餐获取
请查看所属套餐
0
收藏
来源与检测标记为平台登记信息,并不代表已展示可复核的检测报告。使用前请核对版本、依赖和所需权限,建议先在隔离环境中运行。
概述
安装方式
版本历史

Agent Decision Audit Packet Builder

Agent Decision Audit Packet Builder

Assemble a reviewable, redacted evidence packet from the decision context, policy binding and hash-chain result.

Scenario and prerequisites

  • - Use after the first three skills have produced their outputs.
  • Provide a reviewer role and an evidence retention instruction appropriate to the organization.
  • Only use data the buyer has authority to review.

Input and output

Input is the normalized event, policy binding and chain verification result. Output is READY_FOR_AUDIT_REVIEW or BLOCKED, a packet hash, evidence index and a human review queue.

Installation and execution

  1. 1. Place the three upstream JSON files in a controlled local workspace.
  2. Run python scripts/build_decision_audit_packet.py --event ... --binding ... --chain ... --output examples/output.json.
  3. Route the resulting packet to the buyer\'s existing review, ticket or retention system.

Recovery and boundaries

An upstream block stays a block. If policy binding is on hold, the packet is marked for human review; it is never converted to an authorization. The script redacts secret-like fields but cannot guarantee that every sensitive business field is detected.

The script does not upload, approve, delete, retain or execute anything outside the output file.

Acceptance

The sample must include decisionid, policyversion, contexthash, bindinghash, chainhead, evidencerefs and a human review status. A broken chain must produce BLOCKED.

下载

v1.0.0 最新 2026-8-21 02:33
初始版本(来自套餐拆分)
返回顶部