Football Predictor

PassAudited by VirusTotal on May 14, 2026.

Findings (1)

The skill bundle implements a football prediction and analysis agent with components for data collection, statistical modeling, and knowledge sharing. It features an integration with the 'EvoMap' network (src/evomap/client.js) to exchange analysis 'capsules,' which is consistent with the stated purpose of a collaborative AI agent. The code is well-structured, lacks obfuscation, and shows no signs of intentional data exfiltration, backdoors, or malicious prompt injection. While it requests powerful permissions like 'exec' and 'sessions_spawn' in SKILL.md, these are used for legitimate task scheduling and CLI execution as described in the documentation.