sports-ticker
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- [COMMAND_EXECUTION] (INFO): The skill is designed to guide the agent in executing local scripts (
ticker.py,live_monitor.py) for sports updates. This is the documented and intended operational flow and is restricted to the skill's own directory. - [REMOTE_CODE_EXECUTION] (SAFE): The project recently transitioned away from
subprocess.runto an agent-native JSON instruction format (v3.0.5) insetup_crons.pyandauto_setup_crons.py. This design choice reduces the risk of shell injection and aligns with least-privilege principles. - [DATA_EXFILTRATION] (SAFE): No evidence of sensitive file access (e.g., SSH keys, environment variables) or unauthorized network activity was detected. The skill interacts with the public ESPN API, which is consistent with its stated purpose.
- [PROMPT_INJECTION] (SAFE): The messages generated for the agent's cron jobs are purely functional and instructional, focusing on task execution without attempting to override system safety filters or extract system prompts.
Audit Metadata