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.

PluginGame
Verification
L2 · Structured
Security
Medium
Health
Active
Trust
Silver

What it does

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.

Installation

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

Install method: npm · not yet tested in container (L3+)

Compatibility

DSH VersionStatus
webDeclared — not tested

Requirements

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

Security Report

Automated static scan, not manual review.

DSH.SOOUTDATEDSCAN15 FILES
e583ed
Automated review · daily
OUTDATED

The repository has new commits since the scan. The previous result no longer describes the current code; a fresh scan is pending.

0 critical·2 warning·4 info·15 files scanned
scanned commite583edc5be302026-08-17
latest commitdabf9f914fdf

The 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.

Risk: Medium0 critical · 2 warning · 4 info

• Static heuristic scan: done (15 files)

• Dependency vulnerabilities: requires deep audit (L3+)

• Permission sandboxing: requires runtime testing (L4+)

Scan findings · 6

  • warningHTTP request to a raw IP addressrepro-old-state.ts:36
    await page.goto('http://127.0.0.1:3080', { waitUntil: 'load', timeout: 30000 })
  • infoUses localStoragerepro-old-state.ts:34
    localStorage.setItem('dsh.leisure-games.v1', JSON.stringify(state))
  • infoUses localStoragerepro-old-state.ts:47
    stored: localStorage.getItem('dsh.leisure-games.v1'),
  • infoHardcoded IP addressrepro-old-state.ts:36
    await page.goto('http://127.0.0.1:3080', { waitUntil: 'load', timeout: 30000 })
  • warningHTTP request to a raw IP addressverify-notifications.ts:14
    const URL = process.argv[2] ?? 'http://127.0.0.1:3080'
  • infoHardcoded IP addressverify-notifications.ts:14
    const URL = process.argv[2] ?? 'http://127.0.0.1:3080'

Heuristic static scan — may produce false positives. Review the source yourself before trusting.

Activity

Last commit 2026-08-17 · activity: Active

• Repo created: 2026-08-17

• Stars: ★ 1 · Forks: 0

• Health: Active — committed within last 30 days

Source

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

Was this page helpful?