Profile
Back to NewsBack
GitHub Trending 2 min
Reader Mode
karimhabush/cyberowl: Aggregates security advisories from 10 international CERTs daily and provides an AI skill that cross-references alerts against your project's tech stack.

karimhabush/cyberowl: Aggregates security advisories from 10 international CERTs daily and provides an AI skill that cross-references alerts against your project's tech stack.

22 hours ago

CyberOwl AI

CyberOwl AI

Aggregates security advisories from 10 international CERTs daily and provides an AI skill that cross-references alerts against your project's tech stack.

cyberowlai.com  ·  Browse Alerts  ·  Get the Skill  ·  JSON API


AI Skill

Add the CyberOwl AI skill to your IDE. It scans your dependencies, Dockerfiles, CI configs, and infrastructure — then tells you which alerts actually affect your project.

Claude Code:

mkdir -p .claude/skills/cyberowlai && curl -o .claude/skills/cyberowlai/SKILL.md https://cyberowlai.com/skill/SKILL.md

Cursor:

mkdir -p .cursor/rules && curl -o .cursor/rules/cyberowlai.md https://cyberowlai.com/skill/SKILL.md

Then run /cyberowlai or just ask "any security alerts for my project?"


Sources

| Source | Region | Source | Region | |---|---|---|---| | US-CERT (CISA) | United States | HK-CERT | Hong Kong | | CERT-FR | France | CA-CCS | Canada | | MA-CERT | Morocco | IBM X-Force | Global | | EU-CERT | European Union | ZeroDayInitiative | Global | | OBS Vigilance | Global | VulDB | Global |


How it works

  1. Scrapy spiders scrape 10 CERT websites daily via GitHub Actions
  2. Alerts are written to docs/activity/*.md (per-source markdown) and alerts.json (structured feed)
  3. VuePress builds the website from the markdown and deploys to S3
  4. The AI skill fetches alerts.json and matches alerts against your project's tech stack

License

MIT

Chat with me