External Transmission
Medium
- Category
- Data Exfiltration
- Content
Fetch which teams are favored to win the 2026 World Cup across all sportsbooks: ```bash curl -s "https://api.the-odds-api.com/v4/sports/soccer_fifa_world_cup_winner/odds?apiKey=$ODDS_API_KEY®ions=us&markets=outrights&oddsFormat=american" \ | jq '[.[] | { market: .away_team // "Outright Winner", books: [.bookmakers[] | {- Confidence
- 90% confidence
- Finding
- The skill sends a credential-bearing request to an external third-party API by embedding the API key in the URL query string. Even though this is expected for the skill's purpose, query-string secrets can be exposed through shell history, logs, process inspection, proxy logs, or error telemetry, creating unnecessary credential leakage risk.
