Intent-Code Divergence
Medium
- Confidence
- 92% confidence
- Finding
- The helper is described as a lookup from user ID to chat ID, but it actually calls `client.im.chat.create`, which can create a new chat as a side effect. That mismatch is dangerous because a seemingly read-only operation can modify remote state, trigger unintended conversations, or be abused to create chats without clear user intent or authorization checks.
