stimQQ/dshplugins--packages-dsh-plugin-check ↗★ 0
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。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:stimQQ/dshplugins#b48002d5ff6b78d5a205250d4f4920d5d0f2a66d&path:packages/dsh-plugin-check说明文档
阅读完整 README ↗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