Skip to content

dsh-web-fetch

Verified

@frost_with_snow/dsh-web-fetch · v1.0.0 · MIT

Local HTTP(S) fetch provider for dsh with SSRF protection (personal plugin)

Install

dsh plugin add @frost_with_snow/dsh-web-fetch

Confirm the layer applied with dsh --profile default --dump-config — see the install guide.

Source

Published to npm without a public repository. Inspect the package contents before installing.

Tags

Readme

@frost_with_snow/dsh-web-fetch

个人开发的 DeepSeek Harness (dsh) 插件:为本机 dsh 提供带 SSRF 防护的 HTTP(S) 抓取 provider。

  • 拦截内网/保留地址(含云元数据 169.254.169.254),重定向逐跳复检,最多 5 跳
  • 15 秒超时兜底,正文上限 100,000 字符

安装

npx dsh plugin --profile web add @frost_with_snow/dsh-web-fetch
# 然后在 %DSH_HOME%/profiles/web/cordis.patch.yml 添加:
#   - insert:
#       - id: dsh-web-fetch
#         name: '@frost_with_snow/dsh-web-fetch'
# 重启 dsh 生效

许可证

MIT