What it doesAI
Provides native file drafts, transcript cards, and local deliverable downloads for DeepSeek Harness Web.
- Native file drafts
- Transcript cards
- Local deliverable downloads
AI-generated from the repo README — for reference only.
Installation
dsh plugin --profile web add github:kerlyken/dsh-filetransferInstall method: GitHub · not yet tested in container (L3+)
Compatibility
| DSH Version | Status |
|---|---|
| not stated | Declared — not tested |
Requirements
- • Node.js: not stated
- • DSH: declared "not stated"
- • External credentials: none detected
Security Report
Automated static scan, not manual review.
No critical findings, but warning-level issues were detected (file writes, remote imports, base64 decoding, downloads).
0.2.5dsh manifesta70265661ffe2026-08-20a70265661ffeThe scan result is valid for the scanned commit. New commits within 7 days are tolerated (the rating still counts); after 7 days without a rescan the badge shows outdated.
Disclaimer: automated static analysis, not a security guarantee. Always review what you install.
vet verdict: vet: suspicious · score 74
- R10 · info [heuristic] — 依赖清单:6 项(@deepseek-ai/dsh-client-runtime, @deepseek-ai/dsh-client-ui-conversation, @deepseek-ai/dsh-client-ui-input-trigger, @deepseek-ai/dsh-client-ui-attachment, @deepseek-ai/dsh-client-ui-primitives, react,供 LLM 审计供应链;已知漏洞核对见后续 OSV 精确版本查询(网络失败静默降级))
- R11 · medium [likely] — 删除文件操作:fs.rmSync(清理操作常见,交由 LLM 审计复核上下文)
- R2 · high [certain] — vm.runInContext() 沙箱内执行代码
- R3 · info [certain] — 只读 process 成员(能力触达面):process.cwd
- R3 · info [certain] — 只读 process 成员(能力触达面):process.cwd
vet is advisory and does not change dsh’s four-tier level.
• Static heuristic scan: done (9 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
High-risk findings · 7 / 7
- warningHTTP request to a raw IP addressdsh/index.js:22allowedOrigins: ['http://127.0.0.1:3080', 'http://localhost:3080'],
- warningHTTP request to a raw IP addressdsh/index.js:262ctx.logger?.info?.(`panel on http://127.0.0.1:${cfg.port} (stage-only; inbox: ${cfg.inboxDir})`)
- warningFilesystem write operationsdsh/index.js:201fs.writeFileSync(out, bytes, { flag: 'wx' })
- warningFilesystem write operationsdsh/index.js:202fs.writeFileSync(path.join(fileDir, '.dsh-file.json'), JSON.stringify({
- warningHTTP request to a raw IP addressscripts/smoke-host.mjs:37allowedOrigins: ['http://127.0.0.1:3080'],
- warningHTTP request to a raw IP addressscripts/smoke-host.mjs:40const health = await fetch(`http://127.0.0.1:${port}/api/health`, {
- warningHTTP request to a raw IP addressscripts/smoke-host.mjs:41headers: { Origin: 'http://127.0.0.1:3080' },
Heuristic static scan — may produce false positives. Review the source yourself before trusting.
Activity
Last commit 2026-08-20 · activity: Active
• Repo created: 2026-08-20
• Stars: ★ 0 · Forks: 0
• Health: Active — committed within last 30 days
