Show HN:我搭建了一个快速、免费的 CVE 搜索 API(30 万+条记录),因为 NVD 太慢了
1 分•作者: cybersec_api•7 个月前
Hi HN,
在构建安全工具时,我厌倦了官方漏洞数据库的速率限制和缓慢响应。因此,我决定构建自己的解决方案。
我处理了 25 年的 CVE 数据(1999-2025 年),将其清理后用于 LLM 上下文,并在 Render 上托管的轻量级 SQLite 后端上对其进行了索引。
它返回适合 AI 代理和安全自动化工具的结构化 JSON。
*技术栈:* Python FastAPI、Pandas(用于 ETL)、SQLite(用于搜索)、Hugging Face(用于数据存储)。
它已在 RapidAPI 上线,为开发者提供免费套餐:
<a href="https://rapidapi.com/cyberapiui/api/cybersec-intelligence" rel="nofollow">https://rapidapi.com/cyberapiui/api/cybersec-intelligence</a>
欢迎提出您的反馈!
查看原文
Hi HN,<p>I got tired of rate limits and slow responses from the official vulnerability databases while building a security tool. So, I decided to build my own solution.<p>I processed 25 years of CVE data (1999-2025), cleaned it for LLM context, and indexed it on a lightweight SQLite backend hosted on Render.<p>It returns structured JSON suitable for AI agents and security automation tools.<p>*Tech Stack:* Python FastAPI, Pandas (for ETL), SQLite (for search), Hugging Face (for data storage).<p>It is live on RapidAPI with a free tier for developers:
<a href="https://rapidapi.com/cyberapiui/api/cybersec-intelligence" rel="nofollow">https://rapidapi.com/cyberapiui/api/cybersec-intelligence</a><p>Would love to hear your feedback!