What it does
Live2D 监控面板・看板娘桌宠 for DeepSeek Harness
Installation
dsh plugin --profile web add dsh-live2d-companionInstall method: npm · 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 ×1fabe467a15ce2026-08-17fabe467a15ceThe 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+)
Scan findings · 12
- criticalChild process module usage (Node.js)index.js:2import { spawn } from 'node:child_process'
- warningHTTP request to a raw IP addressindex.js:514const petUrl = `http://127.0.0.1:${ctx.webServer.port}/live2d/pet.html`
- infoReads process.envindex.js:519env: { ...process.env, L2D_URL: petUrl },
- infoHardcoded IP addressindex.js:514const petUrl = `http://127.0.0.1:${ctx.webServer.port}/live2d/pet.html`
- warningHTTP request to a raw IP addresspet/cdp-probe.mjs:1const targets = await (await fetch('http://127.0.0.1:9222/json')).json()
- infoMakes network requests (fetch / axios)pet/cdp-probe.mjs:1const targets = await (await fetch('http://127.0.0.1:9222/json')).json()
- infoMakes network requests (fetch / axios)pet/cdp-probe.mjs:5const ws = new WebSocket(page.webSocketDebuggerUrl)
- infoHardcoded IP addresspet/cdp-probe.mjs:1const targets = await (await fetch('http://127.0.0.1:9222/json')).json()
- warningHTTP request to a raw IP addresspet/main.js:6|| ('http://127.0.0.1:3080/live2d/pet.html'
- warningFilesystem write operationspet/main.js:29try { fs.writeFileSync(stateFile(), JSON.stringify({ x, y })) } catch { }
- infoReads process.envpet/main.js:5const TARGET = process.env.L2D_URL
- infoReads process.envpet/main.js:7+ (process.env.L2D_MODEL ? '?model=' + encodeURIComponent(process.env.L2D_MODEL) : ''))
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-17
• Stars: ★ 3 · Forks: 2
• Health: Active — committed within last 30 days
