Community directory previewDeepSeek Harness is in developer preview
DL

dsh-lark-bridge

PluginConfirmed pluginCommunity

moyu-good/dsh-lark-bridge · updated 8 days ago

Installation

dsh plugin --profile web add github:moyu-good/dsh-lark-bridge
dsh plugin --profile web add @deepseek-ai/dsh-lark-bridge

Plugins in this repository

  • @deepseek-ai/dsh-lark-bridgev0.3.1

    Feishu (Lark) IM bot channel for DeepSeek Harness agents — per-chat sessions, native thinking process, interactive approval cards, WebSocket long connection.

    package.json
    package.json
    dsh.bundle.patch
    cordis.patch.yml
    Official core packages (2)
    • @deepseek-ai/cordis^4.0.1shared
    • @deepseek-ai/schemastery^3.18.1private copy

Paths are pinned to commit efbbcc782004

Overview

🕊️ Run a full DeepSeek Harness coding agent inside Feishu/Lark — native thinking process (CoT), interactive approval cards, live reactions, slash commands, WS long-connection. No public callback URL. (云鹊桥)

Repository check result

Results are bound to the listed commit and cover only static checks run by this registry. The Evidence Score measures reviewable information; it is not a compatibility percentage or a security guarantee.

Static repository check

High risk
Checked commit
efbbcc782004
Evidence Score
76/100
Static risk
High risk
Files scanned
3
Findings
6

Evidence breakdown

Source provenance25/25
Install documentation25/25
Maintenance17/20
Compatibility evidence6/20
Security signals3/10

Compatibility confidence: Limited

Install-time scripts (1)
  • preparenode scripts/prepare.mjs
Findings (6)
  • Highinstall.script
    package.jsoninstall-time
    "prepare": "node scripts/prepare.mjs"
  • Mediumcredentials.env-secret
    cordis.patch.yml:14credential-access
    appSecret: !!js process.env.FEISHU_APP_SECRET
  • Mediumdeps.core-package-installed
    package.jsondependencies
    "@deepseek-ai/schemastery": "^3.18.1"
  • Mediumobfuscation.child-process
    scripts/prepare.mjs:13obfuscation
    import { spawnSync } from 'node:child_process'
  • Mediumobfuscation.child-process
    scripts/prepare.mjs:22obfuscation
    const result = spawnSync('npm', ['run', 'build'], { stdio: 'inherit', shell: true })
  • Lownetwork.external-host
    cordis.patch.yml:15network
    # domain: https://open.larksuite.com   # default is Feishu
Not run
  • Dependency advisory database scan
  • Installation execution test
  • Runtime behavior verification

Scanner 1.0.0 · Scorer 1.0.0