gif-search
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches GIF media and metadata from the official Tenor API (tenor.googleapis.com), which is a well-known service provided by Google. This is consistent with the skill's stated purpose of providing GIF search functionality.
- [COMMAND_EXECUTION]: Utilizes standard system utilities
curlandjqto interact with the API and process JSON responses. The commands are constructed using environment variables for sensitive data like the API key, which is a recommended security practice for secret management. - [CREDENTIALS_UNSAFE]: Appropriately instructs the user to store the Tenor API key in an environment variable (
TENOR_API_KEY) rather than hardcoding it in the script or prompt.
Audit Metadata