AI Agent Hub
Back to plugins
🧩

dsh-plugin-auditor

admin-security Updated 2026.08.15

Run the following command in DeepSeek Harness:

dsh plugin install HYY-King/dsh-plugin-auditor

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

To install this plugin in DeepSeek Harness, please run the following command: dsh plugin install HYY-King/dsh-plugin-auditor. Source: https://github.com/HYY-King/dsh-plugin-auditor

About this plugin

In the DeepSeek Harness ecosystem, loading every bundle from the configuration file at startup is a standard operation, yet misconfigured third-party plugins often cause the entire plugin tree to crash. This unexpected failure not only impacts availability but also makes debugging significantly harder. dsh-plugin-auditor is designed to solve this pain point, providing a safe pre-flight check mechanism that helps you identify potential risks before adding a new plugin.

The core capability of this plugin lies in its "zero-dependency, read-only" static analysis approach. It does not execute the audited plugin code; instead, it inspects package., cordis.patch.yml, and files in node_modules to precisely detect various common errors, including duplicate tool registrations, entry-id collisions, peer version mismatches, and missing credentials for channel plugins like Telegram or Lark. This mechanism effectively prevents startup failures caused by version conflicts or configuration omissions.

Whether you are a power user building complex automation workflows or a system administrator maintaining a multi-plugin environment, this plugin is an essential helper. By performing a quick scan before adding new plugins, you can significantly reduce system instability and ensure DeepSeek Harness runs smoothly and efficiently, allowing you to focus on development rather than fixing crashes.

Use Cases

  • Perform static configuration checks before installing new plugins
  • Predict potential boot crash risks before starting Harness
  • Quickly identify tool registration conflicts and version mismatches

Best For

  • System administrators maintaining multi-plugin environments
  • Developers ensuring stable Harness operation
  • Power users integrating multiple custom plugins in the ecosystem