DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Insight — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-insight

Insight

Plugin insight center — one answer to '哪些值得装': requirement matching (plugin_guide), environment recipes (recipe), health scoring (plugin_rank), static security scanning (plugin_audit), and a single install verdict (plugin_verdict)

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-insight@0.1.0
READMECompatibilityVersions

Compatibility and provenance

Insight is published as dsh-insight and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.1.0stable
8/17/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
1.1 MB
Files
18
Surface
any
License
MIT
Source
npm
GitHub
★ 2
Weekly downloads
69
Last push
9/11/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in security-access.

Doctor@linxin666/dsh-doctorTransactional rescue mode for DSH profiles with a supervised launcher, isolated recovery capsule, deterministic repairs, health monitoring, and a local Web recovery consolePocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Auto Reviewdsh-auto-reviewSecond-model AI auto-review for DeepSeek Harness approval requests: a read-only reviewer subagent decides allow/deny on the approval answerer chain, with fail-closed fallback and full session-log audit.

README

dsh-insight — 插件评测中心 (Plugin Insight Center)

一个插件,一个答案:"哪些值得装"。 把需求推荐、质量评分、安全审计、环境配方合并成同一个决策面 —— 装 dsh-insight 一个包,用户就得到完整结论,而不是在三个工具间自己拼答案。

为什么是合并(而不是 3 个插件)

"没有评分、没有审计、没有'哪些值得装'的答案" —— 这是同一个决策的三个维度(安全吗 → 好不好 → 适合我吗)。拆成多个插件 = 用户自己拼答案;合一个 = 一次调用拿结论。

五个工具

工具回答的问题
plugin_guide用户说需求 → 推荐最匹配的插件(84 个精选 / 14 分类,带理由与安装命令)
recipe用户要整套环境 → 8 个社区配方(通知全家桶、安全审计套装...)有序安装计划
plugin_rank"哪些值得装" → 健康分排行榜(maintenance/docs/npm/ecosystem,0-100)
plugin_audit"这个安全吗" → 本地目录静态安全扫描(外泄/凭据/混淆/持久化启发式)
plugin_verdict"这个值得装吗" → 综合评分+扫描+需求匹配,输出 install / caution / research / avoid

安装

dsh plugin --profile <profile> add dsh-insight

用法示例

  • "我想抓取网页" → plugin_guide (need="抓取网页")
  • "手机远程访问" → recipe (search need="手机远程") → apply
  • "哪些插件值得装" → plugin_rank (sort=score)
  • "这个仓库安全吗" → plugin_audit (dir=/path/to/checkout)
  • "dsh-browser 值得装吗,我用来抓网页" → plugin_verdict (repo + need + dir 可选)

设计

  • 纯逻辑层零依赖:match.js、recipe.js、scoring.js、security.js、verdict.js 全部可独立单测。
  • 评分模型:0-100 = maintenance 30 + docs 25 + npm 30 + ecosystem 15;grade A-F;安全高危 flag 封顶 D。
  • 数据:lib/guide-data.json(精选目录)+ data/catalog.json(700+ 插件评分数据)。
  • 安全:插件本身零网络请求;plugin_audit 只读模型指定的本地目录做静态扫描(信任边界:只扫可信源码)。

测试

node --test test/

License

MIT