stimQQ/dshplugins--packages-dsh-plugin-check0

dsh-plugin-check

Check the dsh plugins you already installed against a registry of verified packages: which ship a broken package, which are pinned to a dsh version that no longer exists, and which run code on your machine at install time. Drafts the issue that fixes each one. 插件体检:检查已安装插件哪些打包坏了、哪些依赖版本已过期、哪些安装时会执行代码,并生成可提交的修复 issue。

包名
dsh-plugin-check
版本
0.1.0
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:stimQQ/dshplugins#b48002d5ff6b78d5a205250d4f4920d5d0f2a66d&path:packages/dsh-plugin-check

Configuration

- id: plugin-check
  name: dsh-plugin-check
  config:
    registry: https://dshplugins.co   # any host serving the same /api/v1 shape
    timeoutMs: 8000

Data comes from the free dshplugins.co API (CC BY 4.0), which downloads every published tarball daily and checks it against what its manifest claims.

MIT