DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-lark-web-auth

Feishu/Lark OAuth login and per-user session isolation for the DeepSeek Harness Web GUI.

UI & ProductivityDeveloper ToolsRemote Execution
3GitHub Stars0ForksUpdated2026-08-21

Install

$ dsh plugin --profile web add dsh-lark-web-auth

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-lark-web-auth is a DeepSeek Harness Web GUI plugin that adds Feishu/Lark OAuth authentication, persistent login cookies, and owner-based session access controls. It can also associate existing dsh-lark-link direct-message sessions with Feishu users.

Key Capabilities

  • Redirects unauthenticated Web GUI visitors through Feishu/Lark OAuth and stores login state in httpOnly cookies.
  • Restricts session listing, access, and modification to the session owner.
  • Returns 404 for non-owner session requests to avoid disclosing session existence.
  • Persists login and session-owner data in SQLite.
  • Assigns ownership for newly created sessions from the request context.
  • Attempts to backfill ownership for dm:* sessions created by dsh-lark-link.
  • Injects login and user-menu UI through webServer.tapIndex() without modifying Harness frontend source.

Useful For

  • Provide authenticated public access to an internal DeepSeek Harness Web GUI.
  • Isolate conversations among individual employees using a shared Web GUI deployment.
  • Expose dsh-lark-link direct-message conversations in the Web GUI for their associated Feishu users.

Who It Fits

  • Organizations running DeepSeek Harness Web GUI
  • Teams using Feishu/Lark identity services
  • Users of dsh-lark-link who want Web GUI access to direct-message sessions

Documented Limitations

  • Uses single-machine SQLite storage and does not support multi-instance deployment.
  • Existing dm:* session ownership backfill is best-effort; sessions that cannot be resolved remain inaccessible until manually assigned.
  • Does not support sharing one session with a team or group.
  • Does not provide audit logs for session access.
  • Must load after api-remotes because it overrides typert lookup behavior.
  • Requires Node.js 22.19.0 or later and Feishu/Lark application credentials.

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 2 runtime, 11 development, 6 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
License Declared

GitHub reports the repository license as MIT.

info
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
Awesome-AI-Pedia/dsh-lark-web-auth
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
a18cab6 · 2026-08-25

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
3GitHub stars
Forks
0
Open issues
0
Last commit
2026-08-21
Last release
No release detected
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app