dsh-office-cli
A secure DeepSeek Harness plugin for the official WeCom, DingTalk, and Feishu/Lark office CLIs
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:meliwanx/dsh-office-cli说明文档
阅读完整 README ↗Configuration
Override the bundle row in the profile's cordis.patch.yml and restate its complete config:
- id: dsh-office-cli
config:
approval: writes # writes | all | off
timeoutMs: 120000
killGraceMs: 2000
maxOutputBytes: 262144
maxArgs: 128
maxArgLength: 65536
allowRawApi: false
workspaceFilesOnly: true
# wecomCommand: /opt/bin/wecom-cli
# dingtalkCommand: /opt/bin/dws
# feishuCommand: /opt/bin/lark-cli
workspaceFilesOnly is argument-level defense, not an OS sandbox. Use a dedicated container/account and least-privilege vendor apps for high-security deployments. See SECURITY.md.