Security News

👤 urianpaul94 📦 v2.0.0 ⭐ 4.2 ⬇️ 508 下载
🔒 IT运维与安全 免费

📖 技能介绍


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"] }, }, }


Security News

Stay up to date with cybersecurity news, vulnerability disclosures, and threat intelligence.

When to Use

  • "What are the latest CVEs?"
  • "Any new security advisories?"
  • "Cybersecurity news today"
  • "Check CVE-2026-XXXXX"
  • "What did CISA publish this week?"

Sources

Aggregates from public feeds via a unified API:

  1. NIST NVD — Latest CVEs and severity scores
  2. CISA KEV — Known exploited vulnerabilities catalog
  3. CISA Advisories — ICS and cybersecurity advisories

Commands

Latest CVEs

curl -s "https://feed-monitor.security-feeds.workers.dev/api/nvd/latest"

Check Specific CVE

curl -s "https://feed-monitor.security-feeds.workers.dev/api/nvd/cve?cveId=CVE-2026-XXXXX"

CISA Known Exploited Vulnerabilities

curl -s "https://feed-monitor.security-feeds.workers.dev/api/cisa/kev" | head -c 4000

Configuration

Read references/feeds.md for query parameters, rate limits, and output formatting rules.

Output Format

  • Date/Time
  • Top CVEs (ID, severity, affected product, patch status)
  • CISA Advisories (title, sector, action required)
  • Trending (notable incidents, campaigns, disclosures)

Notes

  • All sources are public and free (no API key required)
  • Feeds are rate-limited; space requests at least 5 seconds apart
  • Verify critical findings against primary vendor advisories

    更多技能请访问小葱技能站7w4.net。

🤖 AI 评测

这个工具能帮你快速查看最新安全漏洞和网络安全资讯,优点是使用简单、免费、文档清晰。但它依赖一个第三方网站来获取数据,如果那个网站出现问题你就查不了了。建议等它优化后再使用会更稳定可靠。

📊 多维度评分

适应性4.3
规范性4.1
有效性4.3
可靠性4
可信度4.3

📁 包含文件 (3 个)

📄 SKILL.md 1.8 KB
📄 _meta.json 132 B
📄 references/feeds.md 1.2 KB