安装
npx -y @deepseek-ai/dsh plugin --profile web add github:863683348/dsh-plugin-quality-hub此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。
README
维护者编写的文档快照。
DSH Plugin Quality Hub
Independent ratings and security signals for the DeepSeek Harness (DSH) plugin ecosystem — "which plugins are actually worth installing?"
Live site: GitHub Pages (docs/) — set Pages source to main branch / docs folder.
Pages
- Top Rated — 0-100 scores, A-D grades, top 100 by stars
- Trending — recently active & most starred
- Security Watch — dangerous install scripts, missing dsh.bundle (tag farming), archived repos
- DSH Weekly — weekly English digest (issue drafts in
weekly/)
How it works
scripts/fetch-data.mjs— pulls thedsh-plugintopic (stars desc, top 100), probes npm registry (version, publish date, dsh.bundle declaration, install scripts, weekly downloads), marks curated entries from the awesome list, then scores every plugin with dsh-audit's pure scoring engine.scripts/build-site.mjs— zero-dependency static generator:dist/*.html+dist/plugin/<name>.htmldetail pages.
npm run all # fetch + build
npm run fetch # refresh data only
npm run build # rebuild site from data/catalog.json
The scoring model (weights: maintenance 30 / docs 25 / npm 30 / ecosystem 15; security flags veto the grade) is documented on the site's methodology section.
Newsletter
DSH Weekly is a weekly English digest (drafts in weekly/). Wire subscribe.html to Buttondown / Substack / Mailchimp to go live.
Notes
- Heuristics only — not a substitute for code review, especially for long-tail plugins.
- Data is a weekly snapshot; full-topic deep scanning (with static security scan) is provided by dsh-audit.
- Not affiliated with DeepSeek.
项目文件与信号
以下项目是目录快照中检测到的公开仓库信号。
仓库信息
- 开发语言
- TypeScript
- 许可证
- 未提供
- 最后更新
- 2026年8月18日 08:19
谨慎安装
请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。