deepseek-harness-forge-plugins avatar

deepseek-harness-forge-plugins

Forge-plus: math/logic/regex/eprover/system/repair gates + TCM diagnosis + memory recall plugins for DeepSeek Harness (dsh)

PluginDeveloperKnowledgeMemory
Verification
L2 · Structured
Security
High
Health
Active
Trust
Silver

What it does

Forge-plus: math/logic/regex/eprover/system/repair gates + TCM diagnosis + memory recall plugins for DeepSeek Harness (dsh)

Installation

dsh plugin --profile web add deepseek-harness-forge-plugins

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-RISKSCAN15 FILES
aa9f8b
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.

1 critical·1 warning·5 info·15 files scanned
code-exec ×1
scanned commitaa9f8b878bc02026-08-16
latest commitaa9f8b878bc0

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: High1 critical · 1 warning · 5 info

• Static heuristic scan: done (15 files)

• Dependency vulnerabilities: requires deep audit (L3+)

• Permission sandboxing: requires runtime testing (L4+)

Scan findings · 7

  • infoReads process.envplugins/forge-gates/index.js:17
    const toolsDir = process.env.FORGE_GATE_BIN || (hereDir.length > 2 ? hereDir + '\\bin\\windows' : '')
  • infoReads process.envplugins/forge-gates/index.js:18
    const baseDir = process.env.FORGE_HOME || process.cwd()
  • infoReads process.envplugins/forge-memory/index.js:10
    const baseDir = process.env.FORGE_HOME || process.cwd()
  • infoReads process.envplugins/forge-tcm/index.js:17
    const toolsDir = process.env.FORGE_GATE_BIN || (hereDir.length > 2 ? hereDir + '\\bin\\windows' : '')
  • infoReads process.envplugins/forge-tcm/index.js:19
    const baseDir = process.env.FORGE_HOME || process.cwd()
  • criticalChild process module usage (Node.js)plugins/guard/index.js:34
    { re: /child_process\.(?:exec|spawn)(?:Sync)?\s*\(/i, reason: "shell 执行(child_process)" },
  • warningFilesystem write operationsplugins/guard/index.js:46
    fs.appendFileSync(auditPath, JSON.stringify({ ts: new Date().toISOString(), ...entry }) + "\n")

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: ★ 3 · Forks: 0

• Health: Active — committed within last 30 days

Source

GitHub: github.com/jinguanghai/deepseek-harness-forge-plugins

Was this page helpful?