deepseek-harness-provider avatar

deepseek-harness-provider

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

Plugin网络AI 模型
验证
L1 · 已找到
安全
中风险
健康
活跃
信任
未评级

功能介绍

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

安装

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

Install method: GitHub · 尚未在容器中测试 (L3+)

兼容性

DSH VersionStatus
not statedDeclared — not tested

要求

  • • Node.js: not stated
  • • DSH: declared "not stated"
  • • External credentials: none detected

安全报告

自动静态扫描,非人工审核。

DSH.SO警告SCAN3 FILES
ccae38
自动审查 · 每日更新
警告

无严重发现,但检测到警告级问题(文件写入、远程导入、base64 解码、下载执行)。

0 严重·2 警告·11 提示·3 扫描文件数
插件版本
扫描版本ccae3876d0c82026-08-17
当前版本ccae3876d0c8

扫描结果仅对「扫描版本」有效。若当前版本不同,徽章将显示 outdated,直到每日流水线重新扫描。

免责声明:这是自动化静态分析,不构成安全保证。安装前请自行审查。

风险:中风险0 critical · 2 warning · 11 info

• 静态启发式扫描:已完成(3 个文件)

• 依赖漏洞:需深度审计(L3+)

• 权限沙箱:需运行时测试(L4+)

扫描发现 · 12

  • warning向裸 IP 地址发起 HTTP 请求dsh-provider-quick-config/src/client.js:194
    api: 'openai-completions', baseURL: 'http://127.0.0.1:8080/v1',
  • warning向裸 IP 地址发起 HTTP 请求dsh-provider-quick-config/src/client.js:284
    { key: 'mlx', displayName: '本地模型 (MLX)', baseURL: 'http://127.0.0.1:8080/v1' },
  • info使用 localStoragedsh-provider-quick-config/src/client.js:243
    store.showcaseOpen = localStorage.getItem('pp.showcaseOpen') === '1'
  • info使用 localStoragedsh-provider-quick-config/src/client.js:248
    if (open) localStorage.setItem('pp.showcaseOpen', '1')
  • info使用 localStoragedsh-provider-quick-config/src/client.js:249
    else localStorage.removeItem('pp.showcaseOpen')
  • info发起网络请求(fetch / axios)dsh-provider-quick-config/src/client.js:637
    var res = await fetch('/plugins/provider-quick-config/save-media?session=' + encodeURIComponent(sid), {
  • info发起网络请求(fetch / axios)dsh-provider-quick-config/src/client.js:935
    var res2 = await fetch(MEDIA_ROUTE + '/save-screenshot?session=' + encodeURIComponent(s.showcaseSession || ''), {
  • info发起网络请求(fetch / axios)dsh-provider-quick-config/src/client.js:1312
    var res = await fetch(MEDIA_ROUTE + '/media-list?session=' + encodeURIComponent(sessionId))
  • infowindow.open() 跳转dsh-provider-quick-config/src/client.js:837
    window.open('x-apple.systempreferences:com.apple.preference.security?Privacy_ScreenCapture', '_blank')
  • info硬编码 IP 地址dsh-provider-quick-config/src/client.js:194
    api: 'openai-completions', baseURL: 'http://127.0.0.1:8080/v1',
  • info硬编码 IP 地址dsh-provider-quick-config/src/client.js:284
    { key: 'mlx', displayName: '本地模型 (MLX)', baseURL: 'http://127.0.0.1:8080/v1' },
  • info读取 process.envdsh-provider-quick-config/src/host.js:254
    try { t = t.replace(/^~/, process.env.HOME || '') } catch (e) {}

静态启发式扫描,可能误报——使用前请自行审查源码。

活跃度

最近提交 2026-08-17 · 活跃度:活跃

• 仓库创建: 2026-08-17

• 星标: ★ 4 · 复刻: 0

• 健康度: 活跃 — 近 30 天有提交

来源

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

这页有帮助吗?