dsh-plugin-market avatar

dsh-plugin-market

DeepSeek Harness 插件技能库:浏览/预检/一键安装/更新/卸载 dsh 插件与 Skill 技能包,设置页一键重启与 harness 本体自更新。Plugin & skill marketplace for deepseek-harness.

Plugin
Verification
L1 · Found
Security
High
Health
Active
Trust
Unrated

What it does

DeepSeek Harness 插件技能库:浏览/预检/一键安装/更新/卸载 dsh 插件与 Skill 技能包,设置页一键重启与 harness 本体自更新。Plugin & skill marketplace for deepseek-harness.

Installation

dsh plugin --profile web add github:JasperGuWP/dsh-plugin-market

Install method: GitHub · 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-RISKSCAN4 FILES
b20249
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.

4 critical·1 warning·9 info·4 files scanned
code-exec ×2shell ×2
plugin version0.2.0dsh manifest
scanned commitb202490a50eb2026-08-19
latest commitb202490a50eb

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: High4 critical · 1 warning · 9 info

• 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:20
    import { execFile, spawn } from 'node:child_process'
  • criticalChild process module usage (Node.js)index.js:1140
    const delayed = `setTimeout(() => { const { spawn } = require('node:child_process'); const child = spawn(process.execPath, ${JSON.stringify(
  • criticalShell command execution (exec / execSync)index.js:821
    execFile('git', args, { timeout: 120_000, maxBuffer: 2 * 1024 * 1024, windowsHide: true }, (error, stdout, stderr) => {
  • criticalShell command execution (exec / execSync)index.js:936
    execFile(process.execPath, childArgs, {
  • warningShell command execution (exec / execSync)index.js:902
    execFile('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

Source

GitHub: github.com/JasperGuWP/dsh-plugin-market

Was this page helpful?