dsh-plugin-integration avatar

dsh-plugin-integration

DeepSeek Harness (DSH) 插件整合中心:动态发现、打标分类、重叠/兼容检测、一键启停与失效检测

Plugin
Verification
L2 · Structured
Security
High
Health
Active
Trust
Silver

What it does

DeepSeek Harness (DSH) 插件整合中心:动态发现、打标分类、重叠/兼容检测、一键启停与失效检测

Installation

dsh plugin --profile web add dsh-plugin-integration

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-RISKSCAN6 FILES
0f720b
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·1 warning·14 info·6 files scanned
code-exec ×1shell ×1
scanned commit0f720b7e53c02026-08-16
latest commit0f720b7e53c0

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 · 1 warning · 14 info

• Static heuristic scan: done (6 files)

• Dependency vulnerabilities: requires deep audit (L3+)

• Permission sandboxing: requires runtime testing (L4+)

Scan findings · 12

  • infoUses localStoragesrc/client.js:233
    function onResetPanelSize() { try { localStorage.removeItem('dsh.pluginIntegration.panelSize') } catch (e) {}; var p = document.querySelecto
  • infoUses localStoragesrc/client.js:401
    try { s = JSON.parse(localStorage.getItem('dsh.pluginIntegration.panelSize') || 'null') } catch (e) {}
  • infoUses localStoragesrc/client.js:413
    if (r.width > 0 && r.height > 0) { try { localStorage.setItem('dsh.pluginIntegration.panelSize', JSON.stringify({ w: Math.round(r.width), h:
  • infoUses localStoragesrc/client.standalone.js:149
    try { s = JSON.parse(localStorage.getItem('dsh.pluginIntegration.panelSize') || 'null') } catch (e) {}
  • infoUses localStoragesrc/client.standalone.js:161
    if (r.width > 0 && r.height > 0) { try { localStorage.setItem('dsh.pluginIntegration.panelSize', JSON.stringify({ w: Math.round(r.width), h:
  • infoUses localStoragesrc/client.standalone.js:336
    function onResetPanelSize() { try { localStorage.removeItem('dsh.pluginIntegration.panelSize') } catch (e) {}; var p = document.querySelecto
  • infoMakes network requests (fetch / axios)src/client.standalone.js:174
    return fetch('/api/plugin-integration/' + method, {
  • infoMakes network requests (fetch / axios)src/host.js:492
    const res = await web.fetch({ url: 'https://api.github.com/repos/' + repo })
  • criticalChild process module usage (Node.js)src/host.standalone.js:16
    import { execFile, spawn } from 'node:child_process'
  • warningShell command execution (exec / execSync)src/host.standalone.js:795
    execFile('gh', ['auth', 'token'], { timeout: 5000, windowsHide: true }, function (err, stdout) {
  • criticalspawn() with shell: truesrc/host.standalone.js:966
    child = spawn('dsh', ['plugin', '--profile', profile, 'update', packageName], { shell: true, windowsHide: true, env: Object.assign({}, proce
  • infoReads process.envsrc/host.standalone.js:349
    const token = (config.githubToken) || process.env.GITHUB_TOKEN || process.env.DSH_GITHUB_TOKEN

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

• Stars: ★ 4 · Forks: 0

• Health: Active — committed within last 30 days

Source

GitHub: github.com/MutaLucem/dsh-plugin-integration

Was this page helpful?