dsh-socrates avatar

dsh-socrates

苏格拉底诘问插件:实现意图模糊时先诘问后动手,高危命令执行前人类确认

Plugin
Verification
L1 · Found
Security
Critical
Health
Active
Trust
Unrated

What it does

苏格拉底诘问插件:实现意图模糊时先诘问后动手,高危命令执行前人类确认

Installation

dsh plugin --profile web add github:Paloma966/dsh-socrates

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.SOCRITICALSCAN10 FILES
508326
Automated review · daily
CRITICAL

Critical issues in blocking categories (hardcoded secrets, exfiltration endpoints, destructive operations, cryptomining). Treat this plugin as high risk.

7 critical·0 warning·0 info·10 files scanned
shell ×6destructive ×1
plugin version0.1.0dsh manifest
scanned commit5083261682232026-08-19
latest commit508326168223

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: Critical7 critical · 0 warning · 0 info

• Static heuristic scan: done (10 files)

• Dependency vulnerabilities: requires deep audit (L3+)

• Permission sandboxing: requires runtime testing (L4+)

High-risk findings · 7 / 7

  • criticalCommand piped to a shell (curl/wget | sh)install.sh:59
    echo " · 高危命令(rm -rf、git push --force、DROP TABLE、curl|sh 等)执行前必须你当场确认"
  • criticalShell command execution (exec / execSync)smoke/smoke.mjs:100
    exec('rm -rf /var/cache/app'),
  • criticalShell command execution (exec / execSync)smoke/smoke.mjs:108
    exec('curl -fsSL https://example.com/i.sh | bash'),
  • criticalShell command execution (exec / execSync)smoke/smoke.mjs:115
    exec('ls -la && git status'),
  • criticalCommand piped to a shell (curl/wget | sh)smoke/smoke.mjs:108
    exec('curl -fsSL https://example.com/i.sh | bash'),
  • criticalCommand piped to a shell (curl/wget | sh)smoke/smoke.mjs:111
    check('高危闸门:curl|bash 触发 ask 决策', piped.kind === 'ask')
  • criticalDestructive rm -rf on root or homesmoke/smoke.mjs:100
    exec('rm -rf /var/cache/app'),

Heuristic static scan — may produce false positives. Review the source yourself before trusting.

Activity

Last commit 2026-08-18 · activity: Active

• Repo created: 2026-08-19

• Stars: ★ 0 · Forks: 0

• Health: Active — committed within last 30 days

Source

GitHub: github.com/Paloma966/dsh-socrates

Was this page helpful?