README.md

April 23, 2026 · View on GitHub

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

SourceRegionSourceRegion
US-CERT (CISA)United StatesHK-CERTHong Kong
CERT-FRFranceCA-CCSCanada
MA-CERTMoroccoIBM X-ForceGlobal
EU-CERTEuropean UnionZeroDayInitiativeGlobal
OBS VigilanceGlobalVulDBGlobal

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