google-flight
Pass
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses the
fast-flightslibrary to interact with Google Flights via HTTP GET requests. All external resources and dependencies are handled through standard package management (uv run). - [SAFE]: Extensive input validation is performed in
scripts/search_flights.pyfor IATA codes, ISO dates, and currency codes, preventing common misinterpretation issues. - [SAFE]: The skill includes a 'monkey-patch' in
patch_resilient_parser()to improve error handling for malformed upstream JSON payloads. This modification is localized to the library's internal parser and does not introduce security risks such as code injection or remote execution.
Audit Metadata