What it does
编程陪伴 · deepseek-harness Node-host 插件:AI 工作时弹独立窗口播放,等待时挂起进程冻结播放,多站点持久化,仅 Windows
Installation
dsh plugin --profile web add dsh-coding-companionInstall 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.
code-exec ×1ae403b2f9df62026-08-16ae403b2f9df6The 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
- criticalChild process module usage (Node.js)index.js:31import { spawn, spawnSync } from 'node:child_process'
- warningHTTP request to a raw IP addressindex.js:364const returnUrl = `http://127.0.0.1:${webCtx.webServer.port}${RETURN_ROUTE}`
- infoHardcoded IP addressindex.js:364const returnUrl = `http://127.0.0.1:${webCtx.webServer.port}${RETURN_ROUTE}`
- warningHTTP request to a raw IP addressreturn-extension/background.js:10let RETURN_URL = 'http://127.0.0.1:3080/coding-companion/return'
- infoMakes network requests (fetch / axios)return-extension/background.js:21fetch(url, { method: 'GET', cache: 'no-store', keepalive: true })
- infoHardcoded IP addressreturn-extension/background.js:10let RETURN_URL = 'http://127.0.0.1:3080/coding-companion/return'
- warningHTTP request to a raw IP addressreturn-extension/content.js:21|| 'http://127.0.0.1:3080/coding-companion/return'
- infoMakes network requests (fetch / axios)return-extension/content.js:57fetch(RETURN_URL, { method: 'GET', mode: 'no-cors', cache: 'no-store', keepalive: true })
- infoHardcoded IP addressreturn-extension/content.js:21|| 'http://127.0.0.1:3080/coding-companion/return'
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: ★ 3 · Forks: 0
• Health: Active — committed within last 30 days
