验证
L1 · 已找到
安全
高风险
健康
活跃
信任
未评级
功能介绍
将 Codex 桌宠皮肤自动迁移到 DeepSeek Harness,在 DSH Web 界面渲染功能一致的桌宠:动画、多会话对话框、设置面板,一键迁移即插即用。
安装
dsh plugin --profile web add dsh-codex-pet-2Install method: npm · 尚未在容器中测试 (L3+)
兼容性
| DSH Version | Status |
|---|---|
| not stated | Declared — not tested |
要求
- • Node.js: not stated
- • DSH: declared "not stated"
- • External credentials: none detected
安全报告
自动静态扫描,非人工审核。
DSH.SO高风险
c6f235
安全审查自动审查 · 每日更新
高风险
非阻断类别中的严重发现(动态执行、shell 执行、安装脚本、混淆)。在 CLI/终端插件中常见,但值得审查。
3 严重·6 警告·11 提示·7 扫描文件数
code-exec ×3扫描版本
c6f235957e402026-08-16当前版本
c6f235957e40扫描结果仅对「扫描版本」有效。若当前版本不同,徽章将显示 outdated,直到每日流水线重新扫描。
README 效果预览dsh.so securityHIGH-RISK · 3 CODE-EXECc6f235
免责声明:这是自动化静态分析,不构成安全保证。安装前请自行审查。
风险:高风险3 critical · 6 warning · 11 info
• 静态启发式扫描:已完成(7 个文件)
• 依赖漏洞:需深度审计(L3+)
• 权限沙箱:需运行时测试(L4+)
扫描发现 · 12
- critical使用 child_process 子进程模块(Node.js)desktop/main.js:6const { execFile } = require('child_process')
- warning执行 shell 命令(exec / execSync)desktop/main.js:27execFile('powershell.exe', [
- warning向裸 IP 地址发起 HTTP 请求desktop/main.js:8const DSH_API = process.env.DSH_WEB_URL || 'http://127.0.0.1:3080'
- warning文件系统写入操作desktop/main.js:55fs.writeFileSync(CONFIG_PATH, JSON.stringify(desktopOnly, null, 2), 'utf8')
- warning文件系统写入操作desktop/main.js:194fs.appendFileSync(logPath, `[${level}] ${message}\n`)
- warning文件系统写入操作desktop/main.js:198try { fs.appendFileSync(logPath, `[load-fail] ${code} ${desc}\n`) } catch { /* ignore */ }
- info读取 process.envdesktop/main.js:8const DSH_API = process.env.DSH_WEB_URL || 'http://127.0.0.1:3080'
- info读取 process.envdesktop/main.js:9const DSH_HOME = process.env.DSH_HOME || path.join(os.homedir(), '.dsh')
- info读取 process.envdesktop/main.js:10const PETS_DIR = process.env.DSH_PETS || path.join(DSH_HOME, 'pets')
- info发起网络请求(fetch / axios)desktop/main.js:127fetch(`${DSH_API}/dsh-pets/api/state`, { signal: controller.signal })
- info发起网络请求(fetch / axios)desktop/main.js:259const r = await fetch(`${DSH_API}/dsh-pets/api/state`)
- info发起网络请求(fetch / axios)desktop/main.js:278const r = await fetch(`${DSH_API}/dsh-pets/api/stop`, {
静态启发式扫描,可能误报——使用前请自行审查源码。
活跃度
最近提交 2026-08-16 · 活跃度:活跃
• 仓库创建: 2026-08-16
• 星标: ★ 4 · 复刻: 0
• 健康度: 活跃 — 近 30 天有提交
