- AI/LLM Services (Anthropic, OpenAI, Azure) - These are appropriately configurable via environment variables and should remain
- Container Registry - Currently hardcoded to ghcr.io/aixcc-finals/ which needs to be made configurable
- Optional Services - LangFuse and OpenTelemetry are already optional and safe
- Local Services - Redis, PostgreSQL, and most APIs default to localhost
The key issues to address:
- Remove hardcoded credentials in deployment/k8s/values.yaml
- Make the container registry URL configurable
- Create clear documentation for API key configuration
The key issues to address: