Highlights
Information Disclosure: 1 prior fix. Scrutinize any change in this area.
src/constants.ts: most-fixed (1 issue). Treat as high-risk during review.
0 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Information Disclosure: Exposing sensitive API keys (such as the Exa API key) in process command-line arguments allows local users on the same system to read the credentials via process listings (e.g., ps aux). This was mitigated by migrating the configuration from a URL query parameter to an environment variable.