dsh-approval-ai-review
Run the following command in DeepSeek Harness:
dsh plugin install kiiiiile/dsh-approval-ai-review
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install kiiiiile/dsh-approval-ai-review in DeepSeek Harness to install this plugin, source repository: https://github.com/kiiiiile/dsh-approval-ai-review
About this plugin
In DeepSeek Harness permission mode, every tool call can trigger a human confirmation prompt, even for low-risk operations like reading a config file. Approval fatigue slows the workflow down and tempts teams to loosen policies, which paradoxically weakens the guardrail on the operations that truly need oversight.
dsh-approval-ai-review inserts a single auxiliary model call ahead of any human answerer. The tool name, exact call arguments, and the asker reason are sent to the review prompt: an approve verdict resolves the request immediately; an escalate verdict, a timeout, or a malformed response delegates the request down the existing approval waterfall with the review analysis appended to the reason, so the eventual human sees exactly what the operation would do and what it risks. The plugin is inert by default, and the review call is a standalone stream request that consumes zero conversation-transcript tokens and leaves the KV cache untouched.
It is aimed at teams that keep an approval waterfall in their deployment, want to cut down on repetitive manual confirmations, and still want a human in the loop for anything the model does not clear. The plugin never rejects on its own authority, so safe operations get auto-granted while the review effort is spent only where it matters.
Use Cases
- Auto-grant safe tool calls to eliminate repetitive manual approvals
- Escalate risky operations to humans with attached risk analysis context
- Fail-safe fallback to the original approval waterfall on timeout or malformed output
Best For
- Teams running permission mode with an approval waterfall
- Operators who want to cut approval fatigue without losing human oversight
- AI deployment teams balancing efficiency with safety guardrails
Related Plugins
A network security red-team benchmark plugin for DeepSeek-V4.1/Flash featuring dual-layer kernel injection and zero-tool architecture for controlled model safety assessment.
A security red-team prompt plugin for DeepSeek-V4 that uses code-formal mapping and zero-trigger system prompts to enable unconditional output, intended for authorized testing and research only.
Adds an Auto approval mode on the official workspace-write sandbox, classifying semantic risks, asking when ambiguous, and denying destructive operations.
Undo/rollback system for DSH: config & plugin snapshots, one-click undo/redo/restore, message-level revert, secret masking, safe mode, and offline WebUI/GUI/CLI rescue tools for when DSH won't start.