Exposes DeepSeek Harness's coding agent as a model backend via MCP, with user-confirmed task execution and self-inspection/config-patch tools.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
NanGongWenTian01
Source: Glama
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
DSH_MCP_AUTO_APPROVE⚠️ 风险开关:=1 会跳过确认闸门(适合无人值守/完全可信环境)。单次调用也可传 confirm: false 跳过。DSH_MCP_CONCURRENCY4 并行 dsh 进程数上限DSH_MCP_MAX_HISTORY_CHARS12000 dsh_converse 历史注入预算DSH_MCP_MAX_TASK_CHARS30000 任务文本长度上限(Windows 命令行 ~32k)DSH_MCP_PROFILEheadless dsh 启动的 profileDSH_MCP_TIMEOUT_MS300000 单次 Agent 调用硬超时Tool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
11/11 tools missing one or more hints — dsh_ask (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); dsh_converse (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); dsh_tool (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +8 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Destructive tools are labelled
1 tool perform destructive updates without destructiveHint — dsh_patch_config deletes at line 430 (rm(dir, { recursive: true, force: true }))
Add destructiveHint:true to any tool whose handler calls .delete(), .upsert(), .update(), unlink, rm, DELETE, DROP, REPLACE INTO, or any operation that overwrites existing data.
Tests exist
No test files found
Add tests that exercise each declared tool.
Shell command execution
2 child_process/subprocess calls in production code — runs shell commands (src/dsh.js:124, src/dsh.js:225)
Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/nangongwentian01-dsh-mcp-11mi90)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check