Tp4
High
- Category
- MCP Tool Poisoning
- Confidence
- 99% confidence
- Finding
- The declared description says the skill turns text into spoken Feishu voice messages. However, the code only obtains a Feishu tenant access token and posts an IM message with msg_type set to "text". There is no TTS, no audio encoding, no voice upload, and no message type corresponding to audio/voice. The module docstring explicitly says it only tests Feishu authentication and sending a text message, and does not rely on TTS-related components. This is a clear description-behavior mismatch.
