What it does
DeepSeek Harness (DSH) 插件整合中心:动态发现、打标分类、重叠/兼容检测、一键启停与失效检测
Installation
dsh plugin --profile web add dsh-plugin-integrationInstall 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 ×10f720b7e53c02026-08-160f720b7e53c0The 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 (6 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
Scan findings · 12
- infoUses localStoragesrc/client.js:233function onResetPanelSize() { try { localStorage.removeItem('dsh.pluginIntegration.panelSize') } catch (e) {}; var p = document.querySelecto
- infoUses localStoragesrc/client.js:401try { s = JSON.parse(localStorage.getItem('dsh.pluginIntegration.panelSize') || 'null') } catch (e) {}
- infoUses localStoragesrc/client.js:413if (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:149try { s = JSON.parse(localStorage.getItem('dsh.pluginIntegration.panelSize') || 'null') } catch (e) {}
- infoUses localStoragesrc/client.standalone.js:161if (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:336function onResetPanelSize() { try { localStorage.removeItem('dsh.pluginIntegration.panelSize') } catch (e) {}; var p = document.querySelecto
- infoMakes network requests (fetch / axios)src/client.standalone.js:174return fetch('/api/plugin-integration/' + method, {
- infoMakes network requests (fetch / axios)src/host.js:492const res = await web.fetch({ url: 'https://api.github.com/repos/' + repo })
- criticalChild process module usage (Node.js)src/host.standalone.js:16import { execFile, spawn } from 'node:child_process'
- warningShell command execution (exec / execSync)src/host.standalone.js:795execFile('gh', ['auth', 'token'], { timeout: 5000, windowsHide: true }, function (err, stdout) {
- criticalspawn() with shell: truesrc/host.standalone.js:966child = spawn('dsh', ['plugin', '--profile', profile, 'update', packageName], { shell: true, windowsHide: true, env: Object.assign({}, proce
- infoReads process.envsrc/host.standalone.js:349const 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
