Skip to main content

gif-search

Enables users to search and download GIFs from Tenor using curl and jq, perfect for enhancing visual content in chats.

Install this skill

or
35/100

Security score

The gif-search skill was audited on Jun 11, 2026 and we found 15 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 26

Template literal with variable interpolation in command context

SourceSKILL.md
26Set your Tenor API key in your environment (add to `${HERMES_HOME:-~/.hermes}/.env`):
medium line 41

Template literal with variable interpolation in command context

SourceSKILL.md
41```bash
medium line 51

Template literal with variable interpolation in command context

SourceSKILL.md
51```bash
medium line 59

Template literal with variable interpolation in command context

SourceSKILL.md
59```bash
medium line 43

Curl to non-GitHub URL

SourceSKILL.md
43curl -s "https://tenor.googleapis.com/v2/search?q=thumbs+up&limit=5&key=${TENOR_API_KEY}" | jq -r '.results[].media_formats.gif.url'
medium line 46

Curl to non-GitHub URL

SourceSKILL.md
46curl -s "https://tenor.googleapis.com/v2/search?q=nice+work&limit=3&key=${TENOR_API_KEY}" | jq -r '.results[].media_formats.tinygif.url'
medium line 53

Curl to non-GitHub URL

SourceSKILL.md
53URL=$(curl -s "https://tenor.googleapis.com/v2/search?q=celebration&limit=1&key=${TENOR_API_KEY}" | jq -r '.results[0].media_formats.gif.url')
medium line 60

Curl to non-GitHub URL

SourceSKILL.md
60curl -s "https://tenor.googleapis.com/v2/search?q=cat&limit=3&key=${TENOR_API_KEY}" | jq '.results[] | {title: .title, url: .media_formats.gif.url, preview: .media_formats.tinygif.url, dimensions: .me
medium line 26

Access to hidden dotfiles in home directory

SourceSKILL.md
26Set your Tenor API key in your environment (add to `${HERMES_HOME:-~/.hermes}/.env`):
medium line 26

Access to .env file

SourceSKILL.md
26Set your Tenor API key in your environment (add to `${HERMES_HOME:-~/.hermes}/.env`):
low line 32

External URL reference

SourceSKILL.md
32Get a free API key at https://developers.google.com/tenor/guides/quickstart — the Google Cloud Console Tenor API key is free and has generous rate limits.
low line 43

External URL reference

SourceSKILL.md
43curl -s "https://tenor.googleapis.com/v2/search?q=thumbs+up&limit=5&key=${TENOR_API_KEY}" | jq -r '.results[].media_formats.gif.url'
low line 46

External URL reference

SourceSKILL.md
46curl -s "https://tenor.googleapis.com/v2/search?q=nice+work&limit=3&key=${TENOR_API_KEY}" | jq -r '.results[].media_formats.tinygif.url'
low line 53

External URL reference

SourceSKILL.md
53URL=$(curl -s "https://tenor.googleapis.com/v2/search?q=celebration&limit=1&key=${TENOR_API_KEY}" | jq -r '.results[0].media_formats.gif.url')
low line 60

External URL reference

SourceSKILL.md
60curl -s "https://tenor.googleapis.com/v2/search?q=cat&limit=3&key=${TENOR_API_KEY}" | jq '.results[] | {title: .title, url: .media_formats.gif.url, preview: .media_formats.tinygif.url, dimensions: .me
Scanned on Jun 11, 2026
View Security Dashboard
Installation guide →