验证
L2 · 结构化
安全
高风险
健康
活跃
信任
银
功能介绍
DSH 会话管理插件:删除(回收站恢复/彻底清除)、统计、继续/暂停、打开日志目录、对话顶部抽屉、工作区分组与排序、上下文压缩阈值设置。DSH session manager: delete with trash/restore/purge, stats, continue/pause, log folder, header drawer, workspace grouping, context compaction threshold.
安装
dsh plugin --profile web add dsh-session-manager-2Install 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已过时
dba5c2
安全审查自动审查 · 每日更新
已过时
扫描后有新提交,结果不再代表当前代码,等待重新扫描。
2 严重·0 警告·12 提示·11 扫描文件数
code-exec ×2扫描版本
dba5c2963f1a2026-08-16当前版本
f9097d6476ae扫描结果仅对「扫描版本」有效。若当前版本不同,徽章将显示 outdated,直到每日流水线重新扫描。
README 效果预览dsh.so securityOUTDATEDdba5c2
免责声明:这是自动化静态分析,不构成安全保证。安装前请自行审查。
风险:高风险2 critical · 0 warning · 12 info
• 静态启发式扫描:已完成(11 个文件)
• 依赖漏洞:需深度审计(L3+)
• 权限沙箱:需运行时测试(L4+)
扫描发现 · 12
- info使用 localStoragelib/client.js:52const raw = window.localStorage.getItem(REMOVED_KEY);
- info使用 localStoragelib/client.js:59window.localStorage.setItem(REMOVED_KEY, JSON.stringify([...removed]));
- info使用 localStoragelib/client.js:64const raw = window.localStorage.getItem(TITLES_KEY);
- info发起网络请求(fetch / axios)lib/client.js:762const response = await fetch(TRASH_ROUTE);
- info发起网络请求(fetch / axios)lib/client.js:950const response = await fetch(DELETE_ROUTE, {
- info发起网络请求(fetch / axios)lib/client.js:983const response = await fetch(RESTORE_ROUTE, {
- critical使用 child_process 子进程模块(Node.js)lib/index.js:6import { spawn } from "node:child_process";
- info使用 localStoragesrc/client/index.ts:68const raw = window.localStorage.getItem(REMOVED_KEY)
- info使用 localStoragesrc/client/index.ts:78window.localStorage.setItem(REMOVED_KEY, JSON.stringify([...removed]))
- info使用 localStoragesrc/client/index.ts:86const raw = window.localStorage.getItem(TITLES_KEY)
- info发起网络请求(fetch / axios)src/client/index.ts:838const response = await fetch(TRASH_ROUTE)
- info发起网络请求(fetch / axios)src/client/index.ts:1088const response = await fetch(DELETE_ROUTE, {
静态启发式扫描,可能误报——使用前请自行审查源码。
活跃度
最近提交 2026-08-16 · 活跃度:活跃
• 仓库创建: 2026-08-16
• 星标: ★ 6 · 复刻: 1
• 健康度: 活跃 — 近 30 天有提交
