sports-odds
Fetches live sports betting odds and compares lines across various sportsbooks, enhancing betting strategies.
Install this skill
or
61/100
Security score
The sports-odds skill was audited on Feb 16, 2026 and we found 15 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 38
Curl to non-GitHub URL
SourceSKILL.md
| 38 | curl -s "https://api.the-odds-api.com/v4/sports?apiKey=$ODDS_API_KEY" | jq '.[] | {key, title, active}' |
medium line 54
Curl to non-GitHub URL
SourceSKILL.md
| 54 | curl -s "https://api.the-odds-api.com/v4/sports/americanfootball_nfl/odds?apiKey=$ODDS_API_KEY®ions=us&markets=h2h,spreads,totals" | jq '.' |
medium line 60
Curl to non-GitHub URL
SourceSKILL.md
| 60 | curl -s "https://api.the-odds-api.com/v4/sports/americanfootball_nfl/odds?apiKey=$ODDS_API_KEY®ions=us&markets=h2h" | jq '.[] | {game: "\(.home_team) vs \(.away_team)", commence: .commence_time, bo |
medium line 66
Curl to non-GitHub URL
SourceSKILL.md
| 66 | curl -s "https://api.the-odds-api.com/v4/sports/basketball_nba/odds?apiKey=$ODDS_API_KEY®ions=us&markets=spreads" | jq '.[] | {matchup: "\(.away_team) @ \(.home_team)", books: [.bookmakers[] | {boo |
medium line 88
Curl to non-GitHub URL
SourceSKILL.md
| 88 | curl -s "https://api.the-odds-api.com/v4/sports/basketball_nba/odds?apiKey=$ODDS_API_KEY®ions=us&markets=h2h" | jq ' |
medium line 101
Curl to non-GitHub URL
SourceSKILL.md
| 101 | curl -s "https://api.the-odds-api.com/v4/sports?apiKey=$ODDS_API_KEY" -D - 2>&1 | grep -i "x-requests" |
low line 4
External URL reference
SourceSKILL.md
| 4 | homepage: https://the-odds-api.com/ |
low line 16
External URL reference
SourceSKILL.md
| 16 | "description": "Free API key from https://the-odds-api.com/", |
low line 30
External URL reference
SourceSKILL.md
| 30 | 1. Get a free API key at https://the-odds-api.com/ |
low line 38
External URL reference
SourceSKILL.md
| 38 | curl -s "https://api.the-odds-api.com/v4/sports?apiKey=$ODDS_API_KEY" | jq '.[] | {key, title, active}' |
low line 54
External URL reference
SourceSKILL.md
| 54 | curl -s "https://api.the-odds-api.com/v4/sports/americanfootball_nfl/odds?apiKey=$ODDS_API_KEY®ions=us&markets=h2h,spreads,totals" | jq '.' |
low line 60
External URL reference
SourceSKILL.md
| 60 | curl -s "https://api.the-odds-api.com/v4/sports/americanfootball_nfl/odds?apiKey=$ODDS_API_KEY®ions=us&markets=h2h" | jq '.[] | {game: "\(.home_team) vs \(.away_team)", commence: .commence_time, bo |
low line 66
External URL reference
SourceSKILL.md
| 66 | curl -s "https://api.the-odds-api.com/v4/sports/basketball_nba/odds?apiKey=$ODDS_API_KEY®ions=us&markets=spreads" | jq '.[] | {matchup: "\(.away_team) @ \(.home_team)", books: [.bookmakers[] | {boo |
low line 88
External URL reference
SourceSKILL.md
| 88 | curl -s "https://api.the-odds-api.com/v4/sports/basketball_nba/odds?apiKey=$ODDS_API_KEY®ions=us&markets=h2h" | jq ' |
low line 101
External URL reference
SourceSKILL.md
| 101 | curl -s "https://api.the-odds-api.com/v4/sports?apiKey=$ODDS_API_KEY" -D - 2>&1 | grep -i "x-requests" |
Scanned on Feb 16, 2026
View Security DashboardInstall this skill with one command
/learn @openclaw/sports-odds