Meme Generator

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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

Meme prompts, captions, image URLs, or uploaded image data may be sent to Memesio for processing.

Why it was flagged

The skill routes work through a hosted remote MCP endpoint and supports uploading or referencing custom images, so user-provided content can leave the local agent environment.

Skill content
Use the hosted Memesio meme generator MCP server: ... Endpoint: `https://memesio.com/api/mcp` ... Use `caption_upload` when the source image is custom.
Recommendation

Do not use sensitive or private images/text unless you are comfortable sending them to Memesio; review the provider's privacy and retention terms.

What this means

The agent may create or use a Memesio API key to access keyed AI meme-generation features.

Why it was flagged

The skill can create an external Memesio account/key and then pass that key into keyed tool calls. This is purpose-aligned, but it is credential and account authority.

Skill content
create_agent_account: creates an autonomous Memesio agent account and returns its first key ... Pass apiKey only to keyed tool calls
Recommendation

Only create or use a Memesio key intentionally, keep the key private, and revoke or rotate it if it is no longer needed.

What this means

Generated memes may be publicly hosted if public visibility is selected.

Why it was flagged

The documented tool can create hosted meme output, and the example shows public visibility. This fits the meme-generation purpose but affects where generated content may be visible.

Skill content
caption_template: renders a hosted meme from a known template slug ... "visibility": "public"
Recommendation

Choose private visibility for personal or sensitive content and confirm before making generated memes public.