dsh-gitmemo avatar

dsh-gitmemo

Plugin
Verification
L1 · Found
Security
Medium
Health
Active
Trust
Unrated

What it does

Installation

dsh plugin --profile web add @fonlan/dsh-gitmemo

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.SO AUDITMEDIUMa9e108
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.

2 critical·4 warning·0 info·8 files scanned
code-exec ×2
plugin version0.1.5dsh manifest
scanned commita9e1087897f22026-08-21
latest commita9e1087897f2

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/mem.js:14
import { execFile, execFileSync } from "node:child_process";
critical
Child process module usage (Node.js)
src/mem.ts:14
import { execFile, execFileSync } from "node:child_process";
warning
Shell command execution (exec / execSync)
lib/mem.js:20
execFile("git", ["-C", dir, ...args], { maxBuffer: 64 * 1024 * 1024, timeout: timeoutMs }, (error, stdout, stderr) => {
warning
Shell command execution (exec / execSync)
lib/mem.js:41
return execFileSync("git", ["-C", dir, ...args], { encoding: "utf8", maxBuffer: 64 * 1024 * 1024, timeout: timeoutMs, stdio: "pipe" });
warning
Shell command execution (exec / execSync)
src/mem.ts:68
execFile("git", ["-C", dir, ...args], { maxBuffer: 64 * 1024 * 1024, timeout: timeoutMs }, (error, stdout, stderr) => {
warning
Shell command execution (exec / execSync)
src/mem.ts:89
return execFileSync("git", ["-C", dir, ...args], { encoding: "utf8", maxBuffer: 64 * 1024 * 1024, timeout: timeoutMs, stdio: "pipe" });
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-21

• Stars: ★ 0 · Forks: 0

• Health: Active — committed within last 30 days

Source

GitHub: github.com/fonlan/dsh-gitmemo

Was this page helpful?