wienerlinien
Provides real-time data for Vienna's public transport, including departures, disruptions, and directions for efficient travel.
Install this skill
Security score
The wienerlinien skill was audited on Feb 9, 2026 and we found 37 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 29 | curl -s "https://www.wienerlinien.at/ogd_realtime/doku/ogd/wienerlinien-ogd-haltepunkte.csv" | grep -i "stephansplatz" |
Curl to non-GitHub URL
| 55 | curl -s "https://www.wienerlinien.at/ogd_realtime/monitor?stopId=252" |
Curl to non-GitHub URL
| 58 | curl -s "https://www.wienerlinien.at/ogd_realtime/monitor?stopId=252&stopId=4116" |
Curl to non-GitHub URL
| 61 | curl -s "https://www.wienerlinien.at/ogd_realtime/monitor?stopId=252&activateTrafficInfo=stoerungkurz&activateTrafficInfo=stoerunglang&activateTrafficInfo=aufzugsinfo" |
Curl to non-GitHub URL
| 133 | curl -s "https://www.wienerlinien.at/ogd_realtime/trafficInfoList" |
Curl to non-GitHub URL
| 136 | curl -s "https://www.wienerlinien.at/ogd_realtime/trafficInfoList?relatedLine=U3&relatedLine=U6" |
Curl to non-GitHub URL
| 139 | curl -s "https://www.wienerlinien.at/ogd_realtime/trafficInfoList?relatedStop=252" |
Curl to non-GitHub URL
| 142 | curl -s "https://www.wienerlinien.at/ogd_realtime/trafficInfoList?name=aufzugsinfo" |
Curl to non-GitHub URL
| 200 | curl -s "https://www.wienerlinien.at/ogd_realtime/trafficInfo?name=eD_265&name=eD_37" |
Curl to non-GitHub URL
| 211 | curl -s "https://www.wienerlinien.at/ogd_realtime/newsList" |
Curl to non-GitHub URL
| 214 | curl -s "https://www.wienerlinien.at/ogd_realtime/newsList?relatedLine=U6&name=aufzugsservice" |
Curl to non-GitHub URL
| 231 | curl -s "https://www.wienerlinien.at/ogd_realtime/doku/ogd/wienerlinien-ogd-haltepunkte.csv" |
Curl to non-GitHub URL
| 240 | curl -s "https://www.wienerlinien.at/ogd_realtime/doku/ogd/wienerlinien-ogd-haltestellen.csv" |
Curl to non-GitHub URL
| 247 | curl -s "https://www.wienerlinien.at/ogd_realtime/doku/ogd/wienerlinien-ogd-linien.csv" |
Curl to non-GitHub URL
| 261 | curl -s "https://www.wienerlinien.at/ogd_realtime/monitor?stopId=4116" | jq '.data.monitors[].lines[] | select(.name=="U1") | {line: .name, towards: .towards, departures: [.departures.departure[].depa |
Curl to non-GitHub URL
| 267 | curl -s "https://www.wienerlinien.at/ogd_realtime/trafficInfoList?relatedLine=U1&relatedLine=U2&relatedLine=U3&relatedLine=U4&relatedLine=U6" | jq '.data.trafficInfos[] | {title, description, lines: . |
Curl to non-GitHub URL
| 273 | curl -s "https://www.wienerlinien.at/ogd_realtime/trafficInfoList?name=aufzugsinfo" | jq '.data.trafficInfos[] | {station: .attributes.station, location: .attributes.location, status: .attributes.stat |
Curl to non-GitHub URL
| 279 | curl -s "https://www.wienerlinien.at/ogd_realtime/monitor?stopId=143&stopId=144&stopId=4101&stopId=4102&activateTrafficInfo=stoerungkurz&activateTrafficInfo=stoerunglang&activateTrafficInfo=aufzugsinf |
External URL reference
| 19 | **Base URL:** `https://www.wienerlinien.at/ogd_realtime` |
External URL reference
| 29 | curl -s "https://www.wienerlinien.at/ogd_realtime/doku/ogd/wienerlinien-ogd-haltepunkte.csv" | grep -i "stephansplatz" |
External URL reference
| 55 | curl -s "https://www.wienerlinien.at/ogd_realtime/monitor?stopId=252" |
External URL reference
| 58 | curl -s "https://www.wienerlinien.at/ogd_realtime/monitor?stopId=252&stopId=4116" |
External URL reference
| 61 | curl -s "https://www.wienerlinien.at/ogd_realtime/monitor?stopId=252&activateTrafficInfo=stoerungkurz&activateTrafficInfo=stoerunglang&activateTrafficInfo=aufzugsinfo" |
External URL reference
| 133 | curl -s "https://www.wienerlinien.at/ogd_realtime/trafficInfoList" |
External URL reference
| 136 | curl -s "https://www.wienerlinien.at/ogd_realtime/trafficInfoList?relatedLine=U3&relatedLine=U6" |
External URL reference
| 139 | curl -s "https://www.wienerlinien.at/ogd_realtime/trafficInfoList?relatedStop=252" |
External URL reference
| 142 | curl -s "https://www.wienerlinien.at/ogd_realtime/trafficInfoList?name=aufzugsinfo" |
External URL reference
| 200 | curl -s "https://www.wienerlinien.at/ogd_realtime/trafficInfo?name=eD_265&name=eD_37" |
External URL reference
| 211 | curl -s "https://www.wienerlinien.at/ogd_realtime/newsList" |
External URL reference
| 214 | curl -s "https://www.wienerlinien.at/ogd_realtime/newsList?relatedLine=U6&name=aufzugsservice" |
External URL reference
| 231 | curl -s "https://www.wienerlinien.at/ogd_realtime/doku/ogd/wienerlinien-ogd-haltepunkte.csv" |
External URL reference
| 240 | curl -s "https://www.wienerlinien.at/ogd_realtime/doku/ogd/wienerlinien-ogd-haltestellen.csv" |
External URL reference
| 247 | curl -s "https://www.wienerlinien.at/ogd_realtime/doku/ogd/wienerlinien-ogd-linien.csv" |
External URL reference
| 261 | curl -s "https://www.wienerlinien.at/ogd_realtime/monitor?stopId=4116" | jq '.data.monitors[].lines[] | select(.name=="U1") | {line: .name, towards: .towards, departures: [.departures.departure[].depa |
External URL reference
| 267 | curl -s "https://www.wienerlinien.at/ogd_realtime/trafficInfoList?relatedLine=U1&relatedLine=U2&relatedLine=U3&relatedLine=U4&relatedLine=U6" | jq '.data.trafficInfos[] | {title, description, lines: . |
External URL reference
| 273 | curl -s "https://www.wienerlinien.at/ogd_realtime/trafficInfoList?name=aufzugsinfo" | jq '.data.trafficInfos[] | {station: .attributes.station, location: .attributes.location, status: .attributes.stat |
External URL reference
| 279 | curl -s "https://www.wienerlinien.at/ogd_realtime/monitor?stopId=143&stopId=144&stopId=4101&stopId=4102&activateTrafficInfo=stoerungkurz&activateTrafficInfo=stoerunglang&activateTrafficInfo=aufzugsinf |