AI Agent Hub
Back to plugins
⚙️

dsh-plugin-finder

Workflow Updated 2026.08.15

Run the following command in DeepSeek Harness:

dsh plugin install meme-dog/dsh-plugin-finder

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

Run dsh plugin install meme-dog/dsh-plugin-finder in your DeepSeek Harness terminal to install this plugin; the source code is available at https://github.com/meme-dog/dsh-plugin-finder.

About this plugin

The DSH plugin ecosystem is growing fast, yet discovering, comparing, and vetting third-party plugins still means manually browsing GitHub. dsh-plugin-finder collapses that entire workflow into a single conversational turn: the agent searches, ranks, and presents results right inside your session, each with a ready-to-run install command.

Search calls the GitHub Search API in real time, covering over 1,000 public repositories sorted by stars. Before installing, you can trigger a one-click security audit: source code is fetched into a sandbox and scanned for seven risk categories including process execution, dynamic code, key leakage, file tampering, network exfiltration, dangerous commands, and dynamic imports. The audit returns source excerpts and a trial-to-production plan with rollback steps. The whole flow is strictly read-only and never mutates existing configuration.

Ideal for DSH users who drive workflows conversationally, teams that need a security pre-check on third-party plugins, and any developer who prefers to trial before committing.

Use Cases

  • Search DSH plugins by keyword such as WeChat notification or TUI right in conversation
  • Auto-scan seven categories of dangerous code patterns and output source excerpts before installing
  • Quickly filter top community plugins sorted by GitHub stars with one-click install commands

Best For

  • Developers who drive DSH workflows through natural language
  • Engineering teams that require security pre-checks on third-party plugins
  • DSH users who prefer a trial-before-install workflow