AI Agent Hub
Back to plugins
🧩

dsh-agent-doctor

admin-security Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install MkaliezZ/dsh-agent-doctor

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

Run dsh plugin install MkaliezZ/dsh-agent-doctor in DeepSeek Harness to install this plugin; the source repository is at https://github.com/MkaliezZ/dsh-agent-doctor.

About this plugin

After mounting tools in a DeepSeek Harness, developers often struggle to quickly confirm whether the effective tool surface exposed to the model matches their expectations. Which tools are visible, whether reserved capabilities have accidentally leaked, and if any tool name looks side-effect-shaped are details that are tedious and error-prone to verify by hand. dsh-agent-doctor provides a /doctor command that lets you run a bounded health check on the model-visible tool surface from an interactive DSH interface.

The diagnostics cover five dimensions: listing the count and names of effective tools, detecting whether the reserved run_code capability is unexpectedly visible, issuing a heuristic warning on tool names that look side-effect-shaped, verifying that an AgentFuse policy boundary is present as required, and reporting an approval-service availability signal. The name-based check is a diagnostic hint only; the plugin neither authorizes nor blocks execution and does not act as a security scanner or enforcement boundary. True runtime enforcement should still be delegated to a policy layer such as AgentFuse.

Ideal for developers building or debugging DSH agents. If you need a quick pre-release health check on the tool surface, want to confirm that reserved capabilities have not been unintentionally exposed, or simply want a structured configuration snapshot in your logs, this lightweight plugin fits the bill. The core checker has no runtime dependencies and can be tested in isolation.

Use Cases

  • Run a quick pre-release health check on an agent tool surface
  • Verify that reserved capabilities like run_code are not accidentally exposed
  • Leave a structured diagnostic snapshot in DSH agent logs

Best For

  • Developers building DeepSeek Harness agents
  • Engineers reviewing agent tool configurations
  • Teams verifying tool surface compliance before release