Missing User Warnings
Medium
- Confidence
- 92% confidence
- Finding
- The documentation shows executing model-generated tool calls directly via `toolCall.execute(with: weatherTool)` without an explicit safety warning that tool calls are untrusted model output and may cause side effects, external requests, or data access. In LLM tooling workflows, readers often copy examples verbatim, so this omission can normalize unsafe execution patterns and increase the chance of prompt-injection-driven or unintended tool invocation in downstream applications.
