dsh-computer-use avatar

dsh-computer-use

Computer Use 插件:虚拟鼠标真人操作 for DeepSeek Harness(screen_observe + computer_click 等 11 个模型友好工具,跨平台 cua-driver 引擎)

Plugin
Verification
L2 · Structured
Security
High
Health
Active
Trust
Silver

What it does

Computer Use 插件:虚拟鼠标真人操作 for DeepSeek Harness(screen_observe + computer_click 等 11 个模型友好工具,跨平台 cua-driver 引擎)

Installation

dsh plugin --profile web add github:988hj7tczd-oss/dsh-computer-use

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.SOHIGH-RISKSCAN13 FILES
5f94e2
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·0 warning·7 info·13 files scanned
code-exec ×1
plugin version0.1.0dsh manifest
scanned commit5f94e234de982026-08-18
latest commit5f94e234de98

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 · 0 warning · 7 info

• Static heuristic scan: done (13 files)

• Dependency vulnerabilities: requires deep audit (L3+)

• Permission sandboxing: requires runtime testing (L4+)

Scan findings · 8

  • criticalChild process module usage (Node.js)lib/cua.js:9
    import { spawn } from 'node:child_process'
  • infoReads process.envlib/cua.js:26
    const explicit = process.env.CUA_DRIVER_BIN
  • infoReads process.envlib/cua.js:30
    for (const dir of (process.env.PATH || '').split(sep)) {
  • infoReads process.envlib/cua.js:52
    export const CUA_SESSION = process.env.CUA_SESSION || 'dsh-computer-use'
  • infoReads process.envlib/vision.js:19
    const VISION_BASE = process.env.GLM_API_BASE
  • infoReads process.envlib/vision.js:27
    process.env.GLM_VISION_MODEL || 'glm-4.6v-flash',
  • infoReads process.envlib/vision.js:34
    const env = process.env.ZHIPU_API_KEY || process.env.GLM_API_KEY
  • infoMakes network requests (fetch / axios)lib/vision.js:97
    res = await fetch(VISION_BASE, {

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-18

• Stars: ★ 5 · Forks: 0

• Health: Active — committed within last 30 days

Source

GitHub: github.com/988hj7tczd-oss/dsh-computer-use

Was this page helpful?