Frinkiac - Search, browse, and generate memes from The Simpsons, Futurama, Rick and Morty, and 30 Rock scenes

PassAudited by ClawScan on May 1, 2026.

Overview

The skill’s purpose is coherent and low-impact, but it asks you to add an unpinned npm-based MCP server and use external TV screenshot/meme APIs.

This looks like a coherent TV screenshot and meme skill. Before installing, check the npm MCP package it asks you to run, consider pinning a trusted version, and avoid entering private or sensitive text into the search or meme fields.

Findings (2)

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

Installing the MCP server may run third-party npm code, and future package changes could affect what the server does.

Why it was flagged

The skill relies on a remote npm package launched through npx without a pinned version. This is central to the skill’s MCP setup, but users should notice the package provenance and version are not fixed in the artifact.

Skill content
"command": "npx", "args": ["-y", "@ryantenney/frinkiac-mcp"]
Recommendation

Review the npm package before adding it to MCP config, and prefer pinning a specific trusted version if possible.

What this means

Search phrases or custom meme text could be processed outside your local agent environment.

Why it was flagged

The skill discloses an MCP/API data flow for searches, screenshots, captions, and meme generation. This is purpose-aligned, but user-provided queries and meme text may be sent to external services.

Skill content
This skill uses an MCP server... Search dialogue, browse scenes, and generate memes... using the Frinkiac/Morbotron APIs.
Recommendation

Use non-sensitive search terms and meme text, and avoid sending private information through the meme-generation or search fields.