What it does
给 DeepSeek Harness (DSH) Web 界面加一个 VS Code 风格的工作区文件浏览器:右侧文件树 + 可编辑标签页 + Markdown 阅读/编辑/分屏 + 悬浮大纲 + Quick Open 搜索。
Installation
dsh plugin --profile web add dsh-fileexplorerInstall 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).
cfade1e83cd82026-08-16cfade1e83cd8The 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 (5 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
Scan findings · 9
- infoUses localStoragelib/client.js:1023var raw = localStorage.getItem("dsh-plugin-file-explorer.autosave");
- infoUses localStoragelib/client.js:1033var f = localStorage.getItem("dsh-plugin-file-explorer.font");
- infoUses localStoragelib/client.js:1168localStorage.setItem("dsh-plugin-file-explorer.autosave", JSON.stringify({ mode: next.mode, delay: next.delay }));
- infoMakes network requests (fetch / axios)lib/client.js:528var res = await fetch(url);
- infoMakes network requests (fetch / axios)lib/client.js:537var res = await fetch(url, {
- infoMakes network requests (fetch / axios)lib/client.js:1488return fetch(url, { method: "POST", body: blob }).then(function (res) {
- warningFilesystem write operationslib/index.js:357await fs.writeFile(tmp, buf, { flag: "wx" });
- warningFilesystem write operationslib/index.js:484await fs.writeFile(tmp, content, "utf8");
- warningFilesystem write operationslib/index.js:526await fs.writeFile(real, "", { flag: "wx" });
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: ★ 4 · Forks: 0
• Health: Active — committed within last 30 days
