CoolFace
Apppublic

r00ta1m/Final_Assignment_Template

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
README.md35 linesDownload Raw Back to root
1---2title: Cve Intel3emoji: ๐Ÿ›ก๏ธ4colorFrom: yellow5colorTo: indigo6sdk: gradio7sdk_version: 6.9.08app_file: app.py9pinned: false10tags:11- smolagents12- agent13hf_oauth: true14---15Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference16 17## CVE Intelligence Agent18 19An AI security research agent that answers CVE vulnerability questions.20 21### Features22- CVE lookup via NVD API (description, CVSS score, severity)23- GitHub PoC discovery (top starred repos)24- Exploit-DB cross-reference25- DuckDuckGo web search fallback26- GAIA benchmark submission support27 28### Tools29- `cve_search` โ€” NVD + GitHub PoC + Exploit-DB lookup30- `DuckDuckGoSearchTool` โ€” general web search31- `download_file` โ€” fetch raw URL content32- `extract_text` โ€” parse HTML to readable text33- `PythonInterpreterTool` โ€” run Python for calculations34 35Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference