DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Quality Score — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

dsh-quality-score

Quality Score

DeepSeek Harness (dsh) 插件质量评分卡:提供 0–100 分评分、等级以及按组件划分的明细(清单、对等依赖可解析性、dist-tag 健康状况、失效范围、新鲜度、文档、dsh-tools 对等兼容性)。零运行时依赖,只读。CLI + agen

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add dsh-quality-score@0.1.4
README兼容性版本

兼容性与来源证明

Quality Score 以 dsh-quality-score 发布,当前版本为 0.1.4。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.1.4stable
2026/8/18
0.1.3stable
2026/8/18

相关插件

正在加载相关插件…

最新版
0.1.4
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
44.4 kB
文件数
14
Surface
any
许可证
MIT
发布源
npm
GitHub
★ 2
周下载
62
最近提交
2026/8/18
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 developer-tools 分类下经过校验的插件。

Better Sidebardsh-better-sidebarDSH web 插件:类似 VSCode 的右侧边栏(资源管理器 / 编辑器 / 终端 / git / 浏览器),按对话会话隔离。提供服务,供其他插件注册侧边栏标签页和文件查看器。Find Plugindsh-find-plugin在代理中查找 DeepSeek Harness 插件——实时搜索 GitHub 上的 dsh-plugin 主题,并按星标数排序。DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。Plugindsh-pluginDeepSeek Harness 社区插件市场,遵循官方插件规范——无需离开应用即可浏览、搜索并安装 9000+ 个由人工精选的社区插件。· DeepSeek Harness 社区插件市场(遵循官方开发规范):9000+ 人工精选社区插件,每日更新。

README

dsh-quality-score

Quality scorecard for DeepSeek Harness (dsh) plugins: 0-100 score + grade + per-component breakdown, with issues and fix suggestions.

Built on the same methodology as the ecosystem supply-chain health scan: manifest completeness, peer resolvability, dist-tag health (the #2763 class), dead ranges, freshness, and dsh-tools peer compatibility. Zero runtime dependencies, read-only.

Install

dsh plugin add dsh-quality-score

Or run standalone:

npx dsh-quality-score dsh-dep-audit

CLI

dsh-quality-score <npm-name> [--json]
dsh-quality-score --batch <names-file> [--json]
dsh-quality-score --batch-registry <registry.json> [--category <name>] [--json]

Prints the score, grade, component breakdown, issues and suggestions. --batch scores every package name in a file (one per line, # comments ignored) and prints a ranked leaderboard — the building block for a registry-wide quality table.

npx dsh-quality-score dsh-dep-audit
npx dsh-quality-score dsh-vault --json
npx dsh-quality-score --batch registry-names.txt

In-harness usage (agent-callable)

Ask your dsh agent:

给这个插件打个质量分:quality_score,包名 dsh-dep-audit。 Score this plugin: quality_score with name set to the npm package.

Returns a dsh-quality-score/v1 report:

{
  "schema": "dsh-quality-score/v1",
  "name": "dsh-dep-audit",
  "ok": false,
  "score": 65,
  "grade": "C",
  "components": [
    { "id": "manifest", "name": "Manifest completeness", "max": 20, "earned": 20, "note": "version 0.1.1" },
    { "id": "peer-resolvable", "name": "Peer resolvability", "max": 20, "earned": 20, "note": "1 peer range(s)" },
    { "id": "dist-tag", "name": "Dist-tag health", "max": 15, "earned": 15, "note": "latest=0.1.1" },
    { "id": "dead-ranges", "name": "Dead ranges", "max": 15, "earned": 15, "note": "none" },
    { "id": "freshness", "name": "Freshness", "max": 10, "earned": 10, "note": "2026-08-18" },
    { "id": "dsh-tools-peer", "name": "dsh-tools peer compat", "max": 10, "earned": 0, "note": "declared ^0.1.0-rc.6; dsh-tools latest=0.0.1-rc.1" }
  ],
  "issues": ["declared @deepseek-ai/dsh-tools peer range is contradicted by the broken latest dist-tag (#2763 class)"],
  "suggestions": ["Install with @deepseek-ai/dsh-tools@0.1.0-rc.7 (or the matching rc) until the official latest is fixed"],
  "error": null
}

Components

ComponentMaxWhat it measures
manifest20name / version / description / license present in the latest version
peer-resolvable20every peer range has a published match
dist-tag15latest vs next mismatch (#2763 class)
dead-ranges15peer ranges referencing unpublished package names
freshness10latest release within 365 days
dsh-tools-peer10declared dsh-tools peer satisfied by the current latest dist-tag

Grade: A ≥ 95 · B ≥ 85 · C ≥ 70 · D ≥ 55 · F below.

Why it exists

  • The registry has 900+ plugins; quality signals exist (dsh-ecosystem, dsh-recommend) but nothing gives a per-plugin actionable score with fix suggestions from npm metadata alone.
  • Same evidence basis as the supply-chain health scan — one dist-tag fix on the official side would raise scores across the ecosystem.
  • Zero runtime dependencies, read-only; degrades gracefully offline.

Development

pnpm install
pnpm typecheck
pnpm build
pnpm test
pnpm test:integration

CI runs the dsh-plugin-doctor preflight, unit tests (mock registry), packed-artifact integration, and a fresh-profile dsh web boot smoke on Windows.

License

MIT © 2026 zoahdev


dsh-quality-score(中文)

DeepSeek Harness(dsh)插件的质量评分卡:0-100 分 + 等级 + 分项明细,带问题与修复建议。

方法学与 生态供应链健康扫描 一致:manifest 完整度、peer 可解析性、dist-tag 健康(#2763 类)、死依赖、新鲜度、dsh-tools peer 兼容性。零运行时依赖、只读。

安装

dsh plugin add dsh-quality-score

独立使用:

npx dsh-quality-score dsh-dep-audit
npx dsh-quality-score --batch registry-names.txt   # 批量评分,输出质量榜单

在 harness 内使用(agent 可调用)

给这个插件打个质量分:quality_score,包名 dsh-dep-audit。

返回 dsh-quality-score/v1 报告(结构见英文版 JSON 示例)。

分项

组件满分衡量
manifest20latest 版本是否含 name/version/description/license
peer-resolvable20每个 peer 范围是否有已发布版本匹配
dist-tag15latest 与 next 不一致(#2763 类)
dead-ranges15peer 范围引用不存在的包名
freshness10latest 发布时间是否在 365 天内
dsh-tools-peer10声明的 dsh-tools peer 是否被当前 latest 满足

等级:A ≥ 95 · B ≥ 85 · C ≥ 70 · D ≥ 55 · F 以下。

为什么需要它

  • 注册表 900+ 插件,质量信号存在但没有“npm 元数据就能给分 + 修复建议”的插件。
  • 与供应链健康扫描同一证据基础;官方修一个 dist-tag 就能拉高全生态分数。
  • 零运行时依赖、只读;离线优雅降级。

开发

pnpm install
pnpm typecheck
pnpm build
pnpm test
pnpm test:integration

CI 跑 dsh-plugin-doctor 预检、单元测试(mock 注册表)、打包集成、Windows 全新 profile 的 dsh web 启动冒烟。

许可证

MIT © 2026 zoahdev

Related ecosystem tools

  • dsh-dep-audit - dependency supply-chain hygiene
  • dsh-quality-score - plugin quality scorecard + full-registry leaderboard
  • dsh-ecosystem - health scan, impact, trend, live dashboard
  • dsh-tutorials - bilingual plugin pipeline tutorials

FAQ

  • How do I install? dsh plugin add dsh-quality-score or run the CLI directly (see README).
  • Does it need an API key? No.
  • Is it read-only? Yes by default; any write/apply is an explicit flag.