dsh-desktop avatar

dsh-desktop

DeepSeek Harness 桌面客户端:双击即用,跨平台(macOS / Windows / Linux)

Plugin桌面
验证
L2 · 结构化
安全
高风险
健康
活跃
信任

功能介绍

DeepSeek Harness 桌面客户端:双击即用,跨平台(macOS / Windows / Linux)

安装

dsh plugin --profile web add dsh-desktop-22

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

兼容性

DSH VersionStatus
not statedDeclared — not tested

要求

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

安全报告

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

DSH.SO高风险SCAN9 FILES
fbec1f
自动审查 · 每日更新
高风险

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

2 严重·6 警告·8 提示·9 扫描文件数
code-exec ×2
扫描版本fbec1f32e96d2026-08-17
当前版本fbec1f32e96d

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

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

风险:高风险2 critical · 6 warning · 8 info

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

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

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

扫描发现 · 12

  • critical使用 child_process 子进程模块(Node.js)lib/dsh-runtime.js:3
    const { spawn } = require('node:child_process');
  • info读取 process.envlib/dsh-runtime.js:21
    function createDshLaunchSpec({ electronPath, cliPath, port, dshHome, inheritedEnv = process.env }) {
  • critical使用 child_process 子进程模块(Node.js)main.js:14
    const { spawn } = require('node:child_process');
  • warning向裸 IP 地址发起 HTTP 请求main.js:22
    const APP_URL = `http://127.0.0.1:${PORT}`;
  • warning文件系统写入操作main.js:47
    fs.appendFileSync(logPath, `[${ts}] ${clean}\n`);
  • info读取 process.envmain.js:21
    const PORT = Number(process.env.DSH_DESKTOP_PORT || 3080);
  • info读取 process.envmain.js:23
    const DSH_HOME = process.env.DSH_HOME || path.join(os.homedir(), '.dsh');
  • info读取 process.envmain.js:193
    cli = resolveDshCli({ override: process.env.DSH_CLI });
  • info硬编码 IP 地址main.js:22
    const APP_URL = `http://127.0.0.1:${PORT}`;
  • warning文件系统写入操作scripts/emit-about-logo.js:46
    fs.writeFileSync(out, svg);
  • warning文件系统写入操作scripts/make-icon-render.js:80
    fs.writeFileSync(out, html);
  • warning文件系统写入操作scripts/render-icon.js:125
    fs.writeFileSync(path.join(__dirname, '..', 'build', 'icon.png'), encodePNG(W, H, rgba));

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

活跃度

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

• 仓库创建: 2026-08-17

• 星标: ★ 4 · 复刻: 0

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

来源

GitHub: github.com/CSlawyer1985/dsh-desktop

这页有帮助吗?