What it does
A file-upload plugin for the DeepSeek Harness web UI.
Installation
dsh plugin --profile web add dsh-web-file-uploaderInstall method: npm · 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).
dedce39b02822026-08-16dedce39b0282The scan result is only valid for the scanned commit. If the latest commit differs, the badge shows outdated until the daily pipeline rescans.
Disclaimer: automated static analysis, not a security guarantee. Always review what you install.
• Static heuristic scan: done (12 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
Scan findings · 11
- infoMakes network requests (fetch / axios)client/src/client.js:452const res = await fetch(url, { method: 'POST', body: bytes })
- infoMakes network requests (fetch / axios)client/src/client.js:457await fetch(url, { method: 'POST' })
- infoMakes network requests (fetch / axios)lib/client.js:460const res = await fetch(url, { method: 'POST', body: bytes })
- infoMakes network requests (fetch / axios)lib/client.js:465await fetch(url, { method: 'POST' })
- infoReads process.envlib/index.js:24const dshHome = () => process.env.DSH_HOME || join(homedir(), '.dsh')
- warningBase64 decode-and-run patternsrc/host.js:318command: 'base64 -d | sha256sum',
- warningBase64 decode-and-run patternsrc/host.js:337command: 'mkdir -p ' + shellQuote(dir) + ' && base64 -d > ' + shellQuote(absPath),
- infoMakes network requests (fetch / axios)src/seams/client-static.template.js:46const res = await fetch(url, { method: 'POST', body: bytes })
- infoMakes network requests (fetch / axios)src/seams/client-static.template.js:51await fetch(url, { method: 'POST' })
- warningBase64 decode-and-run patternsrc/seams/host-dynamic.template.js:37command: 'base64 -d | sha256sum',
- warningBase64 decode-and-run patternsrc/seams/host-dynamic.template.js:56command: 'mkdir -p ' + shellQuote(dir) + ' && base64 -d > ' + shellQuote(absPath),
Heuristic static scan — may produce false positives. Review the source yourself before trusting.
Activity
Last commit 2026-08-16 · activity: Active
• Repo created: 2026-08-16
• Stars: ★ 5 · Forks: 0
• Health: Active — committed within last 30 days
