What it does
use glm/minimax/openai/claude api in your deepseek harness
Installation
dsh plugin --profile web add github:lo2589/deepseek-harness-providerInstall method: GitHub · 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.
No critical findings, but warning-level issues were detected (file writes, remote imports, base64 decoding, downloads).
—ccae3876d0c82026-08-17ccae3876d0c8The 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 (3 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
Scan findings · 12
- warningHTTP request to a raw IP addressdsh-provider-quick-config/src/client.js:194api: 'openai-completions', baseURL: 'http://127.0.0.1:8080/v1',
- warningHTTP request to a raw IP addressdsh-provider-quick-config/src/client.js:284{ key: 'mlx', displayName: '本地模型 (MLX)', baseURL: 'http://127.0.0.1:8080/v1' },
- infoUses localStoragedsh-provider-quick-config/src/client.js:243store.showcaseOpen = localStorage.getItem('pp.showcaseOpen') === '1'
- infoUses localStoragedsh-provider-quick-config/src/client.js:248if (open) localStorage.setItem('pp.showcaseOpen', '1')
- infoUses localStoragedsh-provider-quick-config/src/client.js:249else localStorage.removeItem('pp.showcaseOpen')
- infoMakes network requests (fetch / axios)dsh-provider-quick-config/src/client.js:637var res = await fetch('/plugins/provider-quick-config/save-media?session=' + encodeURIComponent(sid), {
- infoMakes network requests (fetch / axios)dsh-provider-quick-config/src/client.js:935var res2 = await fetch(MEDIA_ROUTE + '/save-screenshot?session=' + encodeURIComponent(s.showcaseSession || ''), {
- infoMakes network requests (fetch / axios)dsh-provider-quick-config/src/client.js:1312var res = await fetch(MEDIA_ROUTE + '/media-list?session=' + encodeURIComponent(sessionId))
- infowindow.open() navigationdsh-provider-quick-config/src/client.js:837window.open('x-apple.systempreferences:com.apple.preference.security?Privacy_ScreenCapture', '_blank')
- infoHardcoded IP addressdsh-provider-quick-config/src/client.js:194api: 'openai-completions', baseURL: 'http://127.0.0.1:8080/v1',
- infoHardcoded IP addressdsh-provider-quick-config/src/client.js:284{ key: 'mlx', displayName: '本地模型 (MLX)', baseURL: 'http://127.0.0.1:8080/v1' },
- infoReads process.envdsh-provider-quick-config/src/host.js:254try { t = t.replace(/^~/, process.env.HOME || '') } catch (e) {}
Heuristic static scan — may produce false positives. Review the source yourself before trusting.
Activity
Last commit 2026-08-17 · activity: Active
• Repo created: 2026-08-17
• Stars: ★ 4 · Forks: 0
• Health: Active — committed within last 30 days
