knhb-hockey
Queries Dutch field hockey match schedules and results from KNHB Match Center for clubs and teams in the Netherlands.
Install this skill
Security score
The knhb-hockey skill was audited on Feb 9, 2026 and we found 22 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 59 | ```bash |
Curl to non-GitHub URL
| 20 | curl -s "https://publicaties.hockeyweerelt.nl/mc/clubs" | jq '.data[]' |
Curl to non-GitHub URL
| 27 | curl -s "https://publicaties.hockeyweerelt.nl/mc/clubs" | jq '.data[] | select(.name | test("Westland"; "i"))' |
Curl to non-GitHub URL
| 28 | curl -s "https://publicaties.hockeyweerelt.nl/mc/clubs" | jq '.data[] | select(.city | test("Delft"; "i"))' |
Curl to non-GitHub URL
| 33 | curl -s "https://publicaties.hockeyweerelt.nl/mc/clubs/{clubId}/teams" | jq '.data[]' |
Curl to non-GitHub URL
| 40 | curl -s "https://publicaties.hockeyweerelt.nl/mc/teams/{teamId}/matches/upcoming" | jq '.data[]' |
Curl to non-GitHub URL
| 45 | curl -s "https://publicaties.hockeyweerelt.nl/mc/teams/{teamId}/matches/official" | jq '.data[]' |
Curl to non-GitHub URL
| 61 | CLUB_ID=$(curl -s "https://publicaties.hockeyweerelt.nl/mc/clubs" | jq -r '.data[] | select(.name | test("Westland"; "i")) | .id' | head -1) |
Curl to non-GitHub URL
| 64 | curl -s "https://publicaties.hockeyweerelt.nl/mc/clubs/${CLUB_ID}/teams" | jq -r '.data[] | "\(.id) \(.name) (\(.type)) - next: \(.next_match_date)"' |
Curl to non-GitHub URL
| 69 | curl -s "https://publicaties.hockeyweerelt.nl/mc/teams/{teamId}/matches/upcoming" | jq '.data[0] | { |
Curl to non-GitHub URL
| 80 | curl -s "https://publicaties.hockeyweerelt.nl/mc/teams/{teamId}/matches/upcoming" | jq -r '.data[] | "\(.datetime | split("T")[0]) \(.datetime | split("T")[1] | split(".")[0] | .[0:5]) - \(.home_team. |
External URL reference
| 13 | https://publicaties.hockeyweerelt.nl/mc |
External URL reference
| 20 | curl -s "https://publicaties.hockeyweerelt.nl/mc/clubs" | jq '.data[]' |
External URL reference
| 27 | curl -s "https://publicaties.hockeyweerelt.nl/mc/clubs" | jq '.data[] | select(.name | test("Westland"; "i"))' |
External URL reference
| 28 | curl -s "https://publicaties.hockeyweerelt.nl/mc/clubs" | jq '.data[] | select(.city | test("Delft"; "i"))' |
External URL reference
| 33 | curl -s "https://publicaties.hockeyweerelt.nl/mc/clubs/{clubId}/teams" | jq '.data[]' |
External URL reference
| 40 | curl -s "https://publicaties.hockeyweerelt.nl/mc/teams/{teamId}/matches/upcoming" | jq '.data[]' |
External URL reference
| 45 | curl -s "https://publicaties.hockeyweerelt.nl/mc/teams/{teamId}/matches/official" | jq '.data[]' |
External URL reference
| 61 | CLUB_ID=$(curl -s "https://publicaties.hockeyweerelt.nl/mc/clubs" | jq -r '.data[] | select(.name | test("Westland"; "i")) | .id' | head -1) |
External URL reference
| 64 | curl -s "https://publicaties.hockeyweerelt.nl/mc/clubs/${CLUB_ID}/teams" | jq -r '.data[] | "\(.id) \(.name) (\(.type)) - next: \(.next_match_date)"' |
External URL reference
| 69 | curl -s "https://publicaties.hockeyweerelt.nl/mc/teams/{teamId}/matches/upcoming" | jq '.data[0] | { |
External URL reference
| 80 | curl -s "https://publicaties.hockeyweerelt.nl/mc/teams/{teamId}/matches/upcoming" | jq -r '.data[] | "\(.datetime | split("T")[0]) \(.datetime | split("T")[1] | split(".")[0] | .[0:5]) - \(.home_team. |
Install this skill with one command
/learn @openclaw/knhb-hockey