DeepSeek Harness plugin

dsh-timeout-auto-reject

Auto-reject unanswered permission requests with a model-visible timeout notice

Jump to install

Source facts

Repository
jiesou/dsh-timeout-auto-reject
Latest update
Aug 21, 2026
Category
Security & Permissions
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/jiesou/dsh-timeout-auto-reject
Plugin: dsh-timeout-auto-reject
Author: jiesou

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.en.mdSource · read only
README language

dsh-timeout-auto-reject

简体中文

<img height="200" alt="timeout reject 截图 2026-08-18 16-37-55" src="https://github.com/user-attachments/assets/92c64038-5054-4721-9af9-032904fd974c" />

<img height="600" alt="timeout reject 截图 2026-08-18 16-33-19" src="https://github.com/user-attachments/assets/7b731119-9bb2-466a-b4f5-e15f7f5e2d49" />

Auto-reject unanswered permission requests.

Any permission request left unanswered for 180s is automatically rejected (fail-closed), and a model-visible SYSTEM notice is injected into the agent, which then continues automatically.

Stop being lulled by auto-mode's illusion of safety. When a permission lands on "ask" and you're off-screen, this plugin rejects it by default. Fail-closed is the real safety.

Install

From npm (prebuilt, recommended):

dsh plugin --profile web add @jiesou/dsh-timeout-auto-reject

Or from GitHub:

dsh plugin --profile web add github:jiesou/dsh-timeout-auto-reject

After installing

No configuration needed.

The implementation is very simple and compact; feel free to edit src/index.ts.

License

[MIT](LICENSE)