deepseek-harness-desktop avatar

deepseek-harness-desktop

DeepSeek Harness 原生 Windows 桌面客户端(基于 Tauri 2 + Rust,MIT)

PluginDeveloperDesktop
Verification
L2 · Structured
Security
Critical
Health
Active
Trust
Silver

What it does

DeepSeek Harness 原生 Windows 桌面客户端(基于 Tauri 2 + Rust,MIT)

Installation

dsh plugin --profile web add github:emomg/deepseek-harness-desktop

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.SOCRITICALSCAN15 FILES
a64507
Automated review · daily
CRITICAL

Critical issues in blocking categories (hardcoded secrets, exfiltration endpoints, destructive operations, cryptomining). Treat this plugin as high risk.

5 critical·7 warning·20 info·15 files scanned
code-exec ×2shell ×2secrets ×1
plugin version
scanned commita64507b999f62026-08-17
latest commita64507b999f6

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

Risk: Critical5 critical · 7 warning · 20 info

• 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:126
    const res = await fetch(UPLOAD_URL, {
  • infoMakes network requests (fetch / axios)dsh-files/lib/client.js:288
    void fetch(`${UPLOAD_URL}?path=${encodeURIComponent(ref)}`, { method: 'DELETE' }).catch(() => {});
  • infoReads process.envdsh-files/lib/index.js:52
    const 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:246
    const 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:71
    fetch('/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:43
    const v = process.env[name]
  • infoMakes network requests (fetch / axios)dsh-plugin-image-input/lib/index.js:249
    response = await fetch(trimmed, { redirect: 'follow', signal: combined })
  • infoMakes network requests (fetch / axios)dsh-plugin-image-input/lib/index.js:296
    response = await fetch(url, {
  • infoUses localStoragepro-plugin/lib/client.js:763
    const raw = localStorage.getItem(PREF_KEY);
  • infoUses localStoragepro-plugin/lib/client.js:770
    try { localStorage.setItem(PREF_KEY, JSON.stringify(p)); } catch { /* ignore */ }
  • infoUses localStoragepro-plugin/lib/client.js:808
    try { 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

Source

GitHub: github.com/emomg/deepseek-harness-desktop

Was this page helpful?