dsh-graceful-restart avatar

dsh-graceful-restart

Plugin
Verification
L1 · Found
Security
Medium
Health
Active
Trust
Unrated

What it does

Installation

dsh plugin --profile web add github:msilita/dsh-graceful-restart

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.SO AUDITMEDIUMb1a142
Automated review · daily
MEDIUM

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

3 critical·6 warning·17 info·5 files scanned
code-exec ×3
plugin version1.1.0dsh manifest
scanned commitb1a142f56cc92026-08-21
latest commitb1a142f56cc9

The scan result is valid for the scanned commit. New commits within 7 days are tolerated (the rating still counts); after 7 days without a rescan the badge shows outdated.

Disclaimer: automated static analysis, not a security guarantee. Always review what you install.

Risk details

RiskRuleLocationDescription
critical
Child process module usage (Node.js)
lib/index.js:29
import { spawn, spawnSync } from 'node:child_process'
critical
Child process module usage (Node.js)
lib/index.js:351
const { spawn } = require('node:child_process')
critical
Child process module usage (Node.js)
lib/launcher.cjs:19
const { spawn } = require('node:child_process')
warning
HTTP request to a raw IP address
lib/index.js:721
const res = await fetch('http://127.0.0.1:' + TARGET_PORT + '/plugins/' + pkg + '/client.js', {
warning
HTTP request to a raw IP address
lib/index.js:788
const base = 'http://127.0.0.1:' + TARGET_PORT
warning
Filesystem write operations
lib/index.js:247
fs.writeFileSync(FILE.snapshot(), JSON.stringify(payload, null, 2) + '\n', 'utf8')
warning
Filesystem write operations
lib/index.js:252
try { fs.appendFileSync(FILE.log(), `${new Date().toISOString()} ${msg}\n`, 'utf8') } catch { /* best-effort */ }
warning
Filesystem write operations
lib/index.js:264
try { fs.writeFileSync(stderrFile(), '', 'utf8') } catch { /* best-effort */ }
warning
Filesystem write operations
lib/launcher.cjs:27
try { fs.appendFileSync(logFile, new Date().toISOString() + ' launcher: ' + msg + '\n', 'utf8') } catch {}
Heuristic static scan — may produce false positives. Review the source yourself before trusting.

Activity

Last commit 2026-08-17 · activity: Active

• Repo created: 2026-08-21

• Stars: ★ 0 · Forks: 0

• Health: Active — committed within last 30 days

Source

GitHub: github.com/msilita/dsh-graceful-restart

Was this page helpful?