dsh-approval-explain
Adds an Explain button to the approval card: one model call returns exactly three lines reading the pending operation, covering what it does, which files or system state it reads, writes, modifies or executes, and a risky/attention/safe verdict with a one-sentence justification. It also renders the detail area for `write` and `edit` calls, which the shipped renderer leaves blank because it only reads a `command` field.
在审批卡片上加一个「解释」按钮:一次模型调用返回固定三行解读——做什么、读写改了什么、是否安全(风险等级加一句理由)。同时补上 `write`/`edit` 类调用详情区留白的问题——官方渲染器只读 `command` 字段,那两类调用没有该字段。
How to install
dsh plugin add github:Martlet-Tech/dsh-approval-explain About
dsh-approval-explain 中文 | English Adds an **Explain** button to DeepSeek Harness approval cards: one click spends one LLM call telling you what the thing you are about to approve *actually does*. ┌─ ● Waiting for approval ────────────────────────────┐ │ │ │ escalate sandbox to danger-full-access: user … │ │ Set-Content -LiteralPath 'D:\Downloads\notes.md' │ │ …(a very long script body) │ │ │ │ [ 💡Explain ] [ Reject ] [ Allow ] │ │ │ │ What: creates (or overwrites) notes.md under … │ │ Touches: writes D:\Downloads\notes.md; deletes … │ │ Safety: caution — overwrites a same-named file … │ └────…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 1
- mo. downloads
- –
- Last push
- 2026-09-22
- Created
- 2026-09-21
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- ai-agent, approval, deepseek-harness, dsh, dsh-plugin, llm, permission
Related plugins
dsh-auto-mode
NanmiCoder/dsh-auto-mode
Adds an Auto permission preset between Workspace Write and Full access: routine work stays in the official workspace-write sandbox while the current session model reviews escalation and destructive calls, granting one exact wider access once, asking when the intent is ambiguous, and denying critical paths.
dsh-passwords
slywalker2006/dsh-passwords
Turns DeepSeek Harness into a server-grade multi-tenant platform: remote access + auto HTTPS, subuser permissions & token/daily quotas, sandbox enforcement, encrypted auth & audit log.
sofagent
KongFangXun/sofagent/tree/main/engine/dsh-plugins/cordis-plugin-sofagent-audit
Commit-time audit harness for AI coding agents: 24 git-diff rules (secrets, out-of-scope edits, prompt injection), HMAC-signed audit trail, snapshot rollback, and an MCP server with 84 tools. Installable via dsh plugin add.
dsh-vault
Ox0400/dsh-vault
Encrypted local credentials vault for the Harness: a web settings page and vault_* tools to store, search and copy passwords, API keys, TOTP secrets and card data, with health audits, expiry rotation, imports/exports and read-only/ask access modes.