whaletv-workbench avatar

whaletv-workbench

PluginDesktop
Verification
L1 · Found
Security
High
Health
Active
Trust
Unrated

What it does

Installation

dsh plugin --profile web add whaletv-workbench

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.SOHIGH-RISKSCAN15 FILES
ce9864
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.

2 critical·0 warning·7 info·15 files scanned
code-exec ×1shell ×1
scanned commitce98640d6dd72026-08-17
latest commit

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: High2 critical · 0 warning · 7 info

• Static heuristic scan: done (15 files)

• Dependency vulnerabilities: requires deep audit (L3+)

• Permission sandboxing: requires runtime testing (L4+)

Scan findings · 9

  • criticalChild process module usage (Node.js)scripts/install-profile.mjs:17
    import { execFileSync } from 'node:child_process'
  • criticalShell command execution (exec / execSync)scripts/install-profile.mjs:41
    execFileSync(command, args, { ...spawnOptions(command), cwd })
  • infoReads process.envscripts/install-profile.mjs:25
    const DSH_HOME = process.env.DSH_HOME ?? join(os.homedir(), '.dsh')
  • infoReads process.envscripts/link-harness-deps.mjs:17
    const DSH_HOME = process.env.DSH_HOME ?? join(os.homedir(), '.dsh')
  • infoMakes network requests (fetch / axios)src/client/index.ts:36
    const response = await fetch(url, init)
  • infowindow.open() navigationsrc/client/index.ts:67
    window.open(url, '_blank', 'noopener,noreferrer')
  • infoReads process.envtsdown.config.ts:103
    'process.env.NODE_ENV': JSON.stringify(process.env.NODE_ENV ?? 'production'),
  • infoReads process.envtsdown.config.ts:104
    'import.meta.env.MODE': JSON.stringify(process.env.NODE_ENV ?? 'production'),
  • infoReads process.envtsdown.config.ts:105
    'import.meta.env': JSON.stringify({ MODE: process.env.NODE_ENV ?? 'production' }),

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

• Stars: ★ 1 · Forks: 0

• Health: Active — committed within last 30 days

Source

GitHub: github.com/KK-Irving/whaletv-workbench

Was this page helpful?