dsh-island avatar

dsh-island

把 DeepSeek Harness(DSH) agent 实时状态桥接到 CodeIsland 刘海面板 — sessions/tools/approvals on the Dynamic Island

Plugin
Verification
L1 · Found
Security
High
Health
Active
Trust
Unrated

What it does

把 DeepSeek Harness(DSH) agent 实时状态桥接到 CodeIsland 刘海面板 — sessions/tools/approvals on the Dynamic Island

Installation

dsh plugin --profile web add dsh-island

Install method: npm · 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.SOHIGH-RISKSCAN12 FILES
626999
Automated review · daily
HIGH-RISK

Critical findings in non-blocking categories (dynamic code execution, shell execution, install scripts, obfuscation). Common in CLI/terminal plugins but worth reviewing.

8 critical·4 warning·12 info·12 files scanned
shell ×6code-exec ×2
scanned commit62699999e0cc2026-08-17
latest commit62699999e0cc

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: High8 critical · 4 warning · 12 info

• Static heuristic scan: done (12 files)

• Dependency vulnerabilities: requires deep audit (L3+)

• Permission sandboxing: requires runtime testing (L4+)

Scan findings · 12

  • criticalChild process module usage (Node.js)lib/index.js:2
    import { spawn, execFile } from 'node:child_process';
  • warningShell command execution (exec / execSync)lib/index.js:390
    execFile('open', [appPath], { env: { ...process.env, DSH_ISLAND_SOCKET_PATH: sock } }, () => { });
  • infoReads process.envlib/index.js:315
    return process.env.DSH_ISLAND_CTL_SOCKET_PATH
  • infoReads process.envlib/index.js:390
    execFile('open', [appPath], { env: { ...process.env, DSH_ISLAND_SOCKET_PATH: sock } }, () => { });
  • infoReads process.envlib/index.js:400
    env: { ...process.env, DSH_ISLAND_SOCKET_PATH: sock },
  • infoReads process.envlib/socket.js:93
    if (process.env.DSH_ISLAND_SOCKET_PATH)
  • infoReads process.envlib/socket.js:94
    return process.env.DSH_ISLAND_SOCKET_PATH;
  • criticalShell command execution (exec / execSync)scripts/demo.mjs:62
    await root.waterfall('tools/pre-execute', exec('call-1', 'git status --short'), ALLOW)
  • criticalShell command execution (exec / execSync)scripts/demo.mjs:63
    await root.waterfall('tools/post-execute', exec('call-1', 'git status --short'), { isError: false }, ACCEPT)
  • criticalShell command execution (exec / execSync)scripts/demo.mjs:67
    await root.waterfall('tools/pre-execute', exec('call-2', 'rm -rf node_modules'), ALLOW)
  • warningFilesystem write operationsscripts/demo.mjs:97
    fs.writeFileSync(htmlPath, html)
  • criticalShell command execution (exec / execSync)scripts/live-panel.mjs:116
    await root.waterfall('tools/pre-execute', exec('c1', 'git status --short'), ALLOW)

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: ★ 4 · Forks: 0

• Health: Active — committed within last 30 days

Source

GitHub: github.com/cdxiaodong/dsh-island

Was this page helpful?