flight-tracker
Tracks live flights and schedules using OpenSky Network and AviationStack APIs for real-time flight information.
Install this skill
or
85/100
Security score
The flight-tracker skill was audited on Feb 9, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 18
Curl to non-GitHub URL
SourceSKILL.md
| 18 | curl -s "https://opensky-network.org/api/states/all?lamin=45.8&lomin=5.9&lamax=47.8&lomax=10.5" | \ |
medium line 24
Curl to non-GitHub URL
SourceSKILL.md
| 24 | curl -s "https://opensky-network.org/api/states/all?icao24=<aircraft-icao>" | jq . |
low line 4
External URL reference
SourceSKILL.md
| 4 | homepage: https://openskynetwork.github.io/opensky-api/ |
low line 18
External URL reference
SourceSKILL.md
| 18 | curl -s "https://opensky-network.org/api/states/all?lamin=45.8&lomin=5.9&lamax=47.8&lomax=10.5" | \ |
low line 24
External URL reference
SourceSKILL.md
| 24 | curl -s "https://opensky-network.org/api/states/all?icao24=<aircraft-icao>" | jq . |
low line 55
External URL reference
SourceSKILL.md
| 55 | Free API key available at [aviationstack.com](https://aviationstack.com) (100 requests/month) |
low line 70
External URL reference
SourceSKILL.md
| 70 | GET https://opensky-network.org/api/states/all |
Scanned on Feb 9, 2026
View Security Dashboard