dsh-daemon avatar

dsh-daemon

dsh daemon: register the DeepSeek Harness web server (dsh web) as an auto-start, self-healing background service (LaunchAgent / systemd / cron + watchdog)

Plugin自动化网络网页搜索
验证
L2 · 结构化
安全
高风险
健康
活跃
信任

功能介绍

dsh daemon: register the DeepSeek Harness web server (dsh web) as an auto-start, self-healing background service (LaunchAgent / systemd / cron + watchdog)

安装

dsh plugin --profile web add github:chenkai2/dsh-daemon

Install method: GitHub · 尚未在容器中测试 (L3+)

兼容性

DSH VersionStatus
not statedDeclared — not tested

要求

  • • Node.js: not stated
  • • DSH: declared "not stated"
  • • External credentials: none detected

安全报告

自动静态扫描,非人工审核。

DSH.SO高风险SCAN3 FILES
5079b1
自动审查 · 每日更新
高风险

非阻断类别中的严重发现(动态执行、shell 执行、安装脚本、混淆)。在 CLI/终端插件中常见,但值得审查。

3 严重·9 警告·8 提示·3 扫描文件数
shell ×2code-exec ×1
插件版本0.1.11dsh 清单
扫描版本5079b1ca6d442026-08-19
当前版本5079b1ca6d44

扫描结果仅对「扫描版本」有效。若当前版本不同,徽章将显示 outdated,直到每日流水线重新扫描。

免责声明:这是自动化静态分析,不构成安全保证。安装前请自行审查。

风险:高风险3 critical · 9 warning · 8 info

• 静态启发式扫描:已完成(3 个文件)

• 依赖漏洞:需深度审计(L3+)

• 权限沙箱:需运行时测试(L4+)

高危发现 · 12 / 12

  • critical使用 child_process 子进程模块(Node.js)lib/index.js:294
    'const CP = require(\'node:child_process\');\n' +
  • critical执行 shell 命令(exec / execSync)lib/index.js:546
    ' const out = CP.execFileSync(\'netstat\', [\'-ano\'], { encoding: \'utf8\' });\n' +
  • critical执行 shell 命令(exec / execSync)lib/index.js:552
    ' const out = CP.execFileSync(\'lsof\', [\'-ti\', \':\' + PORT], { encoding: \'utf8\' });\n' +
  • warning向裸 IP 地址发起 HTTP 请求lib/index.js:307
    'const HEALTH_URL = \'http://127.0.0.1:\' + PORT + \'/health\';\n' +
  • warning向裸 IP 地址发起 HTTP 请求lib/index.js:324
    'const ACTIVITY_URL = \'http://127.0.0.1:\' + PORT + \'/dsh-daemon/activity\';\n' +
  • warning向裸 IP 地址发起 HTTP 请求lib/index.js:807
    ' out=$(curl -s -X POST -H "Content-Type: application/json" -d "{\\"cmd\\":\\"$1\\"}" "http://127.0.0.1:${PORT}/dsh-daemon/command")\n' +
  • warning文件系统写入操作lib/index.js:339
    ' FS.appendFileSync(WATCHDOG_LOG, line);\n' +
  • warning文件系统写入操作lib/index.js:371
    ' if (child.pid) { try { FS.writeFileSync(WEB_PID, String(child.pid)); } catch (e) {} }\n' +
  • warning文件系统写入操作lib/index.js:403
    ' try { FS.writeFileSync(UPDATE_CHECK, JSON.stringify(state)); } catch (e) {}\n' +
  • warning从网络下载文件lib/index.js:1084
    ? 'curl.exe -s -o NUL -w "%{http_code}" --max-time 5 http://127.0.0.1:' + port + '/health'
  • warning从网络下载文件lib/index.js:1085
    : "curl -s -o /dev/null -w '%{http_code}' --max-time 5 http://127.0.0.1:" + port + '/health');
  • warning从网络下载文件lib/index.js:1124
    ? 'curl.exe -s -o NUL -w "%{http_code}" --max-time 5 http://127.0.0.1:' + port + '/health'

静态启发式扫描,可能误报——使用前请自行审查源码。

活跃度

最近提交 2026-08-18 · 活跃度:活跃

• 仓库创建: 2026-08-19

• 星标: ★ 0 · 复刻: 0

• 健康度: 活跃 — 近 30 天有提交

来源

GitHub: github.com/chenkai2/dsh-daemon

这页有帮助吗?