AI Agent Hub
Back to plugins
🧩

dsh-insight

admin-security Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install 863683348/dsh-insight

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

Run dsh plugin install 863683348/dsh-insight in DeepSeek Harness to install this plugin; the source code is available at https://github.com/863683348/dsh-insight

About this plugin

In the dsh plugin ecosystem, "is this plugin worth installing?" has never had a single tool that answers it outright. Scoring lives in one place, security auditing in another, and need-based matching elsewhere. Users either juggle three or four plugins and stitch the verdict together by hand, or just go with their gut.

dsh-insight collapses all three dimensions into one decision surface. plugin_guide matches a natural-language need against a curated set of 84 plugins across 14 categories and returns a reasoned recommendation; plugin_rank publishes a 0-100 health-score leaderboard spanning maintenance, docs, npm, and ecosystem signals; plugin_audit runs a heuristic static scan over a local checkout, flagging credential leakage, obfuscation, and persistence patterns; recipe offers eight community-tested bundles (notification stack, audit suite, and more) with an ordered install plan. plugin_verdict ties it all together, weighing score, scan results, and need fit into a single call that outputs install, caution, research, or avoid.

It is built for admins and power users who make frequent plugin-selection decisions in the dsh ecosystem and want one invocation to produce the full "is it safe, is it good, does it fit me?" answer. The entire plugin is a pure-logic layer with zero runtime dependencies, makes no outbound network requests of its own, and its audit step only reads a local directory you explicitly point to, keeping the trust boundary clear.

Use Cases

  • Get a unified install / caution / avoid verdict for any plugin
  • Browse a 0-100 health-score leaderboard to shortlist well-maintained plugins
  • Run a heuristic static security scan on a local checkout before installing
  • Match a natural-language need against a curated 84-plugin catalog

Best For

  • Admins making frequent plugin-selection decisions in the dsh ecosystem
  • Ops and compliance teams focused on plugin supply-chain security
  • Developers who want score, audit, and recommendation in a single call