mirror of
https://github.com/Vyntral/god-eye.git
synced 2026-02-12 16:52:45 +00:00
- Replaced AI function calling with direct SearchCVE() calls for reliability - Added rate limiting (6s between requests) to prevent NVD API 429 errors - CVE detection now shows real vulnerabilities with CVE IDs and CVSS scores - Improved prompt context for AI analysis of CVE results The function calling approach wasn't working reliably with Ollama models. Now CVE data is fetched directly from NVD and passed to AI for analysis.