Intent-Code Divergence
Medium
- Confidence
- 97% confidence
- Finding
- The document correctly advises never exposing API keys in browser code, but the local testing example later recommends using `NEXT_PUBLIC_INFERENCE_API_KEY` in client configuration during development. In common frontend frameworks, `NEXT_PUBLIC_*` variables are intentionally embedded into client-side bundles, so this guidance normalizes credential exposure and can lead to accidental use of real or reusable keys in browser-accessible code.
