What it does
DeepSeek Harness 插件技能库:浏览/预检/一键安装/更新/卸载 dsh 插件与 Skill 技能包,设置页一键重启与 harness 本体自更新。Plugin & skill marketplace for deepseek-harness.
Installation
dsh plugin --profile web add github:JasperGuWP/dsh-plugin-marketInstall method: GitHub · 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 ×2shell ×20.2.0dsh manifestb202490a50eb2026-08-19b202490a50ebThe 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 (4 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
High-risk findings · 5 / 5
- criticalChild process module usage (Node.js)index.js:20import { execFile, spawn } from 'node:child_process'
- criticalChild process module usage (Node.js)index.js:1140const delayed = `setTimeout(() => { const { spawn } = require('node:child_process'); const child = spawn(process.execPath, ${JSON.stringify(
- criticalShell command execution (exec / execSync)index.js:821execFile('git', args, { timeout: 120_000, maxBuffer: 2 * 1024 * 1024, windowsHide: true }, (error, stdout, stderr) => {
- criticalShell command execution (exec / execSync)index.js:936execFile(process.execPath, childArgs, {
- warningShell command execution (exec / execSync)index.js:902execFile('npm', ['pack'], { cwd, shell: true, timeout: 120_000, maxBuffer: 1024 * 1024, windowsHide: true }, (error, stdout, stderr) => {
Heuristic static scan — may produce false positives. Review the source yourself before trusting.
Activity
Last commit 2026-08-19 · activity: Active
• Repo created: 2026-08-19
• Stars: ★ 0 · Forks: 0
• Health: Active — committed within last 30 days
