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

    小蔥技能站7w4.net發現了升級外掛。

  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

🤖 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