dsh-coding-companion avatar

dsh-coding-companion

编程陪伴 · deepseek-harness Node-host 插件:AI 工作时弹独立窗口播放,等待时挂起进程冻结播放,多站点持久化,仅 Windows

PluginDesktopStorage
Verification
L1 · Found
Security
High
Health
Active
Trust
Unrated

What it does

编程陪伴 · deepseek-harness Node-host 插件:AI 工作时弹独立窗口播放,等待时挂起进程冻结播放,多站点持久化,仅 Windows

Installation

dsh plugin --profile web add dsh-coding-companion

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-RISKSCAN5 FILES
ae403b
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.

1 critical·3 warning·5 info·5 files scanned
code-exec ×1
scanned commitae403b2f9df62026-08-16
latest commitae403b2f9df6

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: High1 critical · 3 warning · 5 info

• 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:31
    import { spawn, spawnSync } from 'node:child_process'
  • warningHTTP request to a raw IP addressindex.js:364
    const returnUrl = `http://127.0.0.1:${webCtx.webServer.port}${RETURN_ROUTE}`
  • infoHardcoded IP addressindex.js:364
    const returnUrl = `http://127.0.0.1:${webCtx.webServer.port}${RETURN_ROUTE}`
  • warningHTTP request to a raw IP addressreturn-extension/background.js:10
    let RETURN_URL = 'http://127.0.0.1:3080/coding-companion/return'
  • infoMakes network requests (fetch / axios)return-extension/background.js:21
    fetch(url, { method: 'GET', cache: 'no-store', keepalive: true })
  • infoHardcoded IP addressreturn-extension/background.js:10
    let 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:57
    fetch(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

Source

GitHub: github.com/FxRayHughes/dsh-coding-companion

Was this page helpful?