google-flights-api
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes user input to fetch flight information from an external vendor API, creating a data ingestion surface.
- Ingestion points: User-provided search parameters (IATA codes and dates) and the resulting itinerary JSON from api.scavio.dev.
- Boundary markers: No specific delimiters are used to isolate the API response data from system instructions.
- Capability inventory: The skill utilizes the requests library to perform network POST requests.
- Sanitization: There is no evidence of specific validation or sanitization of the data returned from the API before it is processed by the agent.
- [EXTERNAL_DOWNLOADS]: The skill example depends on the requests Python library for making API calls. This is a standard and expected package for facilitating network communication with the API.
Audit Metadata