← Back to list

dsh-risk-gate

DeepSeek Harness Other Low risk

Semantic risk grading and progressive authorization: classifies tool calls into safe/risky/redline, asks before irreversible actions, auto-allows only approved-and-succeeded signatures.

How to install

DeepSeek Harness dsh plugin add dsh-risk-gate

About

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;…

Recommendation signals

54 Tool quality · Based on stars, downloads, maintenance, security and docs
User interest · Adjusted by in-site views, install copies and download clicks
54 Overall
0views
0unique visitors
0install copies
0download clicks
0outbound clicks

Meta

License
MIT
Language
JavaScript
GitHub stars
0
mo. downloads
25
Last push
2026-09-08
Created
2026-09-08

Links

GitHub ↗ npm ↗ Report issue ↗

Basic safety check

Findings
None
Sources
curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
Topics
deepseek-harness, dsh, dsh-plugin

Related plugins

DeepSeek Harness
Score77

dsh-permission-rules

PerryLink/dsh-permission-rules

Claude Code-style declarative permission rules: ordered allow/deny/ask YAML rules matching tool names, arguments, workspace paths, and agent identity on the tools/pre-execute waterfall, with full session-log audit, dry-run mode, and hot reload.

☆ 115 ↓ 6.3K Other
DeepSeek Harness Featured
Score72

upstream-radar

MicroMilo/upstream-radar

Watches DSH and plugin releases, retests exact published artifacts in disposable runners, publishes machine-readable compatibility evidence, and reconciles managed issues after fixes.

☆ 12 ↓ 15.8K Other
DeepSeek Harness Featured
Score71

dsh-auth-gate

TecFancy/dsh-auth-gate

Login gate for the dsh web surface: password or shared-token authentication, session cookies, rate limiting, and a user-management CLI (dsh.bundle manifest since 0.4.1, one-command `dsh plugin add` mounting).

☆ 13 ↓ 6.6K Other
DeepSeek Harness
Score68

dsh-auth-gateway

xbzbing/dsh-auth-gateway

Password + TOTP two-factor authentication gateway for the dsh web UI: every HTTP request and WebSocket upgrade is refused until login, with per-source lockout, global rate limits and one-time backup codes.

☆ 10 ↓ 1.8K Other