AI Agent Hub
Back to plugins
🧩

dsh-poison-guard

admin-security Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install zoahdev/dsh-poison-guard

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

In DeepSeek Harness, please run the command dsh plugin install zoahdev/dsh-poison-guard, with source code located at https://github.com/zoahdev/dsh-poison-guard.

About this plugin

When using DeepSeek Harness, installing third-party plugins directly poses a risk of supply chain poisoning, where malicious code may be hidden within obfuscated logic or complex structures that simple regex scans often fail to detect. dsh-poison-guard provides a three-layer deep detection mechanism. It uses NodeSecure JS-X-Ray for AST static analysis to track variables and dynamic imports, a deobfuscation decoder to handle common encoding bypasses, and regex heuristics to scan installation scripts, offering comprehensive threat visibility. Designed to serve as part of a defense-in-depth strategy, it helps developers and operators identify hidden data exfiltration, dangerous system commands, and forged credentials, making it ideal for environments that manage a large volume of plugins while prioritizing security.

Use Cases

  • Automatically scan plugin code within CI pipelines.
  • Validate security before adding plugins to the toolbox.
  • Audit code in environments where sandboxes cannot be run.

Best For

  • DevOps engineers managing plugin deployment.
  • Software security experts concerned with supply chain risks.
  • Developers wishing to ensure their plugins are free of vulnerabilities.