AI Agent Hub
Back to plugins
🧩

dsh-approve-for-me

admin-security Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install timeance/dsh-approve-for-me

Paste the following prompt into your AI chat to install this plugin:

You can install this plugin in the DeepSeek Harness terminal by running `dsh plugin install timeance/dsh-approve-for-me`, and its full open-source repository is available at https://github.com/timeance/dsh-approve-for-me.

About this plugin

When running complex Shell or PowerShell operations in DeepSeek Harness, constant sandbox escalation prompts can easily break your flow. However, granting "Full access" exposes your system to uncontrollable risks. Striking the right balance between maintaining a strict security boundary and streamlining your workflow is a common challenge for developers.

dsh-approve-for-me is a Harness plugin designed specifically to bridge this gap. It introduces a rule-gated, optional LLM-reviewed automatic approval mechanism for sandbox escalations. By defining narrow command prefix allowlists, the plugin evaluates requests against built-in high-risk checks and an optional tool-free LLM reviewer. It grants a strict "allowed-once" permission for safe, matching commands, while seamlessly falling back to native human approval for any uncertain or high-risk operations.

This plugin is ideal for developers and automated workflows that seek to eliminate repetitive manual approvals for routine tasks without completely abandoning the sandbox. Whether you are working in a local web profile or running headless automation, it provides the perfect middle ground between tedious confirmations and reckless full access.

Use Cases

  • Automating routine safe Shell scripts and build commands.
  • Running automated tests or background task pipelines in headless mode.
  • Reducing frequent sandbox escalation prompts during development.

Best For

  • Developers who prioritize system security but want to streamline CLI operations.
  • DevOps engineers configuring unattended automated tasks.
  • Power users managing complex projects with DeepSeek Harness.