Files
SkyJourneyandClaude Sonnet 5 aaf43e1990 fix(hermes): 精简 plugin.json description,规避安全扫描误判
huanxi/huanxi-admin/zentao 的 description 里字面写了 ~/.hermes/config.yaml
路径,被 Hermes 的 community-source 安全扫描误判为 persistence 类危险模式
(community source 任意 1 个 finding 即 BLOCKED,--force 也无法覆盖)。
plugin.json 的 description 本就该是一句话简介,操作指令保留在 README 即可,
不应该在 description 里重复写配置路径。

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015D4xWG3gRWkUKJDgyvtyJw
2026-08-25 16:29:17 +08:00

12 lines
493 B
JSON

{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "zentao",
"version": "1.0.0",
"description": "禅道项目管理系统:项目集/产品/项目/执行、需求(story/epic/requirement)、Bug、任务、测试、计划与发布、反馈工单等工作流技能。MCP Token 需手动配置,详见仓库 README。",
"author": {
"name": "蚁熊团队"
},
"license": "MIT",
"keywords": ["zentao", "productivity", "project-management"]
}