What it doesAI
Inspect DeepSeek Harness UI elements, identify ownership (DSH or plugin), and export or hide selections.
- Press F1 and click any UI element to inspect
- Identifies whether an element belongs to DSH or a plugin
- Export or hide the selected element
AI-generated from the repo README — for reference only.
Installation
dsh plugin --profile web add dsh-element-inspectorInstall 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 ×20.7.0dsh manifest6b9e1e7064bb2026-08-200ce520bf3c36The 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.
vet verdict: vet: clean · score 87
- R3 · info [certain] — 裸 process 引用(可能为 typeof 探测)
- R9 · medium [likely] — 正则嵌套量词(ReDoS 风险:(a+)+ 类指数回溯)
- R9 · info [heuristic] — 循环内 += 累加(字符串拼接可能 O(n²))
- R9 · info [heuristic] — 循环内 += 累加(字符串拼接可能 O(n²))
- R9 · info [heuristic] — 循环内 += 累加(字符串拼接可能 O(n²))
vet is advisory and does not change dsh’s four-tier level.
• Static heuristic scan: done (15 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
High-risk findings · 6 / 6
- criticalChild process module usage (Node.js)portability.js:1import { spawn as nodeSpawn } from 'node:child_process'
- criticalChild process module usage (Node.js)scripts/capture-media.cjs:1const { spawn } = require('node:child_process')
- warningHTTP request to a raw IP addressscripts/capture-media.cjs:7const endpoint = process.argv[2] || 'http://127.0.0.1:8391'
- warningHTTP request to a raw IP addressscripts/verify-exports.cjs:4const endpoint = process.argv[2] || 'http://127.0.0.1:6894'
- warningHTTP request to a raw IP addressscripts/verify-open-folder.cjs:4const endpoint = process.argv[2] || 'http://127.0.0.1:3747'
- warningHTTP request to a raw IP addressscripts/verify-runtime.cjs:3const endpoint = process.argv[2] || 'http://127.0.0.1:3747'
Heuristic static scan — may produce false positives. Review the source yourself before trusting.
Activity
Last commit 2026-08-20 · activity: Active
• Repo created: 2026-08-20
• Stars: ★ 0 · Forks: 0
• Health: Active — committed within last 30 days
