What it does
dsh 登录门卫插件:让只监听本机的 dsh Web UI 安全地对外开放——登录墙 + 全量反代,零依赖、零侵入。
Installation
dsh plugin --profile web add dsh-login-gatewayInstall method: npm · 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 or warning findings in the automated scan. The result is valid only for the commit hash shown.
c9fc7fd9a7342026-08-17—The 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 (9 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
Scan findings · 5
- infoHardcoded IP addresssrc/index.js:134listenHost: config.listenHost ?? '0.0.0.0',
- infoHardcoded IP addresssrc/index.js:136targetHost: config.targetHost ?? '127.0.0.1',
- infoMakes network requests (fetch / axios)src/login-page.js:101const res = await fetch('/login', {
- infoMakes network requests (fetch / axios)src/proxy.js:59fetch('/logout', { method: 'POST' }).finally(function(){ window.location.href = '/' })
- infoMakes network requests (fetch / axios)src/setup-page.js:108const res = await fetch('/setup', {
Heuristic static scan — may produce false positives. Review the source yourself before trusting.
Activity
Last commit 2026-08-17 · activity: Active
• Repo created: 2026-08-17
• Stars: ★ 1 · Forks: 0
• Health: Active — committed within last 30 days
