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

Agent Decision Policy Binder

# Agent Decision Policy Binder

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

Agent Decision Policy Binder

Agent Decision Policy Binder

Check the relationship between a normalized decision event and a redacted policy definition.

Scenario and prerequisites

  • - Use after context normalization and before any real action or export.
  • Provide a policy snapshot with version, allowed_actions, required_permissions, approval_required and owner.
  • This is a deterministic evidence check, not an authorization service.

Input and output

Input is the first skill output plus a policy JSON file. Output includes AUTHORIZED or HOLD_FOR_HUMAN_REVIEW, the binding hash, matched permissions and reasons.

Installation and execution

  1. 1. Keep the skill directory and policy file in a controlled local workspace.
  2. Run python scripts/bind_agent_policy.py --event ../agent-decision-context-normalizer/examples/output.json --policy examples/policy.json --output examples/output.json.
  3. Pass only an AUTHORIZED or explicitly reviewed hold record to the chain verifier.

Recovery and boundaries

Version mismatch, disallowed action, missing permission or required approval produces a hold. A hold is not an allow and must not be converted by editing the output.

The script does not call IAM, execute tools or grant permissions. It evaluates only the supplied redacted policy snapshot.

Acceptance

The sample policy authorizes the sample action and emits AUTHORIZED. Removing the listed permission or changing the policy version must emit HOLD_FOR_HUMAN_REVIEW.

下载

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