dsh-live2d-companion avatar

dsh-live2d-companion

Live2D 监控面板・看板娘桌宠 for DeepSeek Harness

PluginAutomation
Verification
L2 · Structured
Security
High
Health
Active
Trust
Silver

What it does

Live2D 监控面板・看板娘桌宠 for DeepSeek Harness

Installation

dsh plugin --profile web add dsh-live2d-companion

Install method: npm · 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
fabe46
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·4 warning·18 info·15 files scanned
code-exec ×1
scanned commitfabe467a15ce2026-08-17
latest commitfabe467a15ce

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 · 4 warning · 18 info

• 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:2
    import { spawn } from 'node:child_process'
  • warningHTTP request to a raw IP addressindex.js:514
    const petUrl = `http://127.0.0.1:${ctx.webServer.port}/live2d/pet.html`
  • infoReads process.envindex.js:519
    env: { ...process.env, L2D_URL: petUrl },
  • infoHardcoded IP addressindex.js:514
    const petUrl = `http://127.0.0.1:${ctx.webServer.port}/live2d/pet.html`
  • warningHTTP request to a raw IP addresspet/cdp-probe.mjs:1
    const targets = await (await fetch('http://127.0.0.1:9222/json')).json()
  • infoMakes network requests (fetch / axios)pet/cdp-probe.mjs:1
    const targets = await (await fetch('http://127.0.0.1:9222/json')).json()
  • infoMakes network requests (fetch / axios)pet/cdp-probe.mjs:5
    const ws = new WebSocket(page.webSocketDebuggerUrl)
  • infoHardcoded IP addresspet/cdp-probe.mjs:1
    const 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:29
    try { fs.writeFileSync(stateFile(), JSON.stringify({ x, y })) } catch { }
  • infoReads process.envpet/main.js:5
    const 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

Source

GitHub: github.com/Tisitan/dsh-live2d-companion

Was this page helpful?