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-QAQInstall 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.
code-exec ×5shell ×20.4.4f186bb7d89fd2026-08-19f186bb7d89fdThe 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.
• 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:11import { execFileSync } from 'node:child_process'
- criticalShell command execution (exec / execSync)scripts/check-plugin-lib.mjs:32execFileSync(process.execPath, [join(pkgRoot, 'scripts', 'build.mjs'), '--outdir', checkDir, '--quiet'], {
- criticalChild process module usage (Node.js)src/setup.ts:8import { execFileSync } from 'node:child_process'
- criticalShell command execution (exec / execSync)src/setup.ts:24return execFileSync(cmd, args, {
- criticalChild process module usage (Node.js)src/spawn-dsh.ts:6import { spawn, type ChildProcess } from 'node:child_process'
- criticalChild process module usage (Node.js)src/spawn-dsh.ts:51child: ChildProcess
- criticalChild process module usage (Node.js)tools/smoke.mjs:3import { 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
