dsh-session-manager avatar

dsh-session-manager

DSH 会话管理插件:删除(回收站恢复/彻底清除)、统计、继续/暂停、打开日志目录、对话顶部抽屉、工作区分组与排序、上下文压缩阈值设置。DSH session manager: delete with trash/restore/purge, stats, continue/pause, log folder, header drawer, workspace grouping, context compaction threshold.

Plugin数据存储记忆文件
验证
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-2

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

兼容性

DSH VersionStatus
not statedDeclared — not tested

要求

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

安全报告

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

DSH.SO已过时SCAN11 FILES
dba5c2
自动审查 · 每日更新
已过时

扫描后有新提交,结果不再代表当前代码,等待重新扫描。

2 严重·0 警告·12 提示·11 扫描文件数
code-exec ×2
扫描版本dba5c2963f1a2026-08-16
当前版本f9097d6476ae

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

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

风险:高风险2 critical · 0 warning · 12 info

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

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

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

扫描发现 · 12

  • info使用 localStoragelib/client.js:52
    const raw = window.localStorage.getItem(REMOVED_KEY);
  • info使用 localStoragelib/client.js:59
    window.localStorage.setItem(REMOVED_KEY, JSON.stringify([...removed]));
  • info使用 localStoragelib/client.js:64
    const raw = window.localStorage.getItem(TITLES_KEY);
  • info发起网络请求(fetch / axios)lib/client.js:762
    const response = await fetch(TRASH_ROUTE);
  • info发起网络请求(fetch / axios)lib/client.js:950
    const response = await fetch(DELETE_ROUTE, {
  • info发起网络请求(fetch / axios)lib/client.js:983
    const response = await fetch(RESTORE_ROUTE, {
  • critical使用 child_process 子进程模块(Node.js)lib/index.js:6
    import { spawn } from "node:child_process";
  • info使用 localStoragesrc/client/index.ts:68
    const raw = window.localStorage.getItem(REMOVED_KEY)
  • info使用 localStoragesrc/client/index.ts:78
    window.localStorage.setItem(REMOVED_KEY, JSON.stringify([...removed]))
  • info使用 localStoragesrc/client/index.ts:86
    const raw = window.localStorage.getItem(TITLES_KEY)
  • info发起网络请求(fetch / axios)src/client/index.ts:838
    const response = await fetch(TRASH_ROUTE)
  • info发起网络请求(fetch / axios)src/client/index.ts:1088
    const response = await fetch(DELETE_ROUTE, {

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

活跃度

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

• 仓库创建: 2026-08-16

• 星标: ★ 6 · 复刻: 1

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

来源

GitHub: github.com/dream12347/dsh-session-manager

这页有帮助吗?