AI Agent Hub
Back to plugins
⚙️

dsh-plugin-audit

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install 863683348/dsh-plugin-audit

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

Run dsh plugin install 863683348/dsh-plugin-audit in your DeepSeek Harness terminal to install the plugin (source code at https://github.com/863683348/dsh-plugin-audit ).

About this plugin

As the DSH plugin ecosystem grows, it is hard to tell which plugins are actively maintained and which are abandoned. dsh-plugin-audit turns the GitHub plugin catalog into a local, scored health audit so you can make install decisions based on data rather than guesswork.

It scores each plugin 0-100 across maintenance recency, documentation depth, npm publish status, and ecosystem curation, mapping results to A through D grades. Scores persist as a local JSON catalog, surface in a web-UI leaderboard, and are queryable through agent audit tools. The sync is rate-limit aware, supports periodic scheduling, and retains last-known values when probes fail.

Ideal for team leads and platform admins who need to vet DSH plugins at scale, and for engineers wiring automated plugin selection into CI pipelines.

Use Cases

  • Audit the DSH plugin ecosystem to shortlist candidates
  • Track maintenance trends with periodic plugin health syncs
  • Gate CI pipelines on plugin quality scores
  • Query plugin ratings directly from agent tools

Best For

  • Team leads curating DSH plugins for their stack
  • Developers integrating DSH plugins into projects
  • CI engineers automating plugin quality checks