What it does
A simple popup that can quickly show when Deepseek has finished thinking or is requesting permission during split-screen.
Installation
dsh plugin --profile web add dsh-thinking-notifierInstall method: npm · not yet tested in container (L3+)
Compatibility
| DSH Version | Status |
|---|---|
| not stated | Declared — not tested |
Requirements
- • Node.js: not stated
- • DSH: declared "not stated"
- • External credentials: none detected
Security Report
Automated static scan, not manual review.
Critical findings in non-blocking categories (dynamic code execution, shell execution, install scripts, obfuscation). Common in CLI/terminal plugins but worth reviewing.
code-exec ×121ed3122f0c22026-08-1721ed3122f0c2The 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 (4 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
Scan findings · 10
- warningHTTP request to a raw IP addressdesktop-popup.py:25URL = f'http://127.0.0.1:{PORT}/status'
- infoHardcoded IP addressdesktop-popup.py:25URL = f'http://127.0.0.1:{PORT}/status'
- criticalChild process module usage (Node.js)lib/index.js:13import { spawn } from 'node:child_process'
- warningHTTP request to a raw IP addresslib/index.js:64appUrl: `http://127.0.0.1:${DEFAULT_WEB_PORT}`,
- warningHTTP request to a raw IP addresslib/index.js:364status.appUrl = `http://127.0.0.1:${webPort}`
- infoReads process.envlib/index.js:20const DEFAULT_PORT = Number(process.env.DSH_THINKING_NOTIFIER_PORT || 7389)
- infoReads process.envlib/index.js:320const python = process.env.PYTHON || 'python3'
- infoHardcoded IP addresslib/index.js:64appUrl: `http://127.0.0.1:${DEFAULT_WEB_PORT}`,
- infoHardcoded IP addresslib/index.js:284server.listen(port, '127.0.0.1')
- infoHardcoded IP addresslib/index.js:299server.listen(port, '127.0.0.1')
Heuristic static scan — may produce false positives. Review the source yourself before trusting.
Activity
Last commit 2026-08-16 · activity: Active
• Repo created: 2026-08-17
• Stars: ★ 4 · Forks: 0
• Health: Active — committed within last 30 days
