dsh-smart-approval
Run the following command in DeepSeek Harness:
dsh plugin install TingRuDeng/dsh-smart-approval
Paste the following prompt into your AI chat to install this plugin:
Install the plugin in DeepSeek Harness by running dsh plugin install TingRuDeng/dsh-smart-approval; the full source is available at https://github.com/TingRuDeng/dsh-smart-approval .
About this plugin
In DeepSeek Harness, the approval pipeline traditionally couples sandbox access with the review mechanism: you either allow everything or route every request to a human. dsh-smart-approval decouples the two. DSH continues to own Read Only, Workspace Write, and Full access, while this plugin adds an independent Automatic Review selector beside Workspace Write, so you can tune the review strategy without touching the sandbox.
The plugin offers three review modes. Manual approval routes every request to a human. Smart approval, the recommended default for new sessions, lets safe requests pass automatically, escalates high-risk or uncertain ones to a human, and rejects clearly malicious ones. Unattended mode allows safe requests and rejects everything else. The design is fail-closed by principle: the review layer only narrows permissions, never expands them, and never promotes a session to Full access. Switching modes or adjusting access takes effect on the next approval request with no DSH restart required.
This plugin is well suited for developers and operators who run automated workflows but still want a safety net: everyday operations stay unobstructed, high-risk actions still get human oversight, and unattended or CI environments benefit from a predictable, deny-by-default policy.
Use Cases
- Let safe requests pass automatically in daily automated workflows to eliminate repetitive manual confirmations
- Apply a deny-by-default policy in unattended or CI environments so unanticipated actions never execute silently
- Keep a human-approval safety net for high-risk operations without queuing low-risk requests behind them
Best For
- Developers building automated agent workflows on top of DeepSeek Harness
- Ops or DevOps engineers who need to balance execution speed with strict safety boundaries
- Platform teams deploying AI-driven automation in CI or unattended environments
Related Plugins
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.
Packages all 87 SKILL.md files from upstream reverse-skill as a DeepSeek Harness plugin that auto-registers them for authorized reverse engineering, penetration testing, and security research.
Dockyard DSH is a native DeepSeek Harness plugin that unifies official OAuth/client sessions for Codex, Antigravity, Grok, Claude, and Cursor, providing account pool, model catalog, and quota status.