dsh-discovery:DSH 社区插件的只读搜索与安全审查入口
dsh-discovery 是一款基于 MIT 协议的 DSH 社区插件只读搜索工具,旨在解决第三方插件安装前的筛选与安全审查问题。其核心功能包括浏览 GitHub `dsh-plugin` 话题下的插件,提供分类、场景筛选及中英同义词搜索。在安全层面,它执行静态规则扫描进行确定性预检,并生成报告供 LLM 在会话中深度审查代码、依赖及信誉,审查通过方可安装,高危风险默认拒绝。此外,它支持 Agent 调用搜索与预检工具、已安装插件的更新检查(含安全审查)及缓存机制。该工具本身不执行安装、更新或卸载操作,也不加载远程代码,仅作为只读入口。用户需注意,尽管有预检和 LLM 审查,仍无法穷尽所有风
Read MoreDSH Plugin Store:DeepSeek Harness 的社区插件发现与安装
DSH Plugin Store 是 SandbaseAI 开发的 DeepSeek Harness 原生插件市场,旨在解决插件发现困难、需手动搜索 GitHub 及安装复杂的问题。当前版本为 v0.1.0-preview.5,基于 MIT 许可。该工具将 DSH Plugin Leaderboard 目录数据接入 DSH Web 设置,让用户无需离开界面即可浏览、筛选和安装超过 4,000 个社区插件。核心功能包括按名称、标签、排名等多维度搜索与排序,支持原生 Store UI 的 Community 和 Installed 视图,并提供 store_search、store_catalog
Read Moredsh-find-plugin: Search and discover plugins within DSH sessions
dsh-find-plugin, maintained by awesome-dsh-plugin, enables the DSH agent to call find_dsh_plugin within a session, searching in real-time for GitHub repositories tagged with the dsh-plugin topic and sorting them by stars. The results include a brief description, repository link, and an executable `dsh plugin add` command; if a plugin is listed in the awesome-dsh-plugin directory, its handcrafted bilingual description replaces the GitHub summary. Installation: `dsh plugin --profile web add dsh-find-plugin`, restart dsh web, then describe your needs in natural language. Licensed under MIT, categorized as a web tool, with approximately 88 stars on GitHub.
Read MoreLet DeepSeek Harness search for and install community plugins on its own with dsh-find-plugins
`dsh-find-plugins` is a DSH skill plugin maintained by Nagi-ovo, licensed under BSD-3-Clause. When you ask the agent "Are there any plugins that can...", it will find public candidates from GitHub's `dsh-plugin` topic, judge the installation methods of bundle, Cordis and skill, report the required permissions first before installing and verifying the mounting after selecting one. The directory page command is: `dsh plugin add github:Nagi-ovo/dsh-find-plugins`. The plugin runs with the permissions of the current dsh process.
Read More