Cyberowl
A daily updated summary of the most frequent types of security incidents currently being reported from different sources.
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.
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
- Scrapy spiders scrape 10 CERT websites daily via GitHub Actions
- Alerts are written to
docs/activity/*.md(per-source markdown) andalerts.json(structured feed) - VuePress builds the website from the markdown and deploys to S3
- The AI skill fetches
alerts.jsonand matches alerts against your project's tech stack
License
MIT