dsh-tool-retry avatar

dsh-tool-retry

DeepSeek Harness 的工具调用重试插件:自动暂存每次工具调用,失败后让 AI 只改一部分参数并重放,免去整段长参数重新生成。

Plugin
Verification
L1 · Found
Security
High
Health
Active
Trust
Unrated

What it does

DeepSeek Harness 的工具调用重试插件:自动暂存每次工具调用,失败后让 AI 只改一部分参数并重放,免去整段长参数重新生成。

Installation

dsh plugin --profile web add github:CanglongCl/dsh-tool-retry

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-RISKSCAN15 FILES
ec6fe8
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·0 warning·8 info·15 files scanned
code-exec ×4
plugin version0.2.1
scanned commitec6fe80863402026-08-19
latest commitec6fe8086340

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 · 0 warning · 8 info

• Static heuristic scan: done (15 files)

• Dependency vulnerabilities: requires deep audit (L3+)

• Permission sandboxing: requires runtime testing (L4+)

High-risk findings · 4 / 4

  • criticalChild process module usage (Node.js)scripts/dev-headless.ts:10
    import { spawnSync } from 'node:child_process'
  • criticalChild process module usage (Node.js)scripts/e2e-real.ts:8
    import { spawnSync } from 'node:child_process'
  • criticalChild process module usage (Node.js)scripts/eval.ts:10
    import { spawnSync } from 'node:child_process'
  • criticalChild process module usage (Node.js)scripts/package-official.ts:2
    import { spawnSync } from 'node:child_process'

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/CanglongCl/dsh-tool-retry

Was this page helpful?