Community directory previewDeepSeek Harness is in developer preview
DW

dsh-webproxy-router-plugin

PluginConfirmed pluginCommunity

jinsiyu/dsh-webproxy-router-plugin · updated 17 days ago

Installation

dsh plugin --profile web add C:\path\to\dsh-webproxy-router-plugin
dsh plugin --profile web add ./dsh-webproxy-router-plugin-0.1.0.tgz
dsh plugin --profile web add dsh-webproxy-router-plugin
dsh plugin --profile web add github:jinsiyu/dsh-webproxy-router-plugin#main
dsh plugin --profile web add github:jinsiyu/dsh-webproxy-router-plugin

Plugins in this repository

  • dsh-webproxy-router-pluginv0.1.0

    Proxy Router: route listed hostnames through an HTTP/SOCKS proxy for ctx.web fetches (host plugin) + settings card (client bundle)

    package.json
    package.json
    dsh.bundle.patch
    cordis.patch.yml
    Official core packages (2)
    • @deepseek-ai/cordis^4.0.1shared
    • @deepseek-ai/schemastery^3.18.1private copy

Paths are pinned to commit 91ef5bcad3be

Overview

一个deepseek harness webfetch的代理插件,可以让llm自己维护代理列表,让llm也能科学上网

Repository check result

Results are bound to the listed commit and cover only static checks run by this registry. The Evidence Score measures reviewable information; it is not a compatibility percentage or a security guarantee.

Static repository check

High risk
Checked commit
91ef5bcad3be
Evidence Score
68/100
Static risk
High risk
Files scanned
3
Findings
5

Evidence breakdown

Source provenance20/25
Install documentation25/25
Maintenance17/20
Compatibility evidence5/20
Security signals0/10

Compatibility confidence: Limited

Install-time scripts (1)
  • preparenode build.mjs
Findings (5)
  • Highinstall.script
    package.jsoninstall-time
    "prepare": "node build.mjs"
  • Mediumobfuscation.child-process
    build.mjs:11obfuscation
    import { execSync } from 'node:child_process'
  • Mediumobfuscation.child-process
    build.mjs:23obfuscation
    execSync(tsc + ' ' + flags + ' --declaration --emitDeclarationOnly --outDir "' + join(root, 'lib', 'types') + '" "' + src + '" "' + env + '"', { stdio: 'inherit' })
  • Mediumobfuscation.child-process
    build.mjs:25obfuscation
    execSync(tsc + ' ' + flags + ' --outDir "' + join(root, 'lib') + '" "' + src + '" "' + env + '"', { stdio: 'inherit' })
  • Mediumdeps.core-package-installed
    package.jsondependencies
    "@deepseek-ai/schemastery": "^3.18.1"
Not run
  • Dependency advisory database scan
  • Installation execution test
  • Runtime behavior verification

Scanner 1.0.0 · Scorer 1.0.0