Tp4
High
- Category
- MCP Tool Poisoning
- Confidence
- 96% confidence
- Finding
- The core behavior mostly aligns with the description at a high level: the script queries trading signals related to whale activity, news, funding rates, and technical indicators from a VibeTrading API. However, there are material discrepancies. The declared description suggests a generic capability to query AI-generated trading signals from 'vibetrading-datahub,' while the actual code is specifically a Node.js CLI utility that requires command-line arguments (`symbol`, `signal_type`, optional `limit`, `hours`) and calls a concrete external endpoint at `https://vibetrading.dev/api/v1/signals/...`. The description also frames the signals as produced by autonomous agents, but the code does not verify or implement that provenance—it simply fetches and displays API results. The primary purpose is close, but the undeclared CLI trigger and more specific resource access make this a mismatch under the stated criteria.
