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-2Install method: npm · not yet tested in container (L3+)
Compatibility
| DSH Version | Status |
|---|---|
| not stated | Declared — not tested |
Requirements
- • Node.js: not stated
- • DSH: declared "not stated"
- • External credentials: none detected
Security Report
Automated static scan, not manual review.
The repository has new commits since the scan. The previous result no longer describes the current code; a fresh scan is pending.
code-exec ×2dba5c2963f1a2026-08-16f9097d6476aeThe 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.
• 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:52const raw = window.localStorage.getItem(REMOVED_KEY);
- infoUses localStoragelib/client.js:59window.localStorage.setItem(REMOVED_KEY, JSON.stringify([...removed]));
- infoUses localStoragelib/client.js:64const raw = window.localStorage.getItem(TITLES_KEY);
- infoMakes network requests (fetch / axios)lib/client.js:762const response = await fetch(TRASH_ROUTE);
- infoMakes network requests (fetch / axios)lib/client.js:950const response = await fetch(DELETE_ROUTE, {
- infoMakes network requests (fetch / axios)lib/client.js:983const response = await fetch(RESTORE_ROUTE, {
- criticalChild process module usage (Node.js)lib/index.js:6import { spawn } from "node:child_process";
- infoUses localStoragesrc/client/index.ts:68const raw = window.localStorage.getItem(REMOVED_KEY)
- infoUses localStoragesrc/client/index.ts:78window.localStorage.setItem(REMOVED_KEY, JSON.stringify([...removed]))
- infoUses localStoragesrc/client/index.ts:86const raw = window.localStorage.getItem(TITLES_KEY)
- infoMakes network requests (fetch / axios)src/client/index.ts:838const response = await fetch(TRASH_ROUTE)
- infoMakes network requests (fetch / axios)src/client/index.ts:1088const 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
