dsh-codex-pet avatar

dsh-codex-pet

将 Codex 桌宠皮肤自动迁移到 DeepSeek Harness,在 DSH Web 界面渲染功能一致的桌宠:动画、多会话对话框、设置面板,一键迁移即插即用。

PluginUI & SkinsWeb search
Verification
L1 · Found
Security
High
Health
Active
Trust
Unrated

What it does

将 Codex 桌宠皮肤自动迁移到 DeepSeek Harness,在 DSH Web 界面渲染功能一致的桌宠:动画、多会话对话框、设置面板,一键迁移即插即用。

Installation

dsh plugin --profile web add dsh-codex-pet-2

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-RISKSCAN7 FILES
c6f235
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.

3 critical·6 warning·11 info·7 files scanned
code-exec ×3
scanned commitc6f235957e402026-08-16
latest commitc6f235957e40

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: High3 critical · 6 warning · 11 info

• Static heuristic scan: done (7 files)

• Dependency vulnerabilities: requires deep audit (L3+)

• Permission sandboxing: requires runtime testing (L4+)

Scan findings · 12

  • criticalChild process module usage (Node.js)desktop/main.js:6
    const { execFile } = require('child_process')
  • warningShell command execution (exec / execSync)desktop/main.js:27
    execFile('powershell.exe', [
  • warningHTTP request to a raw IP addressdesktop/main.js:8
    const DSH_API = process.env.DSH_WEB_URL || 'http://127.0.0.1:3080'
  • warningFilesystem write operationsdesktop/main.js:55
    fs.writeFileSync(CONFIG_PATH, JSON.stringify(desktopOnly, null, 2), 'utf8')
  • warningFilesystem write operationsdesktop/main.js:194
    fs.appendFileSync(logPath, `[${level}] ${message}\n`)
  • warningFilesystem write operationsdesktop/main.js:198
    try { fs.appendFileSync(logPath, `[load-fail] ${code} ${desc}\n`) } catch { /* ignore */ }
  • infoReads process.envdesktop/main.js:8
    const DSH_API = process.env.DSH_WEB_URL || 'http://127.0.0.1:3080'
  • infoReads process.envdesktop/main.js:9
    const DSH_HOME = process.env.DSH_HOME || path.join(os.homedir(), '.dsh')
  • infoReads process.envdesktop/main.js:10
    const PETS_DIR = process.env.DSH_PETS || path.join(DSH_HOME, 'pets')
  • infoMakes network requests (fetch / axios)desktop/main.js:127
    fetch(`${DSH_API}/dsh-pets/api/state`, { signal: controller.signal })
  • infoMakes network requests (fetch / axios)desktop/main.js:259
    const r = await fetch(`${DSH_API}/dsh-pets/api/state`)
  • infoMakes network requests (fetch / axios)desktop/main.js:278
    const r = await fetch(`${DSH_API}/dsh-pets/api/stop`, {

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

• Stars: ★ 4 · Forks: 0

• Health: Active — committed within last 30 days

Source

GitHub: github.com/mengyun233/dsh-codex-pet

Was this page helpful?