插件目录 / Developer / dsh-agent-doctor
dsh-agent-doctor
未验证 MkaliezZ
功能简介
DeepSeek Harness health and safety diagnostics: /doctor inspects the effective model-visible tool surface.
未验证 — 尚未实测
DeepSeek Harness health and safety diagnostics: /doctor inspects the effective model-visible tool surface. 尚未验证——请自行安装测试。
「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
README
dsh-agent-doctor
A small DeepSeek Harness (DSH) health and safety diagnostics plugin.
/doctor inspects the effective model-visible tool surface for the receiving agent and reports bounded configuration signals without claiming to be a security scanner, sandbox, or danger classifier.
v0.1 checks
- model-visible tool count and names;
- whether reserved
run_codeis visible; - heuristic warning for obviously side-effect-shaped tool names;
- optional AgentFuse presence requirement;
- optional approval-service availability signal.
The name-based side-effect check is a diagnostic hint only. It does not authorize or block execution. Use a real runtime policy boundary such as AgentFuse for enforcement.
DSH integration
This repository is intended to be mounted as a DSH bundle. DSH is currently Developer Preview; the plugin targets the pinned public architecture where human commands are registered through ctx.commands and effective tool schemas are exposed by ctx.tools.
- id: dsh-agent-doctor
name: '@mkaliezz/dsh-agent-doctor'
config:
requireAgentFuse: false
forbidRunCode: true
Run /doctor from an interactive DSH surface after the bundle is composed.
Development
npm test
The core checker has no runtime dependencies and is tested independently of the DSH monorepo. A monorepo compatibility proof should be run against each pinned DSH revision before claiming compatibility.
Non-claims
- not an antivirus or malware scanner;
- not a process sandbox;
- not a policy enforcement boundary;
- does not prove that a tool is safe from its name;
- does not prove effective profile immutability.
License
MIT
安装
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 dsh-agent-doctor」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
Web profile:
dsh plugin --profile web add github:MkaliezZ/dsh-agent-doctor Headless(CLI)profile:
dsh plugin --profile headless add github:MkaliezZ/dsh-agent-doctor 实测报告
尚未 L3 验证——若已跑过,见下方失败备注。