Security
VIOLATIONA demo API key pattern was found in config.
- VIOLATION
src/config.tsImpact: A secret appears to be hardcoded in source.
From the code: export const apiKey = "sk-live-example-not-a-real-key";
Fix: Move secrets to environment variables and rotate the key.