Intent-Code Divergence
Medium
- Confidence
- 96% confidence
- Finding
- The skill gives contradictory guidance about the interactive payload schema: it explicitly says forms use a `type` property, but the response-handling example branches on `.case` and `component.case`. In a bot framework, this kind of mismatch can cause developers to write handlers that silently fail to recognize user actions or transaction responses, which is especially risky here because the same section discusses transaction verification and access-granting flows.
