What it does
将 Codex 桌宠皮肤自动迁移到 DeepSeek Harness,在 DSH Web 界面渲染功能一致的桌宠:动画、多会话对话框、设置面板,一键迁移即插即用。
Installation
dsh plugin --profile web add dsh-codex-pet-2Install 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 ×3c6f235957e402026-08-16c6f235957e40The 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 (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:6const { execFile } = require('child_process')
- warningShell command execution (exec / execSync)desktop/main.js:27execFile('powershell.exe', [
- warningHTTP request to a raw IP addressdesktop/main.js:8const DSH_API = process.env.DSH_WEB_URL || 'http://127.0.0.1:3080'
- warningFilesystem write operationsdesktop/main.js:55fs.writeFileSync(CONFIG_PATH, JSON.stringify(desktopOnly, null, 2), 'utf8')
- warningFilesystem write operationsdesktop/main.js:194fs.appendFileSync(logPath, `[${level}] ${message}\n`)
- warningFilesystem write operationsdesktop/main.js:198try { fs.appendFileSync(logPath, `[load-fail] ${code} ${desc}\n`) } catch { /* ignore */ }
- infoReads process.envdesktop/main.js:8const DSH_API = process.env.DSH_WEB_URL || 'http://127.0.0.1:3080'
- infoReads process.envdesktop/main.js:9const DSH_HOME = process.env.DSH_HOME || path.join(os.homedir(), '.dsh')
- infoReads process.envdesktop/main.js:10const PETS_DIR = process.env.DSH_PETS || path.join(DSH_HOME, 'pets')
- infoMakes network requests (fetch / axios)desktop/main.js:127fetch(`${DSH_API}/dsh-pets/api/state`, { signal: controller.signal })
- infoMakes network requests (fetch / axios)desktop/main.js:259const r = await fetch(`${DSH_API}/dsh-pets/api/state`)
- infoMakes network requests (fetch / axios)desktop/main.js:278const 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
