dsh-auto-reviewer
Codex-style auto-review permission mode: adds an auto-review preset that auto-approves safe sandbox escalations, asks on risky or ambiguous ones, and rejects critical unconfirmed operations.
Codex 风格自动审查权限模式:新增 auto-review 权限档,自动放行安全沙箱提权,危险或模糊操作转人工确认,未确认的致命操作直接拒绝。
How to install
dsh plugin add github:AntaresCorn/dsh-auto-reviewer About
English | 中文 dsh-auto-reviewer — Codex-style "approve for me" permission mode 为 DeepSeek Harness 提供类似 Codex Auto Reviewer / "approve for me" 的权限模式: 在现有 **Permissions** 列表中新增 **auto-review** 选项; 模型在沙箱中请求提权时,插件自动判断这次操作是否危险、是否已被用户明确确认; 安全操作自动同意(allowed-once),危险/模糊操作转交用户确认,明显恶意/破坏性操作直接拒绝; 模糊场景可选调用 LLM 进行自动审查,LLM 不可用或拿不准时安全地退回人工确认。 这是一个社区项目,与 DeepSeek 官方无关。 特性 **新增权限预设**:通过 cordis.patch.yml 扩展官方 permission-presets 表,UI 的权限下拉框会多出 auto-review 选项,选择后写入 workspace-write + ask,并记录为 auto-review 预设。 **自动授权提示**:自动放行/拒绝时都会向对话流注入一条 Codex 风格的提示(放行:Automatic approval review approved (risk: low, authorization: u…
Recommendation signals
Meta
- License
- BSD-3-Clause
- Language
- TypeScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-08-17
- Created
- 2026-08-16
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin
Related plugins
dsh-auto-review
PerryLink/dsh-auto-review
Second-model auto-review on the approval answerer chain: a read-only reviewer subagent returns structured allow/deny verdicts with reasons, fail-closed by default.
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.
dsh-permissions
940842546/dsh-permissions
Claude Code-style permission rules engine: hard/deny/ask/allow tiers with a hard tier above full access, workspace-scoped rules, wildcard path protection, and a visual staged editor; rules persist in settings.yaml.
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.