Intent-Code Divergence
Medium
- Confidence
- 88% confidence
- Finding
- The script claims token protection, but several code paths still surface raw exception messages via `$_.Exception.Message`, including storing detailed API error text in result objects and printing it later. HTTP/client exceptions can contain request or authentication details, so this contradiction can expose sensitive information in console logs, CI logs, or job output.
