Intent-Code Divergence
Medium
- Confidence
- 98% confidence
- Finding
- The Python sample contradicts the surrounding documentation by sending init_payload={"apiKey": API_KEY} even though the documented and required field is GOLDRUSH_API_KEY, and it also references API_KEY after defining GOLDRUSH_API_KEY. This is a real documentation security issue because users will copy a broken auth pattern, causing authentication failures and encouraging insecure troubleshooting such as hardcoding secrets, disabling checks, or scattering keys through logs while trying to diagnose the problem.
