Gifgrep
Analysis
Gifgrep appears to be a coherent GIF search and download helper, with normal cautions around installing an external CLI, using provider API keys, and sending searches to Tenor or Giphy.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
"formula": "steipete/tap/gifgrep" ... "module": "github.com/steipete/gifgrep/cmd/gifgrep@latest"
The skill installs a third-party CLI through a Homebrew tap or an unpinned Go module. This is disclosed and central to the skill, but users should verify the source.
`--download` saves to `~/Downloads`; `--reveal` shows the last download in Finder
The CLI can write downloaded GIFs to the user's Downloads folder and reveal them in the file manager. This is disclosed and purpose-aligned.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`GIPHY_API_KEY` required for `--source giphy`; `TENOR_API_KEY` optional
The skill may use provider API keys for Giphy or Tenor access. This is expected for provider integrations, but the registry metadata does not declare required credentials.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Use `gifgrep` to search GIF providers (Tenor/Giphy)
The skill's core function sends search terms to external GIF providers. This is clearly disclosed and purpose-aligned.
