What it does
Installation
dsh plugin --profile web add whaletv-workbenchInstall method: npm · not yet tested in container (L3+)
Compatibility
| DSH Version | Status |
|---|---|
| not stated | Declared — not tested |
Requirements
- • Node.js: not stated
- • DSH: declared "not stated"
- • External credentials: none detected
Security Report
Automated static scan, not manual review.
Critical findings in non-blocking categories (dynamic code execution, shell execution, install scripts, obfuscation). Common in CLI/terminal plugins but worth reviewing.
code-exec ×1shell ×1ce98640d6dd72026-08-17—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.
• 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:17import { execFileSync } from 'node:child_process'
- criticalShell command execution (exec / execSync)scripts/install-profile.mjs:41execFileSync(command, args, { ...spawnOptions(command), cwd })
- infoReads process.envscripts/install-profile.mjs:25const DSH_HOME = process.env.DSH_HOME ?? join(os.homedir(), '.dsh')
- infoReads process.envscripts/link-harness-deps.mjs:17const DSH_HOME = process.env.DSH_HOME ?? join(os.homedir(), '.dsh')
- infoMakes network requests (fetch / axios)src/client/index.ts:36const response = await fetch(url, init)
- infowindow.open() navigationsrc/client/index.ts:67window.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
