What it does
DeepSeek Harness 原生 Windows 桌面客户端(基于 Tauri 2 + Rust,MIT)
Installation
dsh plugin --profile web add github:emomg/deepseek-harness-desktopInstall 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.
Critical issues in blocking categories (hardcoded secrets, exfiltration endpoints, destructive operations, cryptomining). Treat this plugin as high risk.
code-exec ×2shell ×2secrets ×1—a64507b999f62026-08-17a64507b999f6The 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 (15 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
Scan findings · 12
- infoMakes network requests (fetch / axios)dsh-files/lib/client.js:126const res = await fetch(UPLOAD_URL, {
- infoMakes network requests (fetch / axios)dsh-files/lib/client.js:288void fetch(`${UPLOAD_URL}?path=${encodeURIComponent(ref)}`, { method: 'DELETE' }).catch(() => {});
- infoReads process.envdsh-files/lib/index.js:52const anchor = process.env.DSH_PROFILE_DIR
- infoReads process.envdsh-files/lib/index.js:53|| (process.env.DSH_HOME ? join(process.env.DSH_HOME, 'profiles', 'web') : join(homedir(), '.dsh', 'profiles', 'web'))
- infoReads process.envdsh-files/lib/index.js:246const tmp = join(process.env.TEMP || process.env.TMP || '/tmp', `dsh-files-docx-${Date.now()}-${Math.random().toString(36).slice(2)}.docx`)
- infoMakes network requests (fetch / axios)dsh-plugin-image-input/lib/client.js:71fetch('/api/image-input/status').then((r) => r.json()).then((s) => setStatus(s)).catch(() => setStatus({ checked: true, ready: false }));
- infoReads process.envdsh-plugin-image-input/lib/index.js:43const v = process.env[name]
- infoMakes network requests (fetch / axios)dsh-plugin-image-input/lib/index.js:249response = await fetch(trimmed, { redirect: 'follow', signal: combined })
- infoMakes network requests (fetch / axios)dsh-plugin-image-input/lib/index.js:296response = await fetch(url, {
- infoUses localStoragepro-plugin/lib/client.js:763const raw = localStorage.getItem(PREF_KEY);
- infoUses localStoragepro-plugin/lib/client.js:770try { localStorage.setItem(PREF_KEY, JSON.stringify(p)); } catch { /* ignore */ }
- infoUses localStoragepro-plugin/lib/client.js:808try { localStorage.removeItem(PREF_KEY); } catch { /* ignore */ }
Heuristic static scan — may produce false positives. Review the source yourself before trusting.
Activity
Last commit 2026-08-17 · activity: Active
• Repo created: 2026-08-17
• Stars: ★ 5 · Forks: 0
• Health: Active — committed within last 30 days
