dsh-thinking-notifier avatar

dsh-thinking-notifier

A simple popup that can quickly show when Deepseek has finished thinking or is requesting permission during split-screen.

Plugin
Verification
L2 · Structured
Security
High
Health
Active
Trust
Silver

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-notifier

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

Compatibility

DSH VersionStatus
not statedDeclared — not tested

Requirements

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

Security Report

Automated static scan, not manual review.

DSH.SOHIGH-RISKSCAN4 FILES
21ed31
Automated review · daily
HIGH-RISK

Critical findings in non-blocking categories (dynamic code execution, shell execution, install scripts, obfuscation). Common in CLI/terminal plugins but worth reviewing.

1 critical·3 warning·6 info·4 files scanned
code-exec ×1
scanned commit21ed3122f0c22026-08-17
latest commit21ed3122f0c2

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: High1 critical · 3 warning · 6 info

• 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:25
    URL = f'http://127.0.0.1:{PORT}/status'
  • infoHardcoded IP addressdesktop-popup.py:25
    URL = f'http://127.0.0.1:{PORT}/status'
  • criticalChild process module usage (Node.js)lib/index.js:13
    import { spawn } from 'node:child_process'
  • warningHTTP request to a raw IP addresslib/index.js:64
    appUrl: `http://127.0.0.1:${DEFAULT_WEB_PORT}`,
  • warningHTTP request to a raw IP addresslib/index.js:364
    status.appUrl = `http://127.0.0.1:${webPort}`
  • infoReads process.envlib/index.js:20
    const DEFAULT_PORT = Number(process.env.DSH_THINKING_NOTIFIER_PORT || 7389)
  • infoReads process.envlib/index.js:320
    const python = process.env.PYTHON || 'python3'
  • infoHardcoded IP addresslib/index.js:64
    appUrl: `http://127.0.0.1:${DEFAULT_WEB_PORT}`,
  • infoHardcoded IP addresslib/index.js:284
    server.listen(port, '127.0.0.1')
  • infoHardcoded IP addresslib/index.js:299
    server.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

Source

GitHub: github.com/6-debug-6/dsh-thinking-notifier

Was this page helpful?