Intent-Code Divergence
Medium
- Confidence
- 97% confidence
- Finding
- The OpenAPI document declares `security: []` at the top level, which means no authentication by default, while the specific endpoint later requires `bearerAuth`. This inconsistency can cause generated clients, agents, or security tooling to mis-handle authentication, leading to accidental unauthenticated requests, auth bypass assumptions, or incorrect exposure of an authenticated capability.
