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-gamesInstall method: npm · not yet tested in container (L3+)
Compatibility
| DSH Version | Status |
|---|---|
| web | Declared — not tested |
Requirements
- • Node.js: not stated
- • DSH: web
- • External credentials: none detected
Security Report
Automated static scan, not manual review.
The repository has new commits since the scan. The previous result no longer describes the current code; a fresh scan is pending.
e583edc5be302026-08-17dabf9f914fdfThe 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.
• 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:36await page.goto('http://127.0.0.1:3080', { waitUntil: 'load', timeout: 30000 })
- infoUses localStoragerepro-old-state.ts:34localStorage.setItem('dsh.leisure-games.v1', JSON.stringify(state))
- infoUses localStoragerepro-old-state.ts:47stored: localStorage.getItem('dsh.leisure-games.v1'),
- infoHardcoded IP addressrepro-old-state.ts:36await page.goto('http://127.0.0.1:3080', { waitUntil: 'load', timeout: 30000 })
- warningHTTP request to a raw IP addressverify-notifications.ts:14const URL = process.argv[2] ?? 'http://127.0.0.1:3080'
- infoHardcoded IP addressverify-notifications.ts:14const 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
