deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:xiayuhkust/dsh-shell-kit
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
English | 中文
Plugins that harden and smooth a DeepSeek Harness (dsh) agent's use of the host's shell and file tools: one governs what it may read (blocking secrets/PII), the other smooths how it runs scripts (writing them to disk to avoid escaping pain). Both are lightweight with no extra runtime dependencies. One repository, one independent npm package per plugin. Targets the dsh 0.1.x developer preview; interfaces may shift with dsh.
| Package | What it does |
|---|---|
dsh-plugin-secret-guard |
Blocks model-facing tools from reading secret/PII files (.env, private keys, credentials, …), denying with a reason via tools/pre-execute. |
dsh-plugin-script-exec |
Adds a run_script tool: write the script to disk, then run it — avoiding the quote-escaping problems of inline scripts on Windows (pwsh files get a UTF-8 BOM). |
See each package's README for install, config, and tool parameters.
dsh plugin --profile web add -w <package-name>
Mount it in the profile's cordis.patch.yml (use - insert: to add a new row, not a bare - id:):
- insert:
- id: secret-guard
name: dsh-plugin-secret-guard
Restart dsh web to take effect. dsh --profile web --dump-config confirms the row is present.
dsh-plugin-*, and the repo carries the dsh-plugin GitHub topic.@deepseek-ai/dsh-* imports (the dsh 0.1.x-rc loader does not resolve host internal imports for third-party plugins), constructing the tool object directly when registering.CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。