xctf-data
Warn
Audited by Snyk on Apr 27, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The SKILL.md and references/api-reference.md explicitly state the skill fetches and scrapes public pages (tfrrs.org athlete/profile and team pages) and The Stride Report RSS feed via the commands search_athlete, get_athlete_profile, and get_news, so untrusted third-party content is read and parsed as part of the workflow and could influence subsequent actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill's setup instructs installing remote Python code via "pip install git+https://github.com/machina-sports/sports-skills.git", which fetches and installs/executes third‑party code at setup time and is a required dependency for the skill to run.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata