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。
AI 分析
核心用途是评估已装插件的健康度与安全性。适合关注系统安全、需要排查异常插件并生成修复 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