DSH-QAQ avatar

DSH-QAQ

QAQ(DSH-QAQ)面向 DeepSeek Harness(DSH)的启动容灾守卫,配套 dsh-qaq 备份插件:headless Chrome 读浏览器真实 DOM,检测宿主崩溃与 Web UI 红屏,自动回滚 last-good 配置并安全重启,内置防死循环。全屏 TUI 整合启动、日志、插件管理与热更新监控,零侵入、一条命令部署。开源:github.com/WTStarMark/DSH-QAQ。

PluginDeveloperBrowserTerminalSecurityGitHub integrationWeb searchTerminal / Shell
Verification
L2 · Structured
Security
High
Health
Active
Trust
Silver

What it does

QAQ(DSH-QAQ)面向 DeepSeek Harness(DSH)的启动容灾守卫,配套 dsh-qaq 备份插件:headless Chrome 读浏览器真实 DOM,检测宿主崩溃与 Web UI 红屏,自动回滚 last-good 配置并安全重启,内置防死循环。全屏 TUI 整合启动、日志、插件管理与热更新监控,零侵入、一条命令部署。开源:github.com/WTStarMark/DSH-QAQ。

Installation

dsh plugin --profile web add github:WTStarMark/DSH-QAQ

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-RISKSCAN15 FILES
f186bb
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.

7 critical·0 warning·10 info·15 files scanned
code-exec ×5shell ×2
plugin version0.4.4
scanned commitf186bb7d89fd2026-08-19
latest commitf186bb7d89fd

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: High7 critical · 0 warning · 10 info

• Static heuristic scan: done (15 files)

• Dependency vulnerabilities: requires deep audit (L3+)

• Permission sandboxing: requires runtime testing (L4+)

High-risk findings · 7 / 7

  • criticalChild process module usage (Node.js)scripts/check-plugin-lib.mjs:11
    import { execFileSync } from 'node:child_process'
  • criticalShell command execution (exec / execSync)scripts/check-plugin-lib.mjs:32
    execFileSync(process.execPath, [join(pkgRoot, 'scripts', 'build.mjs'), '--outdir', checkDir, '--quiet'], {
  • criticalChild process module usage (Node.js)src/setup.ts:8
    import { execFileSync } from 'node:child_process'
  • criticalShell command execution (exec / execSync)src/setup.ts:24
    return execFileSync(cmd, args, {
  • criticalChild process module usage (Node.js)src/spawn-dsh.ts:6
    import { spawn, type ChildProcess } from 'node:child_process'
  • criticalChild process module usage (Node.js)src/spawn-dsh.ts:51
    child: ChildProcess
  • criticalChild process module usage (Node.js)tools/smoke.mjs:3
    import { spawnSync } from 'node:child_process'

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

Activity

Last commit 2026-08-18 · activity: Active

• Repo created: 2026-08-19

• Stars: ★ 4 · Forks: 1

• Health: Active — committed within last 30 days

Source

GitHub: github.com/WTStarMark/DSH-QAQ

Was this page helpful?