dsh-filetransfer avatar

dsh-filetransfer

Native file drafts, transcript cards, and local deliverable downloads for DeepSeek Harness Web.

PluginStorageFileStorageWeb search
Verification
L2 · Structured
Security
Medium
Health
Active
Trust
Silver

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-filetransfer

Install method: GitHub · not yet tested in container (L3+)

Compatibility

DSH VersionStatus
not statedDeclared — not tested

Requirements

  • • Node.js: not stated
  • • DSH: declared "not stated"
  • • External credentials: none detected

Security Report

Automated static scan, not manual review.

DSH.SO AUDITWARNINGa70265
Automated review · daily
WARNING

No critical findings, but warning-level issues were detected (file writes, remote imports, base64 decoding, downloads).

0 critical·7 warning·12 info·9 files scanned
plugin version0.2.5dsh manifest
scanned commita70265661ffe2026-08-20
latest commita70265661ffe

The 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.

Second-opinion scan (vet · parallel evaluation)
vet: suspicious

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.

Risk: Medium0 critical · 7 warning · 12 info

• 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:22
    allowedOrigins: ['http://127.0.0.1:3080', 'http://localhost:3080'],
  • warningHTTP request to a raw IP addressdsh/index.js:262
    ctx.logger?.info?.(`panel on http://127.0.0.1:${cfg.port} (stage-only; inbox: ${cfg.inboxDir})`)
  • warningFilesystem write operationsdsh/index.js:201
    fs.writeFileSync(out, bytes, { flag: 'wx' })
  • warningFilesystem write operationsdsh/index.js:202
    fs.writeFileSync(path.join(fileDir, '.dsh-file.json'), JSON.stringify({
  • warningHTTP request to a raw IP addressscripts/smoke-host.mjs:37
    allowedOrigins: ['http://127.0.0.1:3080'],
  • warningHTTP request to a raw IP addressscripts/smoke-host.mjs:40
    const health = await fetch(`http://127.0.0.1:${port}/api/health`, {
  • warningHTTP request to a raw IP addressscripts/smoke-host.mjs:41
    headers: { 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

Source

GitHub: github.com/kerlyken/dsh-filetransfer

Was this page helpful?