Intent-Code Divergence
Medium
- Confidence
- 95% confidence
- Finding
- The operation requires an `apikey` header parameter but declares `security: []`, which in OpenAPI means no authentication is required for that operation. This mismatch can cause client generators, gateways, or agent tooling to treat the endpoint as unauthenticated, leading to accidental unauthenticated calls, improper secret handling, or policy bypass in systems that rely on the spec for enforcement.
