Intent-Code Divergence
Medium
- Confidence
- 94% confidence
- Finding
- The OAuth helper hardcodes the scope string to `video.publish,user.info.basic` even though the module documentation says only `video.publish` is required. Requesting broader permissions than necessary violates least-privilege and can expose additional user profile data if the token is later misused or leaked.
