验证
L2 · 结构化
安全
高风险
健康
活跃
信任
银
功能介绍
dsh-macos-desktop 把 DSH 的 Web 界面变成一个 macOS 桌面:左侧桌面(多窗口/文件/回收站/便签/Spotlight/天气/深色模式)+ 右侧原生对话(主题化),内置终端、文档(Word/PDF/PPT)、浏览器、知识库、番茄钟、截图、AI 生图与「用 AI 看图」,通过官方 shell.overlay 挂载、卸载即恢复
安装
dsh plugin --profile web add dsh-macos-desktopInstall method: npm · 尚未在容器中测试 (L3+)
兼容性
| DSH Version | Status |
|---|---|
| not stated | Declared — not tested |
要求
- • Node.js: not stated
- • DSH: declared "not stated"
- • External credentials: none detected
安全报告
自动静态扫描,非人工审核。
DSH.SO高风险
c56f30
安全审查自动审查 · 每日更新
高风险
非阻断类别中的严重发现(动态执行、shell 执行、安装脚本、混淆)。在 CLI/终端插件中常见,但值得审查。
3 严重·0 警告·15 提示·6 扫描文件数
shell ×3扫描版本
c56f308014b82026-08-17当前版本
c56f308014b8扫描结果仅对「扫描版本」有效。若当前版本不同,徽章将显示 outdated,直到每日流水线重新扫描。
README 效果预览dsh.so securityHIGH-RISK · 3 SHELLc56f30
免责声明:这是自动化静态分析,不构成安全保证。安装前请自行审查。
风险:高风险3 critical · 0 warning · 15 info
• 静态启发式扫描:已完成(6 个文件)
• 依赖漏洞:需深度审计(L3+)
• 权限沙箱:需运行时测试(L4+)
扫描发现 · 12
- critical执行 shell 命令(exec / execSync)lib/client.js:1212function exec(cmd) { document.execCommand(cmd, false, null); editorRef.current && editorRef.current.focus() }
- critical执行 shell 命令(exec / execSync)lib/client.js:1269createElement('button', { className: 'dsm-btn-primary', onMouseDown: function (e) { e.preventDefault(); exec('bold') }, title: '加粗' }, 'B'),
- critical执行 shell 命令(exec / execSync)lib/client.js:1270createElement('button', { className: 'dsm-btn-primary', onMouseDown: function (e) { e.preventDefault(); exec('italic') }, title: '斜体' }, 'I'
- info使用 localStoragelib/client.js:462var raw = localStorage.getItem(SETTINGS_KEY)
- info使用 localStoragelib/client.js:467function saveSettings(s) { try { localStorage.setItem(SETTINGS_KEY, JSON.stringify(s)) } catch {} }
- info使用 localStoragelib/client.js:1160function loadBookmarks() { try { var b = JSON.parse(localStorage.getItem('dsh-macos-desktop/bookmarks')); return Array.isArray(b) ? b : DEFA
- info发起网络请求(fetch / axios)lib/client.js:426return fetch('/dsh-macos-desktop' + path, init)
- info发起网络请求(fetch / axios)lib/client.js:784fetch(geoUrl).then(function (r) { return r.json() }).then(function (g) {
- info发起网络请求(fetch / axios)lib/client.js:789return fetch(fUrl).then(function (r) { return r.json() }).then(function (d) {
- infowindow.open() 跳转lib/client.js:1180function externalOpen(url) { var u = url || (t && t.url) || ''; if (!u) return; if (window.confirm('在系统浏览器打开:' + u + ' ?')) window.open(u, '
- infowindow.open() 跳转lib/client.js:1288createElement('button', { className: 'dsm-btn-primary', onClick: function () { window.open(fileUrl(path), '_blank') } }, '在新窗口打开'),
- infowindow.open() 跳转lib/client.js:1457createElement('button', { className: 'dsm-btn-primary default', onClick: function () { window.open(fileUrl(props.path), '_blank') } }, '下载 /
静态启发式扫描,可能误报——使用前请自行审查源码。
活跃度
最近提交 2026-08-16 · 活跃度:活跃
• 仓库创建: 2026-08-17
• 星标: ★ 4 · 复刻: 0
• 健康度: 活跃 — 近 30 天有提交
