Intent-Code Divergence
Medium
- Confidence
- 98% confidence
- Finding
- This operation explicitly requires an `apikey` header, yet the OpenAPI `security` field is an empty array, which semantically declares that no auth is required. Client generators, gateways, and policy engines may therefore treat the endpoint as public and omit authentication handling, causing accidental unauthenticated requests, broken access control assumptions, or credential mishandling in downstream tooling. In this skill context, the risk is increased because agents may auto-consume the spec and incorrectly invoke protected external APIs.
