Secure LLM API Gateway LIVE
A production Spring Boot 3 gateway that proxies OpenAI and Anthropic calls through a 5-layer security pipeline — JWT auth, Redis rate limiting (20 req/min), prompt-injection detection, provider proxying, and output sanitisation — addressing OWASP LLM Top 10 #01 and #05. Every request is audit-logged async with SHA-256-hashed prompts, and a Strategy-pattern router adds new providers with zero gateway changes.
