swiss-transport
Provides real-time Swiss public transport information, including train, bus, tram, and boat schedules, journey planning, and station searches.
Install this skill
or
57/100
Security score
The swiss-transport skill was audited on Feb 9, 2026 and we found 15 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 15
Curl to non-GitHub URL
SourceSKILL.md
| 15 | curl -s "https://transport.opendata.ch/v1/locations?query=Zürich" | jq -r '.stations[] | "\(.name) (\(.id))"' |
medium line 20
Curl to non-GitHub URL
SourceSKILL.md
| 20 | curl -s "https://transport.opendata.ch/v1/stationboard?station=Zürich%20HB&limit=10" | \ |
medium line 26
Curl to non-GitHub URL
SourceSKILL.md
| 26 | curl -s "https://transport.opendata.ch/v1/connections?from=Zürich&to=Bern&limit=3" | \ |
medium line 32
Curl to non-GitHub URL
SourceSKILL.md
| 32 | curl -s "https://transport.opendata.ch/v1/connections?from=Zürich%20HB&to=Bern&limit=1" | \ |
medium line 40
Curl to non-GitHub URL
SourceSKILL.md
| 40 | curl "https://transport.opendata.ch/v1/locations?query=<station-name>" |
medium line 49
Curl to non-GitHub URL
SourceSKILL.md
| 49 | curl "https://transport.opendata.ch/v1/stationboard?station=<station>&limit=<number>" |
medium line 60
Curl to non-GitHub URL
SourceSKILL.md
| 60 | curl "https://transport.opendata.ch/v1/connections?from=<start>&to=<destination>&limit=<number>" |
low line 4
External URL reference
SourceSKILL.md
| 4 | homepage: https://transport.opendata.ch |
low line 15
External URL reference
SourceSKILL.md
| 15 | curl -s "https://transport.opendata.ch/v1/locations?query=Zürich" | jq -r '.stations[] | "\(.name) (\(.id))"' |
low line 20
External URL reference
SourceSKILL.md
| 20 | curl -s "https://transport.opendata.ch/v1/stationboard?station=Zürich%20HB&limit=10" | \ |
low line 26
External URL reference
SourceSKILL.md
| 26 | curl -s "https://transport.opendata.ch/v1/connections?from=Zürich&to=Bern&limit=3" | \ |
low line 32
External URL reference
SourceSKILL.md
| 32 | curl -s "https://transport.opendata.ch/v1/connections?from=Zürich%20HB&to=Bern&limit=1" | \ |
low line 40
External URL reference
SourceSKILL.md
| 40 | curl "https://transport.opendata.ch/v1/locations?query=<station-name>" |
low line 49
External URL reference
SourceSKILL.md
| 49 | curl "https://transport.opendata.ch/v1/stationboard?station=<station>&limit=<number>" |
low line 60
External URL reference
SourceSKILL.md
| 60 | curl "https://transport.opendata.ch/v1/connections?from=<start>&to=<destination>&limit=<number>" |
Scanned on Feb 9, 2026
View Security Dashboard