What it does
把 DeepSeek Harness(DSH) agent 实时状态桥接到 CodeIsland 刘海面板 — sessions/tools/approvals on the Dynamic Island
Installation
dsh plugin --profile web add dsh-islandInstall 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.
Critical findings in non-blocking categories (dynamic code execution, shell execution, install scripts, obfuscation). Common in CLI/terminal plugins but worth reviewing.
shell ×6code-exec ×262699999e0cc2026-08-1762699999e0ccThe 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 · 12
- criticalChild process module usage (Node.js)lib/index.js:2import { spawn, execFile } from 'node:child_process';
- warningShell command execution (exec / execSync)lib/index.js:390execFile('open', [appPath], { env: { ...process.env, DSH_ISLAND_SOCKET_PATH: sock } }, () => { });
- infoReads process.envlib/index.js:315return process.env.DSH_ISLAND_CTL_SOCKET_PATH
- infoReads process.envlib/index.js:390execFile('open', [appPath], { env: { ...process.env, DSH_ISLAND_SOCKET_PATH: sock } }, () => { });
- infoReads process.envlib/index.js:400env: { ...process.env, DSH_ISLAND_SOCKET_PATH: sock },
- infoReads process.envlib/socket.js:93if (process.env.DSH_ISLAND_SOCKET_PATH)
- infoReads process.envlib/socket.js:94return process.env.DSH_ISLAND_SOCKET_PATH;
- criticalShell command execution (exec / execSync)scripts/demo.mjs:62await root.waterfall('tools/pre-execute', exec('call-1', 'git status --short'), ALLOW)
- criticalShell command execution (exec / execSync)scripts/demo.mjs:63await root.waterfall('tools/post-execute', exec('call-1', 'git status --short'), { isError: false }, ACCEPT)
- criticalShell command execution (exec / execSync)scripts/demo.mjs:67await root.waterfall('tools/pre-execute', exec('call-2', 'rm -rf node_modules'), ALLOW)
- warningFilesystem write operationsscripts/demo.mjs:97fs.writeFileSync(htmlPath, html)
- criticalShell command execution (exec / execSync)scripts/live-panel.mjs:116await 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
