Intent-Code Divergence
Medium
- Confidence
- 96% confidence
- Finding
- The instructions conflict on whether `EASYACCOUNTS_URL` must include `/api`: one section says the agent should append `/api`, while a later section says the environment variable must be a clean base URL without any path and that `/api` is appended internally. This inconsistency can cause requests to be sent to unintended endpoints, leak credentials or tokens to the wrong route, or induce repeated failed retries against a front-end server instead of the API.
