dsh-risk-gate
Semantic risk grading and progressive authorization: classifies tool calls into safe/risky/redline, asks before irreversible actions, auto-allows only approved-and-succeeded signatures.
怎么安装
dsh plugin add dsh-risk-gate 简介
dsh-risk-gate Semantic risk grading + progressive authorization for DeepSeek Harness. 按操作**语义**自动分级,不要求用户写规则——把 Hermes Agent 的可逆性决策链移植成 dsh 插件。 What it does Hooks tools/pre-execute and classifies every tool call by **operation semantics**: | Level | Meaning | Action | |---|---|---| | safe | reversible / read-only (read, search, web, benign bash) | pass through (next()) | | risky | irreversible but low-risk (write, edit, install, git commit) | ask via approval seam | | redline | one of four red lines: remote-state change / outbound message / delete / paid quota | ask with explicit redline type;…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- 25
- 最近更新
- 2026-09-08
- 创建于
- 2026-09-08
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- deepseek-harness, dsh, dsh-plugin
同类推荐
dsh-permission-rules
PerryLink/dsh-permission-rules
Claude Code 风格的声明式权限规则:按序 allow/deny/ask 的 YAML 规则,在 tools/pre-execute 瀑布上匹配工具名、参数、工作区路径与 agent 身份,带完整会话日志审计、干跑模式与热重载。
upstream-radar
MicroMilo/upstream-radar
持续监控 DSH 与插件发布,在一次性隔离环境中复测精确发布物,发布机器可读的兼容性证据,并在修复后自动核对和关闭受管理的问题。
dsh-auth-gate
TecFancy/dsh-auth-gate
DSH 网页端登录门插件:账号口令或共享令牌认证、会话 cookie、登录限速,附用户管理 CLI(0.4.1 起声明 dsh.bundle manifest,`dsh plugin add` 一键挂载)。
dsh-auth-gateway
xbzbing/dsh-auth-gateway
为 dsh web 提供密码与 TOTP 双因素认证网关:登录前拦截全部 HTTP/WebSocket 请求,含按来源锁定、全局限流与一次性备份代码。