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
验证
L2 · 结构化
安全
高风险
健康
活跃
信任

功能介绍

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

安装

dsh plugin --profile web add dsh-thinking-notifier

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

兼容性

DSH VersionStatus
not statedDeclared — not tested

要求

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

安全报告

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

DSH.SO高风险SCAN4 FILES
21ed31
自动审查 · 每日更新
高风险

非阻断类别中的严重发现(动态执行、shell 执行、安装脚本、混淆)。在 CLI/终端插件中常见,但值得审查。

1 严重·3 警告·6 提示·4 扫描文件数
code-exec ×1
扫描版本21ed3122f0c22026-08-17
当前版本21ed3122f0c2

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

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

风险:高风险1 critical · 3 warning · 6 info

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

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

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

扫描发现 · 10

  • warning向裸 IP 地址发起 HTTP 请求desktop-popup.py:25
    URL = f'http://127.0.0.1:{PORT}/status'
  • info硬编码 IP 地址desktop-popup.py:25
    URL = f'http://127.0.0.1:{PORT}/status'
  • critical使用 child_process 子进程模块(Node.js)lib/index.js:13
    import { spawn } from 'node:child_process'
  • warning向裸 IP 地址发起 HTTP 请求lib/index.js:64
    appUrl: `http://127.0.0.1:${DEFAULT_WEB_PORT}`,
  • warning向裸 IP 地址发起 HTTP 请求lib/index.js:364
    status.appUrl = `http://127.0.0.1:${webPort}`
  • info读取 process.envlib/index.js:20
    const DEFAULT_PORT = Number(process.env.DSH_THINKING_NOTIFIER_PORT || 7389)
  • info读取 process.envlib/index.js:320
    const python = process.env.PYTHON || 'python3'
  • info硬编码 IP 地址lib/index.js:64
    appUrl: `http://127.0.0.1:${DEFAULT_WEB_PORT}`,
  • info硬编码 IP 地址lib/index.js:284
    server.listen(port, '127.0.0.1')
  • info硬编码 IP 地址lib/index.js:299
    server.listen(port, '127.0.0.1')

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

活跃度

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

• 仓库创建: 2026-08-17

• 星标: ★ 4 · 复刻: 0

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

来源

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

这页有帮助吗?