dsh-element-inspector avatar

dsh-element-inspector

dsh-element-inspector:识别 DSH 页面元素的插件归属,导出所选元素,并隐藏不需要的界面元素。

PluginDeveloperUI & Skins
Verification
L2 · Structured
Security
Medium
Health
Active
Trust
Silver

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

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.SO AUDITMEDIUM6b9e1e
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·4 warning·13 info·15 files scanned
code-exec ×2
plugin version0.7.0dsh manifest
scanned commit6b9e1e7064bb2026-08-20
latest commit0ce520bf3c36

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.

Second-opinion scan (vet · parallel evaluation)
vet: clean

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.

Risk: Medium2 critical · 4 warning · 13 info

• 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:1
    import { spawn as nodeSpawn } from 'node:child_process'
  • criticalChild process module usage (Node.js)scripts/capture-media.cjs:1
    const { spawn } = require('node:child_process')
  • warningHTTP request to a raw IP addressscripts/capture-media.cjs:7
    const endpoint = process.argv[2] || 'http://127.0.0.1:8391'
  • warningHTTP request to a raw IP addressscripts/verify-exports.cjs:4
    const endpoint = process.argv[2] || 'http://127.0.0.1:6894'
  • warningHTTP request to a raw IP addressscripts/verify-open-folder.cjs:4
    const endpoint = process.argv[2] || 'http://127.0.0.1:3747'
  • warningHTTP request to a raw IP addressscripts/verify-runtime.cjs:3
    const 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

Source

GitHub: github.com/muyuanjin/dsh-element-inspector

Was this page helpful?