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.

Heart Health Dsh Suite — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
H

heart-health-dsh-suite

Heart Health Dsh Suite

DeepSeek Harness plugin suite for the heart-health scenario: heart-health preset, resident guidance, controlled heart_* wrapper tools over the heart-algo MCP bridge, and the safety policy that hides the raw mcp__heart-algo__* tools.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Liujie-harsh/heart-health-dsh-suite#1e27f727256263d6ef7487f2fe2cad42cb6b08ce
READMECompatibilityVersions

Compatibility and provenance

Heart Health Dsh Suite is published as heart-health-dsh-suite 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
github
Registry updated
8/28/2026

Versions

0.1.0stable
8/28/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
UNLICENSED
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/31/2026
View source ↗
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 integrations-communication.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rIm@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.Pocketdsh-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).

README

heart-health-dsh-suite

适配心脏健康场景的 DeepSeek Harness 插件套件:在「心衰辅助诊断算法服务(heart-algo MCP)」之上, 为 DSH 会话提供一组受控的领域包装工具、驻留临床指导与原始工具隐藏策略。

它是三个插件包协作链路的最后一环:

heart-algo-mcp(算法服务) ──> heart-algo-dsh-plugin(MCP 桥) ──> heart-health-dsh-suite(本包)

能力总览

层内容说明
包装工具heart_submit_diagnosis / heart_get_diagnosis_result / heart_list_supported_views只接受已登记标识符;嵌套读取底层 MCP 的 structuredContent,投影为稳定 canonical JSON;不解析渲染文本
驻留指导系统提示词 心脏健康分析工作方式(order 150)调用状态机、三态解读边界、安全红线;随 preset 常驻,每轮生效
策略对继承工具面按前缀隐藏 mcp__<server>__* 并安装单调 guard直接调用被拒绝并给出可操作原因;策略只收紧自身会话视图,不影响其它 preset 与全局层
数据最小化canonical value 构造时就地 scrubValue丢弃 path/token 类键、脱敏泄露签名、patient_info 仅保留 age/sex(可整体关闭)

三态契约与上游 mcp_server.py 一致:processing / completed / failed 判别式负载, 逐资产 error/skip_reason,inputs SHA-256 追溯,review_status/requires_clinician_review 复核状态。

安装

# 在 profile(web)全局层登记本包;裸行 heart-health-dsh-suite/tools 由宿主基座解析
dsh plugin --profile web add ./heart-health-dsh-suite

# 安装驻留 preset(把 presets/heart-health/ 两个 yaml 写入 <DSH_HOME>/.agent-presets/)
dsh bundle apply --profile web cordis.patch.yml

卸载:

dsh plugin --profile web remove heart-health-dsh-suite

卸载说明:dsh plugin remove 会同时删除已复制到用户根目录的 preset 目录, 但已经启动的会话进程仍持有旧能力直到重启。tools/change 之后新会话即恢复干净工具面。

配置旋钮(环境变量)

变量默认值说明
HEART_HEALTH_MCP_SERVER_NAMEheart-algo底层 MCP server 名(决定被隐藏的原始工具前缀)
HEART_HEALTH_RAW_TOOL_SUBMITdiagnose_heart_failure提交任务的原始工具名
HEART_HEALTH_RAW_TOOL_RESULTget_diagnosis_result查询结果的原始工具名
HEART_HEALTH_RAW_TOOL_VIEWSlist_supported_views支持切面目录的原始工具名
HEART_HEALTH_KEEP_PATIENT_INFOtrue(1)设为 false/0 时结果完全不含 patient_info
HEART_HEALTH_MAX_VISIBLE_ECG_PREDICTIONS8文本投影展示 Top-K 条 ECG 预测;canonical value 保持全量
HEART_HEALTH_REVIEW_REMINDERtrue(1)设为 false/0 时关闭 completed 结果尾部的复核提示文案

变量必须在启动 dsh 的进程内存在;也可以直接改写 <DSH_HOME>/.agent-presets/heart-health/agent.cordis.yml 的字面量。

开发与验证

$env:DSH_CHECKOUT = 'D:\project\dsh\deepseek-harness'   # 指向 Harness checkout
npm run build   # tsc 编译到 lib/(零依赖安装,从 checkout 解析 peer 类型与 typescript)
npm run check   # 发布物清单 / exports 一致性 / 秘密卫生 / 旋钮拼写
npm test        # 33 个 vitest 用例(真实 Loader + 真 Includer + 假 heart MCP)

测试要点(对应 PRD 验收):

  • 真实加载器组合:AgentPresets 挂载真实解析 preset;原始 MCP 工具对会话不可见、guard 可拒绝;
  • 三态契约:canonical 判别式投影快照、Top-K 截断、未知状态拒绝、AbortSignal 传播;
  • 数据最小化:跨 content/meta/value 三面断言泄漏注入全部清除;
  • 输入校验:URL/路径/多余字段一律拒绝并指引病例门户上传;
  • 生命周期:并发/顺序多会话挂载干净无重复注册。

已知残留风险

  • 嵌套调用省略了 agent 参数(包装器内部委托底层 MCP 属同一受控插件域),因此agent 作用域的监听器与审批门禁不会作用于这次委托——这是执行机制的有意豁免;策略层 guard 仍覆盖模型直接发起的任何原始工具调用。
  • preset 组合行以裸包名解析运行时(与 @deepseek-ai/dsh-persona 同机制):若部署宿主的组合基座与 profile node_modules 不一致,挂载会在健康检查中响亮失败(不会静默降级)。
  • Windows 下 file:///D:/pkg/... 形态已验证;POSIX 盘符缺失的 URL 形态不在支持范围。