What it does
DSH crash-rescue plugin: undo config & plugin-code changes, secret-safe snapshots, one-click SAFE MODE, plus offline CLI/GUI that work even when DSH won't boot.
Installation
dsh plugin --profile web add github:lire1131/dsh-undo-savepointInstall method: GitHub · 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.
Critical findings in non-blocking categories (dynamic code execution, shell execution, install scripts, obfuscation). Common in CLI/terminal plugins but worth reviewing.
code-exec ×10.3.5dsh manifestecd9eb837ebd2026-08-19ecd9eb837ebdThe 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 (6 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
High-risk findings · 7 / 7
- criticalChild process module usage (Node.js)lib/index.js:37import { execFile } from 'node:child_process';
- warningShell command execution (exec / execSync)lib/index.js:1217execFile('powershell', ['-NoProfile', '-Command', script], {
- warningShell command execution (exec / execSync)lib/index.js:1240execFile('powershell', ['-NoProfile', '-Command', script], {
- warningShell command execution (exec / execSync)lib/index.js:1255execFile('powershell', ['-NoProfile', '-NonInteractive', '-Command', parts.join(' ')], {
- warningFilesystem write operationslib/index.js:213await fs.writeFile(tmp, buf);
- warningFilesystem write operationslib/index.js:276await fs.writeFile(tmp, buf);
- warningFilesystem write operationslib/index.js:451await fs.writeFile(join(cfg.autoDir, 'boot-state.json'), JSON.stringify(state, null, 2), 'utf8');
Heuristic static scan — may produce false positives. Review the source yourself before trusting.
Activity
Last commit 2026-08-19 · activity: Active
• Repo created: 2026-08-19
• Stars: ★ 88 · Forks: 3
• Health: Active — committed within last 30 days
