flight-tracker-2
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses the AviationStack API for real-time flight data. All network requests are directed to the official API endpoint (api.aviationstack.com).
- [SAFE]: Secret management follows best practices. The skill instructs the user to set their own API key via the
AVIATIONSTACK_API_KEYenvironment variable and explicitly warns against hardcoding it. There are no embedded credentials in the source code. - [SAFE]: The skill uses standard, verifiable Python dependencies (
requests). - [SAFE]: The Python script performs standard data processing and formatting without using dangerous functions like
eval()orexec(). Command-line arguments are safely handled viaargparse.
Audit Metadata