What it does
DSH 图片插件:ask_user_choice 图片/图文混合选择卡(可放大查看)+ show_images 回复内嵌图片。Image choice cards + inline images for DeepSeek Harness (dsh).
Installation
dsh plugin --profile web add dsh-plugin-image-toolsInstall method: npm · not yet tested in container (L3+)
Compatibility
| DSH Version | Status |
|---|---|
| not stated | Declared — not tested |
Requirements
- • Node.js: not stated
- • DSH: declared "not stated"
- • External credentials: none detected
Security Report
Automated static scan, not manual review.
Critical findings in non-blocking categories (dynamic code execution, shell execution, install scripts, obfuscation). Common in CLI/terminal plugins but worth reviewing.
code-exec ×10.4.0dsh manifest41479c573f1c2026-08-1941479c573f1cThe 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.
• Static heuristic scan: done (7 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
High-risk findings · 6 / 6
- criticalDynamic code execution via the Function constructorscripts/smoke-client.mjs:37new Function(code)()
- warningHTTP request to a raw IP addressscripts/selfcheck.mjs:84assert.equal(originOf({ webServer: { host: '127.0.0.1', port: 3080 } }), 'http://127.0.0.1:3080')
- warningHTTP request to a raw IP addressscripts/selfcheck.mjs:87assert.equal(originOf({ webServer: { host: '0.0.0.0', port: 5173 } }), 'http://127.0.0.1:5173')
- warningHTTP request to a raw IP addressscripts/selfcheck.mjs:90assert.equal(originOf(undefined), 'http://127.0.0.1')
- warningHTTP request to a raw IP addressscripts/smoke-client.mjs:58assert.ok(mod.isShowImageSrc('http://127.0.0.1:3080/dsh-plugin-image-tools/show/abc/1'), '绝对 URL 也应被识别')
- warningHTTP request to a raw IP addressscripts/smoke-server.mjs:184assert.ok(url0 && url0.startsWith('http://127.0.0.1:3080'), `URL 应为绝对 origin:${url0}`)
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
