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

dsh-plugin-check

插件体检工具,对比验证包注册表,检查已安装插件是否打包损坏、依赖过期或存在安装时执行代码的风险。

AI 分析

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