Tp4
High
- Category
- MCP Tool Poisoning
- Confidence
- 96% confidence
- Finding
- The description and code are broadly aligned on the main domain: this is indeed a Feishu document management CLI with document CRUD-like operations, image upload support, and permission API methods. However, there is a material description/behavior mismatch because several highlighted selling points are overstated or not actually available in the supplied code path. The code does not provide the claimed 'intelligent error prompts' explaining missing permissions and fixes; it mainly forwards API messages or generic exceptions. More importantly, permission management is presented as a core capability, but the CLI does not execute add/list/remove permission actions—it just prints 'Permission commands need doc_token parameter fix'. Similarly, list-blocks is exposed in the CLI but unusable due to missing argument handling. Image upload exists, but only by targeting or discovering an already existing image block, so it is less complete than the marketing language suggests. Therefore the declared description does not accurately represent the actual behavior.
