dsh-whale-musume avatar

dsh-whale-musume

DeepSeek Harness 桌宠插件:元气鲸鱼娘陪你写代码 🐋

PluginAI 模型桌面游戏效率
验证
L2 · 结构化
安全
中风险
健康
活跃
信任

功能介绍

DeepSeek Harness 桌宠插件:元气鲸鱼娘陪你写代码 🐋

安装

dsh plugin --profile web add dsh-whale-musume

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

兼容性

DSH VersionStatus
not statedDeclared — not tested

要求

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

安全报告

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

DSH.SO警告SCAN4 FILES
fabbb5
自动审查 · 每日更新
警告

无严重发现,但检测到警告级问题(文件写入、远程导入、base64 解码、下载执行)。

0 严重·3 警告·10 提示·4 扫描文件数
扫描版本fabbb52babef2026-08-17
当前版本fabbb52babef

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

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

风险:中风险0 critical · 3 warning · 10 info

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

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

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

扫描发现 · 12

  • info使用 localStorageassets/dsh-whale-moe.js:46
    try { return root.localStorage.getItem("whale-moe:" + key) !== "0"; } catch (e) { return true; }
  • info使用 localStorageassets/dsh-whale-moe.js:49
    try { root.localStorage.setItem("whale-moe:" + key, value ? "1" : "0"); } catch (e) { /* storage unavailable */ }
  • info使用 localStorageassets/dsh-whale-moe.js:55
    var value = root.localStorage.getItem("whale-moe:mode");
  • info发起网络请求(fetch / axios)assets/dsh-whale-moe.js:1390
    root.fetch(url, { signal: ctrl ? ctrl.signal : undefined, headers: { Accept: "application/json" } }).then(function (res) {
  • info发起网络请求(fetch / axios)assets/dsh-whale-moe.js:1607
    fetch("/assets/peek-calibration.json").then(function (r) { return r.json(); }).then(function (json) {
  • warning文件系统写入操作scripts/apply-theme.mjs:44
    function write(file, content) { fs.writeFileSync(file, content, "utf8"); }
  • warning文件系统写入操作scripts/apply-theme.mjs:167
    fs.writeFileSync(path.join(backupDir, record.backupName), record.original);
  • warning文件系统写入操作scripts/apply-theme.mjs:174
    fs.writeFileSync(path.join(backupDir, "manifest.json"), JSON.stringify(manifest, null, 2), "utf8");
  • info读取 process.envscripts/apply-theme.mjs:15
    const DEFAULT_TARGET = process.env.DSH_INSTALL_DIR || "DeepSeekHarness";
  • info读取 process.envscripts/apply-theme.mjs:16
    const BACKUP_ROOT = process.env.DSH_WHALE_BACKUP || path.join(os.tmpdir(), "dsh-whale-moe-backup");
  • info使用 localStoragescripts/apply-theme.mjs:256
    try { const v = window.localStorage.getItem("whale-moe:" + key); return v === null ? fallback : v; } catch (e) { return fallback; }
  • info使用 localStoragescripts/apply-theme.mjs:268
    try { window.localStorage.setItem("whale-moe:" + prefKey, next ? "1" : "0"); } catch (e) {}

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

活跃度

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

• 仓库创建: 2026-08-17

• 星标: ★ 7 · 复刻: 0

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

来源

GitHub: github.com/Sutera-Diffusus/dsh-whale-musume

这页有帮助吗?