google-related-questions
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local bash script to facilitate API communication and process search results.
- [DATA_EXFILTRATION]: The script sends the provided
next_page_tokento the Frevana API endpoint athttps://ai-factory.frevana.comto fetch additional data. - [SAFE]: API authentication is handled via environment variables or explicit flags, with instructions to avoid echoing secrets to the user.
- [SAFE]: JSON processing is performed using Python's
jsonmodule to prevent command or payload injection. - [SAFE]: The skill includes an optional file-writing capability to save results, which is a standard feature for data retrieval tools.
Audit Metadata