What it does
CodeBuddy (copilot.tencent.com) provider bundle for DeepSeek Harness: 18 models, web_search/web_fetch backends, image_generate, local streaming bridge with OAuth & multi-Key rotation, Web UI settings card. Unofficial.
Installation
dsh plugin --profile web add github:taikaikaikai-pixel/dsh-codebuddy-pluginInstall 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).
0.7.4dsh manifestdda6acee2a4e2026-08-19dda6acee2a4eThe 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 (13 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
High-risk findings · 10 / 10
- warningHTTP request to a raw IP addressscripts/capture-cache.mjs:13const BASE = `http://127.0.0.1:${PORT}/api/`
- warningHTTP request to a raw IP addressscripts/capture-traffic.mjs:19const BASE = `http://127.0.0.1:${PORT}/api/`
- warningHTTP request to a raw IP addressscripts/measure-latency.mjs:198apply(ctx, { baseURL: `http://127.0.0.1:${gwPort}`, bridgePort })
- warningHTTP request to a raw IP addressscripts/measure-latency.mjs:200const bridgeBase = `http://127.0.0.1:${bridgePort}`
- warningHTTP request to a raw IP addressscripts/measure-latency.mjs:201const settings = () => Config({ baseURL: `http://127.0.0.1:${gwPort}` })
- warningHTTP request to a raw IP addressscripts/verify-bridge.mjs:122baseURL: `http://127.0.0.1:${upstreamPort}`,
- warningHTTP request to a raw IP addressscripts/verify-bridge.mjs:128const bridge = `http://127.0.0.1:${bridgePort}`
- warningHTTP request to a raw IP addressscripts/verify-bridge.mjs:150req.headers = { host: '127.0.0.1:3080', origin: 'http://127.0.0.1:3080' }
- warningHTTP request to a raw IP addressscripts/verify-rotation.mjs:108const baseURL = `http://127.0.0.1:${upstreamPort}`
- warningHTTP request to a raw IP addressscripts/verify-rotation.mjs:250const bridge = `http://127.0.0.1:${bridgePort}`
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: ★ 1 · Forks: 0
• Health: Active — committed within last 30 days