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.

PluginDataStorageMemoryFile
Verification
L2 · Structured
Security
High
Health
Active
Trust
Silver

What it does

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

Installation

dsh plugin --profile web add dsh-session-manager-2

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.SOOUTDATEDSCAN11 FILES
dba5c2
Automated review · daily
OUTDATED

The repository has new commits since the scan. The previous result no longer describes the current code; a fresh scan is pending.

2 critical·0 warning·12 info·11 files scanned
code-exec ×2
scanned commitdba5c2963f1a2026-08-16
latest commitf9097d6476ae

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: High2 critical · 0 warning · 12 info

• Static heuristic scan: done (11 files)

• Dependency vulnerabilities: requires deep audit (L3+)

• Permission sandboxing: requires runtime testing (L4+)

Scan findings · 12

  • infoUses localStoragelib/client.js:52
    const raw = window.localStorage.getItem(REMOVED_KEY);
  • infoUses localStoragelib/client.js:59
    window.localStorage.setItem(REMOVED_KEY, JSON.stringify([...removed]));
  • infoUses localStoragelib/client.js:64
    const raw = window.localStorage.getItem(TITLES_KEY);
  • infoMakes network requests (fetch / axios)lib/client.js:762
    const response = await fetch(TRASH_ROUTE);
  • infoMakes network requests (fetch / axios)lib/client.js:950
    const response = await fetch(DELETE_ROUTE, {
  • infoMakes network requests (fetch / axios)lib/client.js:983
    const response = await fetch(RESTORE_ROUTE, {
  • criticalChild process module usage (Node.js)lib/index.js:6
    import { spawn } from "node:child_process";
  • infoUses localStoragesrc/client/index.ts:68
    const raw = window.localStorage.getItem(REMOVED_KEY)
  • infoUses localStoragesrc/client/index.ts:78
    window.localStorage.setItem(REMOVED_KEY, JSON.stringify([...removed]))
  • infoUses localStoragesrc/client/index.ts:86
    const raw = window.localStorage.getItem(TITLES_KEY)
  • infoMakes network requests (fetch / axios)src/client/index.ts:838
    const response = await fetch(TRASH_ROUTE)
  • infoMakes network requests (fetch / axios)src/client/index.ts:1088
    const response = await fetch(DELETE_ROUTE, {

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

• Stars: ★ 6 · Forks: 1

• Health: Active — committed within last 30 days

Source

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

Was this page helpful?