dsh-leisure-games avatar

dsh-leisure-games

Leisure games client plugin for DeepSeek Harness (dsh): Tetris, Snake, skill Gomoku and Minesweeper with a playtime limit, agent notifications, custom colors and hardened persisted state.

Plugin游戏
验证
L2 · 结构化
安全
中风险
健康
活跃
信任

功能介绍

Leisure games client plugin for DeepSeek Harness (dsh): Tetris, Snake, skill Gomoku and Minesweeper with a playtime limit, agent notifications, custom colors and hardened persisted state.

安装

dsh plugin --profile web add dsh-leisure-games

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

兼容性

DSH VersionStatus
webDeclared — not tested

要求

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

安全报告

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

DSH.SO已过时SCAN15 FILES
e583ed
自动审查 · 每日更新
已过时

扫描后有新提交,结果不再代表当前代码,等待重新扫描。

0 严重·2 警告·4 提示·15 扫描文件数
扫描版本e583edc5be302026-08-17
当前版本dabf9f914fdf

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

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

风险:中风险0 critical · 2 warning · 4 info

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

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

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

扫描发现 · 6

  • warning向裸 IP 地址发起 HTTP 请求repro-old-state.ts:36
    await page.goto('http://127.0.0.1:3080', { waitUntil: 'load', timeout: 30000 })
  • info使用 localStoragerepro-old-state.ts:34
    localStorage.setItem('dsh.leisure-games.v1', JSON.stringify(state))
  • info使用 localStoragerepro-old-state.ts:47
    stored: localStorage.getItem('dsh.leisure-games.v1'),
  • info硬编码 IP 地址repro-old-state.ts:36
    await page.goto('http://127.0.0.1:3080', { waitUntil: 'load', timeout: 30000 })
  • warning向裸 IP 地址发起 HTTP 请求verify-notifications.ts:14
    const URL = process.argv[2] ?? 'http://127.0.0.1:3080'
  • info硬编码 IP 地址verify-notifications.ts:14
    const URL = process.argv[2] ?? 'http://127.0.0.1:3080'

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

活跃度

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

• 仓库创建: 2026-08-17

• 星标: ★ 1 · 复刻: 0

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

来源

GitHub: github.com/noname-iii/dsh-leisure-games

这页有帮助吗?