dsh-more-agent-presets avatar

dsh-more-agent-presets

More Agent Presets for DSH derived from other coding agents (e.g. qwen code, iflow)

PluginDeveloper
Verification
L2 · Structured
Security
High
Health
Active
Trust
Silver

What it does

More Agent Presets for DSH derived from other coding agents (e.g. qwen code, iflow)

Installation

dsh plugin --profile web add github:R-LEI2536/dsh-more-agent-presets

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-RISKSCAN12 FILES
fef064
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.

3 critical·3 warning·1 info·12 files scanned
code-exec ×3
plugin version1.1.2dsh manifest
scanned commitfef064fc50582026-08-19
latest commitfef064fc5058

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: High3 critical · 3 warning · 1 info

• Static heuristic scan: done (12 files)

• Dependency vulnerabilities: requires deep audit (L3+)

• Permission sandboxing: requires runtime testing (L4+)

High-risk findings · 6 / 6

  • criticalChild process module usage (Node.js)presets/iflow-coding-agent/git-aware-prompt.mjs:10
    import { execFileSync } from 'node:child_process'
  • criticalChild process module usage (Node.js)presets/iflow-cre-agent/git-aware-prompt.mjs:10
    import { execFileSync } from 'node:child_process'
  • criticalChild process module usage (Node.js)presets/qwencode-coding-agent/git-aware-prompt.mjs:10
    import { execFileSync } from 'node:child_process'
  • warningShell command execution (exec / execSync)presets/iflow-coding-agent/git-aware-prompt.mjs:53
    const out = execFileSync('git', ['rev-parse', '--is-inside-work-tree'], {
  • warningShell command execution (exec / execSync)presets/iflow-cre-agent/git-aware-prompt.mjs:53
    const out = execFileSync('git', ['rev-parse', '--is-inside-work-tree'], {
  • warningShell command execution (exec / execSync)presets/qwencode-coding-agent/git-aware-prompt.mjs:53
    const out = execFileSync('git', ['rev-parse', '--is-inside-work-tree'], {

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/R-LEI2536/dsh-more-agent-presets

Was this page helpful?