dsh-webdav-server avatar

dsh-webdav-server

dsh 插件 · WebDAV 服务器:把一个目录变成 Windows/macOS/Linux 都能挂载成本地磁盘的服务(令牌认证/只读模式/热更新配置)

PluginStorageDesktopNetworkFileStorage
Verification
L5 · Run tested
Passed
Risk
Medium
Health
Active
Trust
Silver

What it doesAI

Turns a shared directory into a WebDAV server mountable as a local disk on Windows/macOS/Linux, with token auth and read-only mode.

  • Mount as local disk in Windows/macOS/Linux file managers
  • Independent port with token-based access authentication
  • Optional read-only, visual config, three-platform mount guide

AI-generated from the repo README — for reference only.

Installation

dsh plugin --profile web add github:weibaohui/dsh-webdav-server
verified

Install method: GitHub · sandbox install verified (L5)

Verification & Compatibility

Grouped by plugin version: each card lists the dsh versions actually tested against that artifact version and their install verdicts (L5 wins). Untested combinations are omitted — absence means untested, never assumed compatible. L1–L3 are a plugin-level static archive (independent of the dsh version — the same verdict on every dsh row): they sit in each row's level grid next to L4/L5, marked "static", while their evidence is stored once per plugin inside that row's "checks & evidence" instead of being duplicated per version.

External credentials (plugin-level): none detected

Install compatibility matrix (rows = plugin versions〔latest 5〕, columns = dsh versions〔latest 5〕)
At-a-glance → evidence in the cards below
plugin \ dshdsh 0.1.3-alpha.2
current
artifact version unstated

✓ = L5 runtime verified · ◐ = L4 testing (install passed · L5 runtime pending) · ○ not a dsh plugin (nothing mounts) · ✗ failed · · untested (never assumed compatible)

Install compatibility (by plugin version, dsh versions within)
Legend:✓ L5 runtime verified◐ L4 testing · install passed○ no plugin features✗ failed
artifact version unstatedgithub✓ 1 runtime-verified2026-09-09

https://github.com/weibaohui/dsh-webdav-server

dsh 0.1.3-alpha.2current2026-09-09L5 · runtime verified
Environment & artifact
  • • Node.js: v24.14.0
  • • DSH: 0.1.3-alpha.2
  • • Plugin artifact: github · https://github.com/weibaohui/dsh-webdav-server (version unstated)
Levels (L1–L3 plugin-level static archive · L4/L5 newest real verdicts for this combination)
L1 static
Passed
L2 static
Passed
L3 static
Passed
L4 sandbox
Passed
L5 runtime
Passed
Install + runtime smoke verified in the dsh sandbox — installs and runs
L5 · runtime verified · valid for dsh 0.1.3-alpha.2

ID: dsh-webdav-server@c55e09@dsh0.1.3-alpha.2 · profile: l4-sandbox

Issued: 2026-09-09 · expires: 2026-09-16

View checks & evidence
L1 · Found✓ Passed
Defaulted from L3✓ Passed
defaulted to passed — L3 install spec passed (full-registry L3 sweep policy)
L2 · Structured✓ Passed
Defaulted from L3✓ Passed
defaulted to passed — L3 install spec passed (full-registry L3 sweep policy)
L3 · Install spec✓ Passed
Install command parsed✓ Passed
Source: registry verification · Method: install spec parse · Captured 2026-09-09
DSH version declared✓ Passed
Source: registry verification · Method: DSH version declaration · Captured 2026-09-09
L4 · Install tested✓ Passed
Install executed in confined sandbox✓ Passed
Source: Windows ACL sandbox · Method: sandbox install run · Captured 2026-09-09
spec github:weibaohui/dsh-webdav-server · channel GitHub source · outcome ran · exit 0
check took: 9.5s
Install succeeded✓ Passed
Source: Windows ACL sandbox · Method: sandbox install run · Captured 2026-09-09
spec github:weibaohui/dsh-webdav-server · channel GitHub source · outcome ran · exit 0
check took: 9.5s
Installed artifact confirmed✓ Passed
Source: Windows ACL sandbox · Method: sandbox install run · Captured 2026-09-09
spec github:weibaohui/dsh-webdav-server · channel GitHub source · outcome ran · exit 0
check took: 9.5s
L5 · Run tested✓ Passed

active in loader tree (150 entries)

Sandbox install passed✓ Passed
Source: Windows ACL sandbox · Method: sandbox install run · Captured 2026-09-09
spec github:weibaohui/dsh-webdav-server · install mode reused L4 scratch
check took: 1.3s
Web boot ready✓ Passed
Source: DSH runtime · Method: web boot · Captured 2026-09-09
ready line dsh web: http://127.0.0.1:64563/?token=…
HTTP endpoint served✓ Passed
Source: DSH runtime · Method: HTTP request · Captured 2026-09-09
path / · HTTP 200 · took 1.3s
Plugin active in inventory✓ Passed
Source: DSH runtime · Method: plugin inventory query · Captured 2026-09-09
verdict active · entries 150
match: include:dsh-webdav-server · @weibaohui/dsh-webdav-server · phase active
phases: active 122 · null 28

L1–L3 are plugin-level static conclusions (baseline, identical across dsh versions): evidence is stored once per plugin.

Author badges

Embed the official badges in your README to showcase security & install-test status:

dsh.so risk
`[![dsh.so risk](https://www.dsh.so/badge/dsh-webdav-server.svg)](https://www.dsh.so/artifact/dsh-webdav-server/)`
dsh.so install
`[![dsh.so install](https://www.dsh.so/badge/install/dsh-webdav-server.svg)](https://www.dsh.so/artifact/dsh-webdav-server/)`

Security Report

Automated static scan, not manual review.

DSH.SO VETMEDIUMe12623
Automated review · daily
MEDIUM

Vet verdict is suspicious: findings need human review (exfiltration endpoints, file deletion, etc.).

0 critical·1 high·18 medium
plugin version0.1.0dsh manifest
scanned version0.1.0git2026-09-10
current version0.1.0same version
vet verdictsuspicious · npm

Vet is an AST static scan (npm artifact or git source).

Disclaimer: automated static analysis, not a security guarantee. Always review what you install.

Risk details

RiskRuleLocationDescription
high
R2
server.js:22
require('node:http') 危险内置模块(执行/网络能力触达)
medium
R2
index.js:15
require() 动态模块加载(npm 包内能力触达)
medium
R2
index.js:31
require() 动态模块加载(npm 包内能力触达)
medium
R2
index.js:423
require() 动态模块加载(npm 包内能力触达)
medium
R2
index.js:19
require('node:fs') 标准内置模块
Heuristic static scan — may produce false positives. Review the source yourself before trusting.

Activity

Last commit 2026-09-09 · activity: Active

• Repo created: 2026-09-09

• Stars: ★ 0 · Forks: 0

• Health: Active — committed within last 30 days

Source

GitHub: github.com/weibaohui/dsh-webdav-server

Was this page helpful?