dsh-plugin-market avatar

dsh-plugin-market

Plugin
Verification
L1 · Found
Security
Medium
Health
Active
Trust
Unrated

What it does

Installation

dsh plugin --profile web add github:mrk-king/dsh-plugin-market

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 AUDITMEDIUM8f6928
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·7 warning·11 info·7 files scanned
code-exec ×1shell ×1
plugin version3.0.0
scanned commit8f6928978d832026-08-21
latest commit8f6928978d83

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)
server.mjs:16
import { exec as execCb, execFile as execFileCb } from 'node:child_process'
critical
Shell command execution (exec / execSync)
server.mjs:295
await execFile('git', args, { timeout: 180000 })
warning
Shell command execution (exec / execSync)
server.mjs:270
await execFile('git', ['--version'], { timeout: 15000 })
warning
HTTP request to a raw IP address
server.mjs:31
const HARNESS_URL = (process.env.HARNESS_URL || 'http://127.0.0.1:3080').replace(/\/$/, '')
warning
Filesystem write operations
server.mjs:56
await fs.writeFile(join(dir, key + '.json'), JSON.stringify({ t: Date.now(), v }))
warning
HTTP request to a raw IP address
start-market.sh:6
URL="http://127.0.0.1:3399"
warning
Downloads a file from the network
start-market.sh:10
if ! curl -s --max-time 5 -o /dev/null "$URL/api/health"; then
warning
Downloads a file from the network
start-market.sh:21
until curl -s --max-time 2 -o /dev/null "$URL/api/health" 2>/dev/null; do
warning
HTTP request to a raw IP address
start.sh:4
URL="http://127.0.0.1:${PORT:-3399}"
Heuristic static scan — may produce false positives. Review the source yourself before trusting.

Activity

Last commit 2026-08-15 · activity: Active

• Repo created: 2026-08-21

• Stars: ★ 0 · Forks: 0

• Health: Active — committed within last 30 days

Source

GitHub: github.com/mrk-king/dsh-plugin-market

Was this page helpful?