Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
**Body:** ```json { "query": "<raw command input (remove /fact-check prefix if present)>", "timeout": 60, "mode": "sync" }- Confidence
- 94% confidence
- Finding
- The fact-check endpoint sends nearly the entire raw command input directly as the `query` parameter after only stripping a prefix. Passing unstructured user input verbatim to a network tool increases the risk of unintended data exfiltration, misuse with oversized or malformed payloads, and external processing of content the user did not explicitly authorize for transmission.
