Intent-Code Divergence
Medium
- Confidence
- 99% confidence
- Finding
- The exported getCurrentAccount function shadows the imported binding and then calls itself recursively, causing infinite recursion and a stack overflow whenever other modules invoke it. In an account-management skill, this can reliably break dependent functionality and be used to trigger a denial of service for any workflow that needs the current account.
