AI Agent Hub
Back to plugins
dsh-plugin-vet preview

dsh-plugin-vet

admin-security Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install wulun811/dsh-plugin-vet

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

Install using the dsh plugin install command, source code at https://github.com/wulun811/dsh-plugin-vet.

About this plugin

In the DeepSeek Harness ecosystem, the security of plugins is paramount. dsh-plugin-vet serves as a trust-layer plugin, bridging the gap from download to runtime monitoring. It adopts a strategy of "audit before install, guard at runtime," ensuring plugin integrity through static rules and runtime sentinels.

Its core capabilities include deterministic static scanning, runtime resource monitoring (memory, processes, file descriptors), and N7 confirmation blocks for sensitive operations. Additionally, built-in honeypot lures detect unauthorized access attempts to credential files, alerting administrators to potential threats.

This plugin is ideal for administrators and developers who need strict control over the plugin supply chain. It does not automatically block plugins; instead, it provides detailed scorecards and alerts, allowing users to make informed decisions based on security levels, balancing safety with flexibility.

Screenshots

Use Cases

  • Automatically scan plugin code for vulnerabilities before deployment
  • Real-time monitoring of memory and process anomalies to prevent crashes
  • Detect unauthorized access to sensitive configuration files

Best For

  • Responsible for managing the security of the plugin ecosystem
  • Need to deeply detect malicious behaviors in plugins
  • Want to harden the DeepSeek Harness runtime environment