Community directory previewDeepSeek Harness is in developer preview
DF

dsh-feishu-channel

PluginConfirmed pluginCommunity

whoisjiahao/dsh-feishu-channel · updated 10 days ago

Installation

dsh plugin --profile web add github:whoisjiahao/dsh-feishu-channel#v0.8.0
dsh plugin --profile web add ~/Downloads/dsh-feishu-channel-0.8.0.tgz
dsh plugin --profile web add file:/绝对路径/dsh-feishu-channel
dsh plugin --profile $PROFILE add /绝对路径/dsh-feishu-channel-0.8.0.tgz
dsh plugin --profile web add dsh-feishu-channel
dsh plugin --profile web add github:whoisjiahao/dsh-feishu-channel

Plugins in this repository

  • dsh-feishu-channelv0.8.0

    Feishu/Lark IM channel for DeepSeek Harness: chats drive agents, answers render as streaming rich cards, approvals settle by button clicks

    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 5feb7f18badf

Overview

飞书 × DeepSeek Harness 遥控器:在飞书聊天里驱动 DSH agent——流式富卡片、一键审批、按模型能力传图、费用与峰谷计量

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
5feb7f18badf
Evidence Score
79/100
Static risk
High risk
Files scanned
3
Findings
6

Evidence breakdown

Source provenance25/25
Install documentation25/25
Maintenance17/20
Compatibility evidence9/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:3obfuscation
    import { execSync } from 'node:child_process'
  • Mediumobfuscation.child-process
    scripts/prepare.mjs:7obfuscation
    execSync('npm run build', { stdio: 'inherit' })
  • Lownetwork.external-host
    cordis.patch.yml:15network
    # domain: open.feishu.cn          # 国际版用 https://open.larksuite.com
Not run
  • Dependency advisory database scan
  • Installation execution test
  • Runtime behavior verification

Scanner 1.0.0 · Scorer 1.0.0