tavern-launcher avatar

tavern-launcher

PluginLauncher
Verification
L1 · Found
Security
Medium
Health
Active
Trust
Unrated

What it does

Installation

dsh plugin --profile web add github:gezi6603-rgb/tavern-launcher

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 AUDITMEDIUMccfb03
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.

1 critical·9 warning·13 info·3 files scanned
code-exec ×1
plugin version1.0.0
scanned commitccfb038a4de22026-08-21
latest commitccfb038a4de2

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.js:14
const { spawn } = require('child_process');
warning
HTTP request to a raw IP address
public/app.js:153
const url = st.url || 'http://127.0.0.1:' + st.port;
warning
HTTP request to a raw IP address
public/app.js:211
const url = state.st.url || 'http://127.0.0.1:' + (state.st.port || 8000);
warning
HTTP request to a raw IP address
public/app.js:216
openUrl(state.st.url || 'http://127.0.0.1:8000');
warning
HTTP request to a raw IP address
server.js:390
function stUrl() { return `http://127.0.0.1:${config.stPort}`; }
warning
HTTP request to a raw IP address
server.js:1221
const r = await fetchUrl(`http://127.0.0.1:${port}/api/state`, { timeout: timeoutMs });
warning
HTTP request to a raw IP address
server.js:1341
openLauncherWindow(`http://127.0.0.1:${p}`);
warning
Filesystem write operations
server.js:74
fs.appendFileSync(LOG_FILE, line + os.EOL);
warning
Filesystem write operations
server.js:109
fs.writeFileSync(tmp, JSON.stringify(config, null, 2), 'utf8');
warning
Filesystem write operations
server.js:208
const out = fs.createWriteStream(destPath, { flags: resume > 0 ? 'a' : 'w' });
Heuristic static scan — may produce false positives. Review the source yourself before trusting.

Activity

Last commit 2026-08-16 · activity: Active

• Repo created: 2026-08-21

• Stars: ★ 0 · Forks: 0

• Health: Active — committed within last 30 days

Source

GitHub: github.com/gezi6603-rgb/tavern-launcher

Was this page helpful?