dsh-timeout-auto-reject
Run the following command in DeepSeek Harness:
dsh plugin install jiesou/dsh-timeout-auto-reject
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install jiesou/dsh-timeout-auto-reject in your DeepSeek Harness terminal to install; the source code is hosted at https://github.com/jiesou/dsh-timeout-auto-reject .
About this plugin
When you let an agent perform actions that require human approval, a single unnoticed permission prompt can stall your entire pipeline. Auto-mode feels convenient but silently allows risky operations ahead; the reliable principle is fail-close—if nobody answers, reject.
dsh-timeout-auto-reject does one thing: if a permission request goes unanswered for 180 seconds, the plugin rejects it outright and injects a model-visible SYSTEM notice so the agent keeps moving without stalling. It requires zero configuration and is built around a single, tiny source file, making it trivial to tweak the timeout or rewrite the prompt wording.
If you orchestrate multi-step agent tasks with dsh and cannot afford a hung session because a permission prompt was overlooked, this plugin is the lightweight safety net for exactly
Screenshots
Use Cases
- Permission prompts stall long multi-step agent runs when nobody answers.
- Unattended batch jobs need a hard timeout fallback for approvals.
- You want risky actions to default to deny rather than allow.
Best For
- Developers orchestrating agent tasks with dsh.
- Teams running unattended automation pipelines.
- Operations engineers who prioritize fail-close safety.
Related Plugins
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.
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.