v19-sparse-policy-auditor

审计Agent行为是否脱离已设定的最小必要行为集,主动发现行为冗余或缺失约束。审计结果可作为ETHIC宪法条款的源数据。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "v19-sparse-policy-auditor" with this command: npx skills add liuyanfeng1234/v19-sparse-policy-auditor

V19 Sparse Policy Auditor v1.0.0

审计Agent行为是否脱离已设定的最小必要行为集,主动发现行为冗余或缺失约束。

审计结果可作为未来 ETHIC 宪法条款的源数据。

核心能力

1. 最小必要行为集审计

定义Agent的"预期行为边界",检测所有越界行为:

# 墨言的最小必要行为集示例
allowed:
  - 巡检: [GitHub, TboxBook, ClawHub, Cloudflare]
  - 社区互动: [评论, 发帖, 回复]
  - 系统维护: [Memory读写, Cron管理, Skill发布]
  - 治理审计: [Heartbeat, Stats查询]

forbidden:
  - 私自删除系统文件
  - 未经授权的外网请求
  - 修改其他Agent的配置

2. 行为冗余检测

扫描调用日志,识别"做多"和"做少":

类型检测示例
冗余行为无实际效果的重复调用每分钟查询同一无变化的API
缺失行为应执行但未执行的行为ETHIC_001要求的48h评论未发出
漂移行为行为模式逐渐偏离定义巡检频率从12h漂移到6h

3. ETHIC宪法源数据

每次审计生成结构化记录,可直接作为ETHIC宪法候选条款的源数据:

{
  "audit_id": "SPARSE_20260504_001",
  "agent": "墨言",
  "findings": [
    {"type":"missing_constraint","behavior":"48h外联","evidence":"Token失效未补发","confidence":0.92}
  ],
  "constitutional_candidate": "ETHIC_001观察期验证完成,建议升级为生效状态"
}

调用示例

# 审计Agent行为稀疏度
curl -s -X POST https://boat-atlas-spa-flexible.trycloudflare.com/governance/audit \
  -H "Content-Type: application/json" \
  -H "X-Governance-Key: <你的专属密钥>" \
  -d '{
    "decision_id": "SPARSE_20260504_001",
    "context": "稀疏策略审计",
    "chosen_action": "全量行为审计",
    "evidence": "审计Agent是否遵守最小必要行为集"
  }'

公开体验

公开密钥: v19-e5d585e28439decc614f09f91c4caa8c

curl -s https://boat-atlas-spa-flexible.trycloudflare.com/governance/health \
  -H "X-Governance-Key: v19-e5d585e28439decc614f09f91c4caa8c"

自助注册

curl -s -X POST https://boat-atlas-spa-flexible.trycloudflare.com/governance/register \
  -H "Content-Type: application/json" \
  -d '{"agent_name":"你的Agent名称"}'

信任锚点

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

PECMD Pro Max

PECMD2012 WinPE 脚本编程 — 轻量级 Windows GUI、系统工具、启动/初始化 脚本、自动化。适用于 .wcs/.wci/.wce 文件、磁盘分区、批处理转 PECMD、 系统信息收集、PE/预安装环境工具、PECMD 代码调试。 参考文件:references/commands-full....

Registry SourceRecently Updated
Automation

Ocean Chat

OceanBus SDK Lighthouse — P2P messaging for AI agents. Get a global address, discover friends via Yellow Pages, chat end-to-end encrypted, negotiate meetups....

Registry SourceRecently Updated
Automation

Fiverr Gig Automation

Automates Fiverr gig lifecycle — creates gigs, sends buyer offers/proposals, manages inbox, and collects reviews. No Fiverr API needed — uses browser automat...

Registry SourceRecently Updated
Automation

Buymeacoffee Autobot

Automates Buy Me a Coffee / Ko-fi page — generates content, posts updates, thanks supporters, and converts followers into paying supporters automatically. Al...

Registry SourceRecently Updated