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-desktopInstall method: GitHub · 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.
shell ×5code-exec ×40.2.06a59bfe1d0c32026-08-206a59bfe1d0c3The 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.
vet verdict: vet: clean · score 100
vet is advisory and does not change dsh’s four-tier level.
• 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:23import { execSync, spawnSync } from 'node:child_process'
- criticalShell command execution (exec / execSync)scripts/install-dsh.mjs:56execSync(cmd, { stdio: 'ignore', shell: process.platform === 'win32' })
- criticalShell command execution (exec / execSync)scripts/install-dsh.mjs:83log('dsh 已安装:' + execSync('dsh --version').toString().trim())
- criticalChild process module usage (Node.js)scripts/release.mjs:16import { execSync } from 'node:child_process'
- criticalShell command execution (exec / execSync)scripts/release.mjs:33execSync(cmd, { cwd: ROOT, stdio: 'inherit', ...opts })
- criticalShell command execution (exec / execSync)scripts/release.mjs:43execSync('curl -s -m 8 -o /dev/null https://api.github.com', { stdio: 'ignore' })
- criticalShell command execution (exec / execSync)scripts/release.mjs:75if (execSync('git status --porcelain', { cwd: ROOT }).toString().trim()) {
- criticalChild process module usage (Node.js)src/detect.js:19const { spawn } = require('node:child_process')
- criticalChild process module usage (Node.js)src/server.js:3const { spawn, spawnSync } = require('node:child_process')
- warningDownloads a file from the networkscripts/release.mjs:43execSync('curl -s -m 8 -o /dev/null https://api.github.com', { stdio: 'ignore' })
- warningFilesystem write operationssrc/config.js:124fs.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
