dsh-login-gateway avatar

dsh-login-gateway

dsh 登录门卫插件:让只监听本机的 dsh Web UI 安全地对外开放——登录墙 + 全量反代,零依赖、零侵入。

PluginBrowserSecurityUI & SkinsWeb search
Verification
L2 · Structured
Security
Low
Health
Active
Trust
Silver

What it does

dsh 登录门卫插件:让只监听本机的 dsh Web UI 安全地对外开放——登录墙 + 全量反代,零依赖、零侵入。

Installation

dsh plugin --profile web add dsh-login-gateway

Install method: npm · not yet tested in container (L3+)

Compatibility

DSH VersionStatus
not statedDeclared — not tested

Requirements

  • • Node.js: not stated
  • • DSH: declared "not stated"
  • • External credentials: none detected

Security Report

Automated static scan, not manual review.

DSH.SOPASSEDSCAN9 FILES
c9fc7f
Automated review · daily
PASSED

No critical or warning findings in the automated scan. The result is valid only for the commit hash shown.

0 critical·0 warning·5 info·9 files scanned
scanned commitc9fc7fd9a7342026-08-17
latest commit

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.

Risk: Low0 critical · 0 warning · 5 info

• 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:134
    listenHost: config.listenHost ?? '0.0.0.0',
  • infoHardcoded IP addresssrc/index.js:136
    targetHost: config.targetHost ?? '127.0.0.1',
  • infoMakes network requests (fetch / axios)src/login-page.js:101
    const res = await fetch('/login', {
  • infoMakes network requests (fetch / axios)src/proxy.js:59
    fetch('/logout', { method: 'POST' }).finally(function(){ window.location.href = '/' })
  • infoMakes network requests (fetch / axios)src/setup-page.js:108
    const 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

Source

GitHub: github.com/runfali/dsh-login-gateway

Was this page helpful?