Tp4
High
- Category
- MCP Tool Poisoning
- Confidence
- 96% confidence
- Finding
- The declared description presents a recommendation engine that matches skills to user needs and provides higher-level analysis such as rationale, duplicate detection, and gap analysis. The supplied code instead performs simple clustering of existing local skills by regex-based categories after scanning a skills directory. Its primary purpose is categorization/grouping, not recommendation. It also relies on a Node.js script and local directory access, which conflicts with the claim of being runtime-neutral. There is no evidence of handling user-need input beyond an optional skills_dir parameter, and none of the declared outputs are implemented.
