xbzbing/dsh-auth-gateway
C3为 DeepSeek Harness 增加远程访问能力,并通过密码和 OTP 进行安全加固。 Adds secure remote access to DeepSeek Harness with password auth and TOTP two-factor authentication (2FA).
★ 1+ · xbzbing/dsh-auth-gateway source on GitHub · this plugin in the registry
xbzbing/dsh-auth-gateway is a DeepSeek Harness plugin rated C3 — powerful capability combined with sensitive behavior. It patches the dsh runtime, starts a network server, reads credential-class env vars.
What it can do
| Capability | Flag | Evidence |
|---|---|---|
| patches the dsh runtime | runtime_patch | ./cordis.patch.yml |
| starts a network server | net_server | ×2 src, e.g. lib/gateway.js:74, scripts/smoke.mjs:18 |
| reads credential-class env vars | token_env | INITIAL_PASSWORD, PASSWORD |
Services it injects
locale slots webServer
Environment variables it reads
DSH_HOME BASE PASSWORD INITIAL_PASSWORD
How to read this
Levels measure capability surface and transparency, not maliciousness. A C3 plugin can be entirely legitimate — a desktop shell genuinely needs subprocesses. The point is that you can see this before installing. See the levels explained and how dsh plugins work.
Findings come from static analysis of shipped code; nothing is executed. Think a flag is wrong? Open an issue — every flag cites the file and line it came from.