Aggregates security advisories from 10 international CERTs daily and provides an AI skill that cross-references alerts against your project's tech stack.
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.mdCursor:
mkdir -p .cursor/rules && curl -o .cursor/rules/cyberowlai.md https://cyberowlai.com/skill/SKILL.mdThen run /cyberowlai or just ask "any security alerts for my project?"
| 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 |
- 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
MIT