Giphy

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: giphy Version: 1.0.7 The skill bundle is benign. It describes a Giphy search and send skill, requiring a `GIPHY_API_KEY` for its functionality. The `SKILL.md` provides clear instructions for the AI agent on when and how to use the Giphy API, including the specific endpoint `https://api.giphy.com/v1/gifs/search`. There is no evidence of data exfiltration beyond the necessary API key, malicious execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent's core function or access unrelated sensitive data. All instructions and API calls are directly aligned with the stated purpose.

Findings (0)

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.

What this means

The agent may occasionally add a GIF to a Discord conversation on its own, which could be unwanted in some channels or serious discussions.

Why it was flagged

The skill can lead the agent to post a GIF URL in Discord without a direct user request, but the behavior is disclosed, purpose-aligned, and limited to occasional fitting moments.

Skill content
Also allow proactive GIFs (without explicit request) when the moment clearly fits
Recommendation

Use this skill only where light visual reactions are appropriate, and prefer asking before posting if the channel context is sensitive or formal.

What this means

A Giphy API key must be available to the agent environment for the skill to work.

Why it was flagged

The skill requires a service API key. This is expected for Giphy API access and the artifact does not show logging, hardcoding, or unrelated credential use.

Skill content
This skill reads only one variable: `GIPHY_API_KEY`.
Recommendation

Use a dedicated Giphy API key, avoid sharing it in chat, and consider having the registry metadata declare the env var for clearer setup.

What this means

GIF keywords or short context used as the search query may be sent to Giphy.

Why it was flagged

The skill sends the user's GIF search intent to the external Giphy API. This is necessary for the purpose, but it is still an external data flow.

Skill content
Build a Giphy Search API URL with user intent as query.
Recommendation

Avoid using sensitive, private, or identifying text as GIF search queries.