DeepSeek Harness plugin

dsh-plugin-scorecard

Quality & security scorecard for the DSH plugin ecosystem: sync the dsh-plugin topic catalog, audit any plugin (0-100, A-D, security veto), rankings, search, and historical score curves with a workspace-persisted catalog.

Jump to install

Source facts

Repository
863683348/dsh-plugin-scorecard
Latest update
Aug 19, 2026
Category
Plugin Markets & Managers
GitHub stars
0

Install

Start with a prompt that asks an agent to read the source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to read the page and repository first.

Do not install anything yet. Read this DeepSeek Harness plugin and explain what it does, which files, networks, or credentials it can access, and how to install and remove it.

Plugin page: https://deepseekplugins.org/plugins/863683348/dsh-plugin-scorecard
GitHub: https://github.com/863683348/dsh-plugin-scorecard
Plugin: dsh-plugin-scorecard
Author: 863683348
Install command: dsh plugin --profile web add github:863683348/dsh-plugin-scorecard

Do not run the install command until I confirm.

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer2 files
README.mdSource · read only

dsh-plugin-scorecard

> DSH 插件体检评分卡:质量与安全审计、榜单与搜索。Quality & security scorecard, rankings and search for the dsh-plugin ecosystem.

一个 Cordis 插件,把「哪些插件值得装、哪个有风险」变成可执行的评分与报告:

  • plugin_sync_catalog 同步 GitHub dsh-plugin topic 目录(star 排序,可配上限)
  • plugin_audit <名称> 对单个插件出体检报告:0-100 分、A/B/C/D 等级、信号明细、证据链;高危安装脚本一票否决(🚨 封顶 30 分)
  • plugin_top 榜单(按评分 / star / 最近更新)
  • plugin_search <关键词> 语义搜索目录
  • plugin_history <名称> 历史评分曲线(时间/分数/等级、趋势方向)

评分模型

| 维度 | 满分 | 说明 | |---|---|---| | 维护活跃度 | 30 | 最近 push、star 量、是否归档 | | 文档质量 | 25 | README、描述、许可证、标签 | | npm 可装性 | 15 | npm 包存在性、更新度、周下载 | | 安全 | 30 | 安装脚本高危模式(curl|sh、/dev/tcp、base64 -d、iex…)、外部主机回连 |

等级:A ≥80 · B ≥60 · C ≥40 · D <40。命中高危模式 → 封顶 30 分 + 🚨 不推荐。

安装

dsh plugin add dsh-plugin-scorecard

或编辑 profile 的组合:cordis.patch.yml 已内置 insert 条目(id: dsh-plugin-scorecard)。

配置(可选)

字段默认说明
githubToken""GitHub Token,提升 API 限额(无 Token 时 60 次/小时)
securityScantrue是否扫描安装脚本
cacheTtlMs900000目录缓存 TTL(含工作区文件缓存)
catalogFile.dsh/scorecard-catalog.json目录持久化文件(会话工作区内)
historyFile.dsh/scorecard-history.json评分历史文件(会话工作区内)
historyMaxEntries100历史快照条数上限
maxCatalogSize200每次同步的仓库数上限

开发

node --check lib/index.js
node test/scorer.test.mjs   # 主模块方式(沙箱里勿用 node --test)
node test/format.test.mjs

路线图

  • v0.2 ✅:目录持久化(JSON 缓存)+ 历史评分曲线(plugin_history)
  • v0.3:Web 设置页榜单(ui-settings-plugins 扩展点)+ 开放数据导出 JSON
  • v0.4:企业审计报告导出 / 私有化

License

MIT