google-images-search
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXFILTRATION]: The skill communicates with
https://ai-factory.frevana.comto fetch image search results. This network activity is the primary intended function of the skill as described in the documentation. - [COMMAND_EXECUTION]: The skill utilizes local
bashandpython3to parse command-line arguments and validate the structure of the API responses. These operations are performed using static, locally-defined code and do not involve the execution of untrusted external content. - [CREDENTIALS_UNSAFE]: The skill handles an API token (
FREVANA_TOKEN) provided through standard environment variables or CLI flags. This is a secure and conventional method for managing authentication secrets in automated scripts.
Audit Metadata