deepseek-harness-provider avatar

deepseek-harness-provider

use glm/minimax/openai/claude api in your deepseek harness

PluginNetworkAI Models
Verification
L1 · Found
Security
Medium
Health
Active
Trust
Unrated

What it does

use glm/minimax/openai/claude api in your deepseek harness

Installation

dsh plugin --profile web add github:lo2589/deepseek-harness-provider

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.SOWARNINGSCAN3 FILES
ccae38
Automated review · daily
WARNING

No critical findings, but warning-level issues were detected (file writes, remote imports, base64 decoding, downloads).

0 critical·2 warning·11 info·3 files scanned
plugin version
scanned commitccae3876d0c82026-08-17
latest commitccae3876d0c8

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: Medium0 critical · 2 warning · 11 info

• 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:194
    api: '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:243
    store.showcaseOpen = localStorage.getItem('pp.showcaseOpen') === '1'
  • infoUses localStoragedsh-provider-quick-config/src/client.js:248
    if (open) localStorage.setItem('pp.showcaseOpen', '1')
  • infoUses localStoragedsh-provider-quick-config/src/client.js:249
    else localStorage.removeItem('pp.showcaseOpen')
  • infoMakes network requests (fetch / axios)dsh-provider-quick-config/src/client.js:637
    var res = await fetch('/plugins/provider-quick-config/save-media?session=' + encodeURIComponent(sid), {
  • infoMakes network requests (fetch / axios)dsh-provider-quick-config/src/client.js:935
    var res2 = await fetch(MEDIA_ROUTE + '/save-screenshot?session=' + encodeURIComponent(s.showcaseSession || ''), {
  • infoMakes network requests (fetch / axios)dsh-provider-quick-config/src/client.js:1312
    var res = await fetch(MEDIA_ROUTE + '/media-list?session=' + encodeURIComponent(sessionId))
  • infowindow.open() navigationdsh-provider-quick-config/src/client.js:837
    window.open('x-apple.systempreferences:com.apple.preference.security?Privacy_ScreenCapture', '_blank')
  • infoHardcoded IP addressdsh-provider-quick-config/src/client.js:194
    api: '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:254
    try { 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

Source

GitHub: github.com/lo2589/deepseek-harness-provider

Was this page helpful?