Tp4
High
- Category
- MCP Tool Poisoning
- Confidence
- 92% confidence
- Finding
- The description is mostly aligned on the main purpose: local speech-to-text via Whisper CLI, including translation support. However, there are material accuracy issues. First, the claimed summarization capability suggests a real summarization feature, but the implementation merely returns the original text if short or truncates the beginning and end of the transcript if long. Second, the description claims support for Chinese, English, and 100+ languages, but the main `transcribe()` function only explicitly handles Chinese and otherwise forces English for the `--language` flag; only `transcribe_auto()` omits the language parameter for auto-detection, and the CLI path may pass `language='auto'` into `transcribe()`, which still maps to English. So multilingual support is overstated and partially inconsistent with behavior. No hidden malicious or unrelated capabilities were observed.
