HTTP 探测
Third-party DeepSeek Harness plugin bundle providing the model-facing http probe tool: a controlled HTTP GET against a deployment-owned probe target.
이것은 DeepSeek Harness(DSH) 플러그인입니다. 이 사이트는 GitHub README, 설치 정보, 유지보수 상태, 공개 보안 시그널을 모아 보여줍니다.
업스트림에서 중국어 README를 제공하지 않아 저장소 원본 내용을 표시합니다.
dsh-http-probe
Third-party DeepSeek Harness plugin bundle providing the model-facing http_probe tool: a controlled HTTP GET against a deployment-owned probe target.
Features
- Controlled probe: only the URL path is model-controlled; host and port come from deployment config.
- Deployment-owned
baseUrl. - Bounded response body read: past the byte cap the read stops and the canonical result carries
truncated: true. - Cooperative timeout integration: the budget is declared on the tool and enforced by the host tool-call timeout policy.
- Structured canonical Tool result (
ok,status,url,contentType,body,truncated), with the model-facing text produced separately byoutput.render. - Redirects are not followed automatically (
redirect: 'manual').
Installation
Prebuilt GitHub Release tarball (the currently verified distribution path):
- Download
dsh-http-probe-0.1.0.tgzfrom the Releases page. - Install it with:
dsh plugin --profile <profile> add /path/to/dsh-http-probe-0.1.0.tgz
The package declares dsh.bundle, so dsh plugin add registers it as a profile bundle layer automatically. Remove it with:
dsh plugin --profile <profile> remove dsh-http-probe
Configuration
| Field | Type | Default | Meaning |
|---|---|---|---|
baseUrl | string | http://127.0.0.1:3199 | Probe target base URL (http/https, normalized with a trailing /). |
maxBodyBytes | number | 8192 | Maximum response body bytes read from the wire; past it the read stops and the canonical result carries truncated: true. |
timeoutMs | number | 2000 | Cooperative tool-call timeout budget, enforced by the host's @deepseek-ai/dsh-tool-call-timeout-policy. |
Config is validated by the plugin at load (no schema dependency): unknown fields and non-positive-integer limits fail loud.
Tool
- Name:
http_probe - Parameter:
pathonly — must start with a single/; no..segments, query, fragment, or control characters.
Example: Use the http_probe tool to GET /ok.
Security
- The model cannot choose a full URL: only
pathis exposed. baseUrlis deployment configuration.- Redirects are not followed automatically.
- This is a fixed-target probe, not a general-purpose arbitrary-URL fetcher.
Compatibility / Developer Preview
- Requires the host to provide
@deepseek-ai/cordis@4.0.1and@deepseek-ai/dsh-tools@0.1.0-rc.5(hard peer dependencies). @deepseek-ai/dsh-tools@0.1.0-rc.5is not currently published on the npm registry, therefore:- Prebuilt tarball installation is verified and supported.
- Git source self-contained install is not verified and is currently blocked.
- Do not substitute a different
@deepseek-ai/dsh-toolsversion; keep the exact host version.
Development
- The public
tsconfig.jsoncarries no machine-specific paths and is used bypnpm build. - While
@deepseek-ai/dsh-tools@0.1.0-rc.5types are unavailable from the registry, local development uses a gitignoredtsconfig.local.jsonthat extends./tsconfig.jsonwith apathsmapping to a local rc.5 declaration build; runpnpm build:localto use it. tsconfig.local.jsonnever ships in the tarball and never enters Git.
보안 및 설치 증거
이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.
공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.
저장소가 MIT 라이선스를 선언했습니다.
최근 180일 내 코드 업데이트가 있습니다.
재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.
검사한 패키지 메타데이터에 설치 라이프사이클 스크립트가 선언되지 않았습니다.