Giphy

Security checks across malware telemetry and agentic risk

Overview

This is a straightforward Giphy helper with no hidden code; users should just be aware it uses a Giphy API key, sends search terms to Giphy, and may post occasional GIF URLs in Discord.

This skill appears safe to install if you are comfortable storing a Giphy API key for OpenClaw and letting the agent send non-sensitive GIF search terms to Giphy. In Discord channels where unsolicited reactions are inappropriate, configure usage expectations or ask the agent not to post proactive GIFs.

VirusTotal

59/59 vendors flagged this skill as clean.

View on VirusTotal

Risk analysis

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.

#
ASI02: Tool Misuse and Exploitation
Low
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.

#
ASI03: Identity and Privilege Abuse
Low
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.

#
ASI07: Insecure Inter-Agent Communication
Low
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.