Intent-Code Divergence
Medium
- Confidence
- 99% confidence
- Finding
- The exported getCurrentAccount function shadows the imported symbol of the same name and then calls itself recursively, causing infinite recursion and a stack overflow whenever other modules use it. This creates a reliable denial-of-service condition for any workflow that depends on retrieving the current account, and in this account-management context it can break authentication/account selection logic across the skill.
