dsh-undo-savepoint avatar

dsh-undo-savepoint

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.

PluginStorageDesktopDeveloperTerminalTerminal / Shell
Verification
L2 · Structured
Security
High
Health
Active
Trust
Silver

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

Install method: GitHub · 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.SOHIGH-RISKSCAN6 FILES
ecd9eb
Automated review · daily
HIGH-RISK

Critical findings in non-blocking categories (dynamic code execution, shell execution, install scripts, obfuscation). Common in CLI/terminal plugins but worth reviewing.

1 critical·6 warning·10 info·6 files scanned
code-exec ×1
plugin version0.3.5dsh manifest
scanned commitecd9eb837ebd2026-08-19
latest commitecd9eb837ebd

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: High1 critical · 6 warning · 10 info

• 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:37
    import { execFile } from 'node:child_process';
  • warningShell command execution (exec / execSync)lib/index.js:1217
    execFile('powershell', ['-NoProfile', '-Command', script], {
  • warningShell command execution (exec / execSync)lib/index.js:1240
    execFile('powershell', ['-NoProfile', '-Command', script], {
  • warningShell command execution (exec / execSync)lib/index.js:1255
    execFile('powershell', ['-NoProfile', '-NonInteractive', '-Command', parts.join(' ')], {
  • warningFilesystem write operationslib/index.js:213
    await fs.writeFile(tmp, buf);
  • warningFilesystem write operationslib/index.js:276
    await fs.writeFile(tmp, buf);
  • warningFilesystem write operationslib/index.js:451
    await 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

Source

GitHub: github.com/lire1131/dsh-undo-savepoint

Was this page helpful?