DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Lan Pass — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-lan-pass

Lan Pass

DSH LAN password gate: enter a key on a phone/tablet to connect directly to 3080, with a built-in randomUUID polyfill and mobile login page.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-lan-pass@1.0.1
READMECompatibilityVersions

Compatibility and provenance

Lan Pass is published as dsh-lan-pass and currently resolves to version 1.0.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

1.0.1stable
8/14/2026
1.0.0stable
8/14/2026

Related plugins

Loading related plugins…

Latest
1.0.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
15.8 kB
Files
5
Surface
any
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
63
Last push
8/25/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in security-access.

Doctor@linxin666/dsh-doctorTransactional rescue mode for DSH profiles with a supervised launcher, isolated recovery capsule, deterministic repairs, health monitoring, and a local Web recovery consolePocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Auto Reviewdsh-auto-reviewSecond-model AI auto-review for DeepSeek Harness approval requests: a read-only reviewer subagent decides allow/deny on the approval answerer chain, with fail-closed fallback and full session-log audit.

README

dsh-lan-pass

DSH 局域网密码门禁:让手机/平板在同一局域网内通过密码访问本机的 DSH Web UI(http://电脑IP:3080)。

  • 手机打开地址 → 输入访问密钥 → 进入完整 UI,会话/输入输出与电脑实时同步(同一后端,天然同屏)
  • 本机(localhost/127.0.0.1)访问永不拦截,无感知
  • 内置 crypto.randomUUID polyfill(HTTP 非安全上下文必需,替代 dsh-web-lan-access 的作用)
  • 登录页移动端自适应

安装

```bash dsh plugin --profile web add link:/path/to/lan-pass ```

配置(密码)

默认密钥:deepseekyyds —— 装完即用,无需任何配置。

⚠️ 默认密钥是公开的,等于没上锁!请尽快改成你自己的:

  1. 环境变量 DSH_LAN_PASSWORD,或
  2. 编辑 %USERPROFILE%\.dsh\.credentials.yaml,加一行:

```yaml DSH_LAN_PASSWORD: 你的新密钥 ```

  1. 重启 dsh 生效。使用默认值时启动日志会打印警告。

启动(关键)

```bash dsh web --host 0.0.0.0 ```

并放行防火墙(管理员 CMD):

``` netsh advfirewall firewall add rule name="DSH Web 3080" dir=in action=allow protocol=TCP localport=3080 ```

手机浏览器打开 http://<电脑局域网IP>:3080(ipconfig 查看 IPv4),输密钥即可。

安全边界(如实说明)

  • 门禁校验在服务端完成:Cookie 为 HMAC 令牌,HttpOnly
  • 但 webServer 无全局中间件,未认证设备理论上仍可直呼 /api/ 接口*(进不了 UI)。仅建议在可信家庭局域网使用;跨不可信网络请改用反向代理方案(如 dsh-mobile-gate + HTTPS)
  • 密钥走明文 HTTP,别用重要密码,建议 8 位以上随机串

License

MIT