dsh-agent-policy
安全与治理 活跃维护

dsh-agent-policy

xingyingyuzhui/dsh-agent-policy

提供DeepSeek Harness通用的Claw与会话策略校验模板,不拦截工具调用,可直接嵌入Harness会话流程复用,开发者无需重复编写策略规则,快速完成权限校验逻辑的定制落地。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
36 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:xingyingyuzhui/dsh-agent-policy
git clone https://github.com/xingyingyuzhui/dsh-agent-policy.git
git clone git@github.com:xingyingyuzhui/dsh-agent-policy.git
README.md main

dsh-agent-policy · 策略契约

治理套件 Phase 1–2 的共享契约:policy schema、预设基类、MCP 初始化默认、策略版本。不拦截工具。

其它插件只消费这份 schema,不要再复制一份方言。卸掉本插件不会放宽权限——闸还在 dsh-agent-gate,缺省回落到 DSH 原有 permission-presets。

MCP 工具名是 mcp__<服务>__<工具>none 全关;explicit 只放行 servers.allowinit-defaults 在名单为空时放行。真正拒绝和隐藏在闸里。

安装

dsh plugin --profile web add github:xingyingyuzhui/dsh-agent-policy

建议装在 dsh-agent-registry / dsh-session-permissions / dsh-agent-gate 前面。装完重启 dsh web

本地开发:

dsh plugin --profile web add link:/abs/path/to/dsh-agent-policy

数据

写在 ~/.dsh/agent-policy/defaults.json

  • preset:新建 Claw Agent 的常驻模板(research / developer / …)。设置里叫 Claw Agent模板
  • mcpnone | explicit | init-defaults(新 Agent 的 MCP 面默认值)
  • servers.allow / servers.deny:初始化可见的 MCP 服务名

BOOTSTRAP.md 还在时,闸额外放行问名字和写本工作区人设文件;不在这份默认里放宽终端。

卸载

dsh plugin --profile web remove dsh-agent-policy

已写出的 defaults.json 会留在磁盘上。

License

MIT