Intent-Code Divergence
Medium
- Confidence
- 99% confidence
- Finding
- The rate limiter is intended to operate per client, but the code hardcodes every request to the same IP address (127.0.0.1). This causes all users to share one global bucket, enabling trivial denial of service by exhausting the shared quota and also breaking the intended anti-abuse control.
