Tp4
High
- Category
- MCP Tool Poisoning
- Confidence
- 98% confidence
- Finding
- The description says the skill reverses each line of text character by character. However, the code reads all of stdin at once and applies reversed() to the entire input string, which reverses every character across line boundaries as well. This produces different output from per-line reversal and is a materially different behavior relative to the declared primary purpose. There are no extra permissions or unrelated triggers involved.
