AI Agent Hub
Back to plugins
🧩

dsh-plugin-security-review

admin-security Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install ShanHaiFish/dsh-plugin-security-review

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

You can install this plugin in DeepSeek Harness by running `dsh plugin install ShanHaiFish/dsh-plugin-security-review`, with source code located at https://github.com/ShanHaiFish/dsh-plugin-security-review.

About this plugin

In the development workflow of DeepSeek Harness (DSH), the dynamic installation and execution of plugins introduce potential security risks, such as malicious code injection or sensitive data leakage. dsh-plugin-security-review aims to build a robust security barrier by utilizing a static code analysis engine to deeply scan plugin source code. It features a rigorous "Security First" strategy that automatically detects high-risk behaviors like credential exposure or dynamic code execution, intelligently intercepting or guiding approvals based on risk levels. Beyond manual approval popups, it introduces a "Whitelist" mechanism, allowing administrators to add locally trusted plugins directly to the trust list to avoid repetitive blocking during development. Paired with powerful audit tools, developers can gain comprehensive control over plugin compliance, ensuring system security. This makes it an ideal solution for DSH developers and operations personnel who require strict control over the plugin ecosystem to prevent security vulnerabilities.

Use Cases

  • Perform static security review on plugin source code before installation.
  • Intercept high-risk behaviors like credential leakage or dynamic code execution.
  • Manage trust for local development plugins via whitelist mechanism.

Best For

  • Developers needing security control over the DeepSeek Harness plugin ecosystem.
  • Security engineers responsible for system deployment and operations.
  • DevOps teams pursuing plugin compliance and risk avoidance.