扫描报告
75 /100
feishu-mcp
Use when user asks about Feishu MCP (Model Context Protocol) integration for AI agents
SKILL.md exposes hardcoded credentials (appID and appSecret) for a Feishu application in plaintext, representing critical credential leakage.
不要安装此技能
Remove the hardcoded credentials from SKILL.md immediately. Credentials should never be documented in plaintext. Use environment variables or secure configuration management instead.
攻击链 3 步
◉
影响 Hardcoded credentials exposed in SKILL.md
SKILL.md:22⬡
提权 Attacker harvests appID and appSecret from documentation
SKILL.md:23◉
影响 Attacker uses credentials to access Feishu MCP API with document permissions
SKILL.md:21安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 严重 | Hardcoded Application Secret Exposed | SKILL.md:23 |
| 严重 | Hardcoded Application ID Exposed | SKILL.md:22 |
| 中危 | External Network Endpoint Referenced | SKILL.md:21 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md line 21: https://feishu-openai-mcp-proxy.bytedance.net/mcp |
| 凭证 | NONE | ADMIN | ✗ 越权 | SKILL.md lines 22-23: hardcoded appID and appSecret |
2 项发现
中危 外部 URL 外部 URL
https://feishu-openai-mcp-proxy.bytedance.net/mcp SKILL.md:21 中危 外部 URL 外部 URL
https://xxx.feishu.cn/docx/ABC123def SKILL.md:121 目录结构
1 文件 · 2.2 KB · 126 行 Markdown 1f · 126L
└─
SKILL.md
Markdown
安全亮点
✓ No executable code present - only documentation
✓ No suspicious patterns like base64, eval, or obfuscation
✓ No filesystem, shell, or environment variable access declared
✓ No data exfiltration mechanisms detected beyond credential exposure