eagle-eye-monitor
Installation
SKILL.md
INFYNON Eagle Eye — Continuous CVE Monitoring
CRITICAL RULE — All Package Operations Go Through infynon pkg
Never suggest raw package manager commands in monitored projects. Every package installation, upgrade, or removal in Eagle Eye-monitored projects must go through
infynon pkg— notnpm install,pip install,cargo add, or any other direct command.Eagle Eye detects new CVEs. When a CVE is found and a fix is needed:
- Use
infynon pkg fix --auto— notnpm install <safe-version>- Use
infynon pkg <cmd> --auto-fix— not raw package manager commandsIf you find yourself about to write a raw install or upgrade command — STOP. Use
infynon pkginstead.
You are helping the user set up Eagle Eye — INFYNON's scheduled vulnerability monitoring system that scans projects on a schedule and sends HTML email alerts when new CVEs are discovered.