dsh-desktop avatar

dsh-desktop

一个dsh桌面端应用,可自定义主题以及桌宠,内置了雾雨魔理沙主题。

PluginDesktopUI & SkinsNotifications
Verification
L1 · Found
Security
Medium
Health
Active
Trust
Unrated

What it doesAI

A desktop client for DeepSeek Harness that launches the web UI natively, with desktop pet, themes, and token alerts.

  • One-click start/stop/log management for dsh
  • Transparent draggable desktop pet with bounce and sound
  • Multiple themes with graphical customization editor

AI-generated from the repo README — for reference only.

Installation

dsh plugin --profile web add github:dreamer0323/dsh-desktop

Install method: GitHub · 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.SO AUDITMEDIUM6a59bf
Automated review · daily
MEDIUM

Critical findings in non-blocking categories (dynamic code execution, shell execution, install scripts, obfuscation). Common in CLI/terminal plugins but worth reviewing.

9 critical·2 warning·9 info·15 files scanned
shell ×5code-exec ×4
plugin version0.2.0
scanned commit6a59bfe1d0c32026-08-20
latest commit6a59bfe1d0c3

The scan result is valid for the scanned commit. New commits within 7 days are tolerated (the rating still counts); after 7 days without a rescan the badge shows outdated.

Disclaimer: automated static analysis, not a security guarantee. Always review what you install.

Second-opinion scan (vet · parallel evaluation)
vet: clean

vet verdict: vet: clean · score 100

vet is advisory and does not change dsh’s four-tier level.

Risk: Medium9 critical · 2 warning · 9 info

• Static heuristic scan: done (15 files)

• Dependency vulnerabilities: requires deep audit (L3+)

• Permission sandboxing: requires runtime testing (L4+)

High-risk findings · 11 / 11

  • criticalChild process module usage (Node.js)scripts/install-dsh.mjs:23
    import { execSync, spawnSync } from 'node:child_process'
  • criticalShell command execution (exec / execSync)scripts/install-dsh.mjs:56
    execSync(cmd, { stdio: 'ignore', shell: process.platform === 'win32' })
  • criticalShell command execution (exec / execSync)scripts/install-dsh.mjs:83
    log('dsh 已安装:' + execSync('dsh --version').toString().trim())
  • criticalChild process module usage (Node.js)scripts/release.mjs:16
    import { execSync } from 'node:child_process'
  • criticalShell command execution (exec / execSync)scripts/release.mjs:33
    execSync(cmd, { cwd: ROOT, stdio: 'inherit', ...opts })
  • criticalShell command execution (exec / execSync)scripts/release.mjs:43
    execSync('curl -s -m 8 -o /dev/null https://api.github.com', { stdio: 'ignore' })
  • criticalShell command execution (exec / execSync)scripts/release.mjs:75
    if (execSync('git status --porcelain', { cwd: ROOT }).toString().trim()) {
  • criticalChild process module usage (Node.js)src/detect.js:19
    const { spawn } = require('node:child_process')
  • criticalChild process module usage (Node.js)src/server.js:3
    const { spawn, spawnSync } = require('node:child_process')
  • warningDownloads a file from the networkscripts/release.mjs:43
    execSync('curl -s -m 8 -o /dev/null https://api.github.com', { stdio: 'ignore' })
  • warningFilesystem write operationssrc/config.js:124
    fs.writeFileSync(file, JSON.stringify(next, null, 2) + '\n')

Heuristic static scan — may produce false positives. Review the source yourself before trusting.

Activity

Last commit 2026-08-19 · activity: Active

• Repo created: 2026-08-20

• Stars: ★ 1 · Forks: 0

• Health: Active — committed within last 30 days

Source

GitHub: github.com/dreamer0323/dsh-desktop

Was this page helpful?