DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Timeout Auto Reject — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
T

@jiesou/dsh-timeout-auto-reject

Timeout Auto Reject

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

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:jiesou/dsh-timeout-auto-reject#0a7bfc220422a65844db32247a9ab851feade911
READMECompatibilityVersions
timeout reject 截图 2026-08-18 16-37-55timeout reject 截图 2026-08-18 16-33-19

Compatibility and provenance

Timeout Auto Reject is published as @jiesou/dsh-timeout-auto-reject and currently resolves to version 0.1.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/21/2026

Versions

0.1.2stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.1.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/21/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in security-access.

Doctor@linxin666/dsh-doctorTransactional rescue mode for DSH profiles with a supervised launcher, isolated recovery capsule, deterministic repairs, health monitoring, and a local Web recovery consolePocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Auto Reviewdsh-auto-reviewSecond-model AI auto-review for DeepSeek Harness approval requests: a read-only reviewer subagent decides allow/deny on the approval answerer chain, with fail-closed fallback and full session-log audit.

README

dsh-timeout-auto-reject

Auto-reject unanswered permission requests.

English

timeout reject 截图 2026-08-18 16-37-55 timeout reject 截图 2026-08-18 16-33-19

自动拒绝未应答的权限请求。

任何 permission 请求如果在 180s 内无人应答,插件会自动拒绝,同时向 agent 注入一条模型可见的 SYSTEM 提示,agent 不停止,自动继续运行。

别再被“auto-mode”的安全感骗了,fail-close 才是真安全

安装

从 npm 安装(预构建产物,推荐):

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

或从 GitHub 安装:

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

安装之后

无需任何配置。

代码实现非常简单小巧,你可以随意修改 src/index.ts

License

MIT