863683348/dsh-plugin-scorecard ↗★ 0
dsh-plugin-scorecard
DSH plugin health scorecard: quality & security audit, rankings, search and score history across the dsh-plugin ecosystem, with a workspace-persisted catalog. 插件体检评分卡:质量/安全审计、榜单、搜索与历史评分曲线(目录持久化)。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:863683348/dsh-plugin-scorecard说明文档
阅读完整 README ↗配置(可选)
| 字段 | 默认 | 说明 |
|---|---|---|
| githubToken | "" | GitHub Token,提升 API 限额(无 Token 时 60 次/小时) |
| securityScan | true | 是否扫描安装脚本 |
| cacheTtlMs | 900000 | 目录缓存 TTL(含工作区文件缓存) |
| catalogFile | .dsh/scorecard-catalog.json | 目录持久化文件(会话工作区内) |
| historyFile | .dsh/scorecard-history.json | 评分历史文件(会话工作区内) |
| historyMaxEntries | 100 | 历史快照条数上限 |
| maxCatalogSize | 200 | 每次同步的仓库数上限 |