dsh-codex-pet avatar

dsh-codex-pet

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

Plugin界面美化网页搜索
验证
L1 · 已找到
安全
高风险
健康
活跃
信任
未评级

功能介绍

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

安装

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

Install method: npm · 尚未在容器中测试 (L3+)

兼容性

DSH VersionStatus
not statedDeclared — not tested

要求

  • • Node.js: not stated
  • • DSH: declared "not stated"
  • • External credentials: none detected

安全报告

自动静态扫描,非人工审核。

DSH.SO高风险SCAN7 FILES
c6f235
自动审查 · 每日更新
高风险

非阻断类别中的严重发现(动态执行、shell 执行、安装脚本、混淆)。在 CLI/终端插件中常见,但值得审查。

3 严重·6 警告·11 提示·7 扫描文件数
code-exec ×3
扫描版本c6f235957e402026-08-16
当前版本c6f235957e40

扫描结果仅对「扫描版本」有效。若当前版本不同,徽章将显示 outdated,直到每日流水线重新扫描。

免责声明:这是自动化静态分析,不构成安全保证。安装前请自行审查。

风险:高风险3 critical · 6 warning · 11 info

• 静态启发式扫描:已完成(7 个文件)

• 依赖漏洞:需深度审计(L3+)

• 权限沙箱:需运行时测试(L4+)

扫描发现 · 12

  • critical使用 child_process 子进程模块(Node.js)desktop/main.js:6
    const { execFile } = require('child_process')
  • warning执行 shell 命令(exec / execSync)desktop/main.js:27
    execFile('powershell.exe', [
  • warning向裸 IP 地址发起 HTTP 请求desktop/main.js:8
    const DSH_API = process.env.DSH_WEB_URL || 'http://127.0.0.1:3080'
  • warning文件系统写入操作desktop/main.js:55
    fs.writeFileSync(CONFIG_PATH, JSON.stringify(desktopOnly, null, 2), 'utf8')
  • warning文件系统写入操作desktop/main.js:194
    fs.appendFileSync(logPath, `[${level}] ${message}\n`)
  • warning文件系统写入操作desktop/main.js:198
    try { fs.appendFileSync(logPath, `[load-fail] ${code} ${desc}\n`) } catch { /* ignore */ }
  • info读取 process.envdesktop/main.js:8
    const DSH_API = process.env.DSH_WEB_URL || 'http://127.0.0.1:3080'
  • info读取 process.envdesktop/main.js:9
    const DSH_HOME = process.env.DSH_HOME || path.join(os.homedir(), '.dsh')
  • info读取 process.envdesktop/main.js:10
    const PETS_DIR = process.env.DSH_PETS || path.join(DSH_HOME, 'pets')
  • info发起网络请求(fetch / axios)desktop/main.js:127
    fetch(`${DSH_API}/dsh-pets/api/state`, { signal: controller.signal })
  • info发起网络请求(fetch / axios)desktop/main.js:259
    const r = await fetch(`${DSH_API}/dsh-pets/api/state`)
  • info发起网络请求(fetch / axios)desktop/main.js:278
    const r = await fetch(`${DSH_API}/dsh-pets/api/stop`, {

静态启发式扫描,可能误报——使用前请自行审查源码。

活跃度

最近提交 2026-08-16 · 活跃度:活跃

• 仓库创建: 2026-08-16

• 星标: ★ 4 · 复刻: 0

• 健康度: 活跃 — 近 30 天有提交

来源

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

这页有帮助吗?