Scan Report
55 /100
feishu-mcp
飞书 MCP (Model Context Protocol) 集成技能,用于 AI Agent 与飞书云文档操作
飞书MCP集成技能文档中存在硬编码凭证泄露(appSecret明文暴露),可能引导用户将敏感信息写入配置文件,存在凭证外泄风险
Use with caution
删除 SKILL.md 中的硬编码凭证,使用环境变量替代;不要引导用户在配置文件中存储明文 appSecret;添加凭证安全使用警告
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Critical | 硬编码凭证泄露 | SKILL.md:22 |
| High | 引导用户写入明文凭证 | SKILL.md:21 |
| Medium | 缺少凭证安全警告 | SKILL.md:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | SKILL.md 仅包含配置说明文档,无文件读写代码 |
| Network | READ | READ | ✓ Aligned | 文档说明 MCP 工具使用飞书 OpenAPI 进行文档操作 |
| Shell | NONE | NONE | — | 无 shell 命令执行代码 |
2 findings
Medium External URL 外部 URL
https://feishu-openai-mcp-proxy.bytedance.net/mcp SKILL.md:21 Medium External URL 外部 URL
https://xxx.feishu.cn/docx/ABC123def SKILL.md:121 File Tree
1 files · 2.2 KB · 126 lines Markdown 1f · 126L
└─
SKILL.md
Markdown
Security Positives
✓ 技能结构简单,仅为配置文档,无执行代码
✓ 无 shell 命令执行能力
✓ 无网络请求发起代码
✓ 无文件系统写入操作代码
✓ 无环境变量遍历或凭证收割行为