google-shopping-search
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The
search_google_shopping.shscript coordinates the search process by executingcurlfor network requests andpython3for JSON payload generation and response validation. - [EXTERNAL_DOWNLOADS]: The skill connects to
https://ai-factory.frevana.comto download product search results. This external communication is consistent with the skill's documented purpose of providing API-based shopping data. - [DATA_EXFILTRATION]: User-supplied search queries and an authentication token (
FREVANA_TOKEN) are sent to the external service. No unauthorized access or transmission of sensitive local files or system environment variables was detected. - [SAFE]: The skill implements proper security and maintenance practices, including the use of temporary files with automatic cleanup and strict JSON validation to ensure data integrity.
Audit Metadata