Sports Ticker

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The sports-ticker skill provides real-time sports updates and automated match-day alerts using the ESPN API and web search fallbacks (Brave/Serper). The code follows security best practices, such as using regex to validate API endpoints in `espn.py` and adopting an 'agent-native' pattern where scripts like `setup_crons.py` output structured JSON instructions for the agent to use platform-specific tools rather than executing shell commands. While `live_monitor.py` attempts to read API keys from a sibling skill's `.env` file, this behavior is documented and intended to simplify configuration for the user.