DeepSeek Harness plugin

dsh-enter-approve

Press Enter to approve the sandbox permission-escalation prompt in the DeepSeek Harness WebUI instead of clicking the Allow once button.

Jump to install

Source facts

Repository
abcofabc/dsh-enter-approve
Latest update
Aug 17, 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/abcofabc/dsh-enter-approve
Plugin: dsh-enter-approve
Author: abcofabc

Check the source files

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

File explorer3 files
README.mdSource · read only

dsh-enter-approve

![中文](./README.zh.md)

Press Enter to approve the sandbox permission-escalation prompt in the DeepSeek Harness WebUI - no mouse click required.

Features

  • While an approval panel (等待审批 / "Waiting for approval") is showing, a plain Enter press clicks the Allow once button.
  • Adds a small hint (按 Enter 允许一次 / "Press Enter to allow") under the panel's buttons.
  • Zero interference elsewhere: ignores Enter while typing, IME composition, modifier keys (Ctrl/Cmd/Shift/Alt + Enter), and whenever no approval panel is present.

Install

1. Link this package into your dsh profile: ~/.dsh/profiles/web/node_modules/dsh-enter-approve 2. Add it to ~/.dsh/profiles/web/package.json under dependencies ("dsh-enter-approve": "link:<absolute path>") and to dsh.profile.bundles. 3. Fully restart DeepSeek Harness.

How it works

A tiny browser script is injected into the served index.html through webServer.tapIndex(). It listens on document (capture phase) for a plain Enter keypress and, while an approval panel ([data-approval-key]) exists on screen, forwards the press to the panel's "Allow once" button - the same click path a mouse click uses.

Uninstall

Remove the node_modules link and both references in package.json, then restart DSH.

Credits

This plugin was created entirely by DeepSeek-v4-flash through the DeepSeek Harness.

> 此插件是完全由DeepSeek-v4-flash通过DeepSeek harness制作的

License

MIT