AI Agent Hub
Back to plugins
🧩

dsh-security-doctor

admin-security Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install ChenChen913/dsh-security-doctor

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

Run dsh plugin install ChenChen913/dsh-security-doctor in your terminal to install the plugin; the full source code is hosted at https://github.com/ChenChen913/dsh-security-doctor ; a dsh web restart is required after installation.

About this plugin

In the DeepSeek Harness plugin ecosystem, every cordis patch and third-party package runs with your own privileges. The official list itself warns that installing a plugin means executing third-party code as yourself, yet nothing turns the question of Am I safe right now into a single click. dsh-security-doctor fills that gap: a one-click, read-only security health check that runs automatically after install, pops a graded report from the sidebar, never executes the code it inspects, defaults to zero outbound calls, and requires no API key.

Three layers of capability. First, a graded audit with a 0-to-100 ring score, high-severity items pinned to the top, trend comparison, and a remediation prescription sheet. It covers eight check categories including JS expression injection, security-layer patch tampering, third-party plugin inventory, outbound and obfuscation pattern scanning, credential file permission checks, instruction-file hash tracking, endpoint configuration review, and protection policy value auditing. Export as Markdown or JSON. Second, an AI deep-review loop: copy a structured review prompt for a suspicious plugin, hand it to your own Agent for semantic judgment, paste the verdict back, all anchored to a code fingerprint, zero API calls. Third, Guard Mode (experimental, off by default): in-process outbound domain auditing plus a high-value file change sentinel, fully local, and reversible on uninstall.

Built for developers and team admins who run DSH Web, have installed third-party plugins, care about credential file permissions and network egress, and want auditing that never reads content and detection that never modifies files. Zero runtime dependencies, zero install scripts, zero build step, MIT licensed, works on three platforms with Node 22 or higher.

Use Cases

  • Verify environment safety in one click after installing third-party plugins
  • Periodic review of DSH Web plugin dependencies, credential permissions, and network egress by a team admin
  • Generate a structured deep-review prompt for an AI Agent to perform semantic analysis on a suspicious plugin

Best For

  • Developers running DSH Web with third-party plugins installed
  • Users who care about credential file permissions and egress while insisting on non-invasive detection
  • Small to mid-size teams needing periodic security review without extra API dependencies