本帖使用社区开源推广,符合推广要求。我申明并遵循社区要求的以下内容:
- 我的帖子已经打上 开源推广 标签: 是
- 我的开源项目完整开源,无未开源部分: 是
- 我的开源项目已链接认可 LINUX DO 社区: 是
- 我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是
- 以上选择我承诺是永久有效的,接受社区和佬友监督: 是
以上为项目介绍正文内容,AI生成、润色内容已使用截图方式发出
直接发过一个(【开源推广】DSH Marketplace ——让DSH的插件有一个家),不过当时刚上线,好多东西都没搞。这几天完善了一下,一共 6 个仓库
有什么意见可以提一提,之前有个佬说可以搞个代码安全检查,最近也在想如何去做。
插件太多,不知道那个插件真的能使用
于是有了 (GitHub - DshMarketPlace/dsh-plugin-validator: Sandboxed install validation for DeepSeek Harness plugins — installs each one into a fresh profile in a throwaway container and reports what the harness recorded · GitHub):一个插件一个一次性 Docker 容器,装进干净的 profile,跑完销毁。
顺带测出来一个挺有意思的真缺陷:有的插件 package.json 存成了带 UTF-8 BOM 的,
JSON.parse 在哪儿都不认,harness 直接从 readProfileManifest 里抛出来。
总结就是这个只能实际跑才能知道,读代码好多问题都发不了不了
DshMarketPlace 生态 DshMarketPlace · GitHub
(GitHub - DshMarketPlace/dsh-plugin-validator: Sandboxed install validation for DeepSeek Harness plugins — installs each one into a fresh profile in a throwaway container and reports what the harness recorded · GitHub) 上面那个沙箱。文件进、文件出,进程里没有任何凭据 docker build -t dsh-validator .
(GitHub - DshMarketPlace/dshmarketplace: Bilingual directory of DeepSeek Harness (DSH) plugins — 3,400+ listings, sandbox-verified install commands, written detail pages, public API. Next.js on Cloudflare Workers. · GitHub) 站本身。Next.js 16 + Cloudflare Workers + Turso,中英双语,每晚自己跑 dshmarketplace.dev
(GitHub - DshMarketPlace/dshmarketplace-cli: Find and install DeepSeek Harness plugins from the command line. Zero dependencies, --json everywhere, built for coding agents. · GitHub) npm CLI,零依赖,每个命令都有 --json,是照着给 coding agent 调的思路写的 npx dshmarketplace-cli find memory
(GitHub - DshMarketPlace/dshmarketplace-py: Find and install DeepSeek Harness (DSH) plugins from Python. Zero dependencies, typed, CLI + agent tools. · GitHub) PyPI 包,零依赖,带 agent tools pip install dshmarketplace
(GitHub - DshMarketPlace/dsh-plugins-store: Browse and install DSH plugins from inside DeepSeek Harness. /store, a settings tab, and agent tools — bilingual. · GitHub) 装在 DSH 里面的插件,store 命令加一个设置页 dsh plugin --profile web add dshmarketplace-plugin
(GitHub - DshMarketPlace/dsh-plugin-radar: Userscript: marks DeepSeek Harness plugins on GitHub and npm, with the install command that actually works · GitHub) 油猴脚本,你逛 GitHub 和 npm 的时候把插件标出来 Greasy Fork