name: security-news description: Get the latest cybersecurity news, vulnerability disclosures, and threat intelligence. Aggregates CVEs from NIST NVD, CISA KEV catalog, and security advisories via a unified feed API. No API key needed. homepage: https://cve.mitre.org metadata: { "openclaw": { "emoji": "📰", "requires": { "bins": ["curl"] }, }, }
Stay up to date with cybersecurity news, vulnerability disclosures, and threat intelligence.
Aggregates from public feeds via a unified API:
curl -s "https://feed-monitor.security-feeds.workers.dev/api/nvd/latest"
curl -s "https://feed-monitor.security-feeds.workers.dev/api/nvd/cve?cveId=CVE-2026-XXXXX"
curl -s "https://feed-monitor.security-feeds.workers.dev/api/cisa/kev" | head -c 4000
Read references/feeds.md for query parameters, rate limits, and output formatting rules.
发现更多技能插件,请访问7w4.net。
这个工具能帮你快速查看最新安全漏洞和网络安全资讯,优点是使用简单、免费、文档清晰。但它依赖一个第三方网站来获取数据,如果那个网站出现问题你就查不了了。建议等它优化后再使用会更稳定可靠。