google-short-videos-search
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill connects to 'ai-factory.frevana.com' to fetch search results. This is the primary intended function of the skill and is documented as the vendor's own API service.
- [COMMAND_EXECUTION]: The script uses 'curl' for network requests and 'python3' for JSON processing. These are standard system utilities used appropriately for the skill's functionality.
- [CREDENTIALS_UNSAFE]: The skill manages authentication via an environment variable 'FREVANA_TOKEN' or a '--token' command-line flag. This is a secure and standard practice for handling API keys, avoiding hardcoded secrets.
Audit Metadata