Skip to main content

meme-factory

Generates memes using the memegen.link API for social media and content enhancement, supporting 100+ templates with custom text.

Install this skill

or
78/100

Security score

The meme-factory skill was audited on Feb 28, 2026 and we found 18 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 142

Curl to non-GitHub URL

SourceSKILL.md
142curl -I "https://api.memegen.link/images/buzz/test/test.png"
low line 26

External URL reference

SourceSKILL.md
26| Basic meme | `https://api.memegen.link/images/{template}/{top}/{bottom}.png` |
low line 28

External URL reference

SourceSKILL.md
28| Custom background | `?style=https://example.com/image.jpg` |
low line 29

External URL reference

SourceSKILL.md
29| All templates | https://api.memegen.link/templates/ |
low line 30

External URL reference

SourceSKILL.md
30| Interactive docs | https://api.memegen.link/docs/ |
low line 44

External URL reference

SourceSKILL.md
44https://api.memegen.link/images/{template}/{top_text}/{bottom_text}.{extension}
low line 49

External URL reference

SourceSKILL.md
49https://api.memegen.link/images/buzz/memes/memes_everywhere.png
low line 142

External URL reference

SourceSKILL.md
142curl -I "https://api.memegen.link/images/buzz/test/test.png"
low line 178

External URL reference

SourceSKILL.md
178View available: https://api.memegen.link/fonts/
low line 189

External URL reference

SourceSKILL.md
189https://api.memegen.link/images/custom/hello/world.png?style=https://example.com/image.jpg
low line 201

External URL reference

SourceSKILL.md
201https://api.memegen.link/images/fry/not_sure_if_feature/or_bug.png
low line 208

External URL reference

SourceSKILL.md
208https://api.memegen.link/images/interesting/i_dont_always_test/but_when_i_do_i_do_it_in_production.png
low line 215

External URL reference

SourceSKILL.md
215https://api.memegen.link/images/yodawg/yo_dawg_i_heard_you_like_docs/so_i_documented_the_documentation.png
low line 222

External URL reference

SourceSKILL.md
222https://api.memegen.link/images/fine/memory_usage_at_99~/this_is_fine.png
low line 229

External URL reference

SourceSKILL.md
229https://api.memegen.link/images/success/deployed_to_production/zero_downtime.png
low line 242

External URL reference

SourceSKILL.md
242![Meme](https://api.memegen.link/images/buzz/bugs/bugs_everywhere.png)
low line 261

External URL reference

SourceSKILL.md
261return f"https://api.memegen.link/images/{template}/{top}/{bottom}.png"
low line 298

External URL reference

SourceSKILL.md
2981. Check template at https://api.memegen.link/templates/
Scanned on Feb 28, 2026
View Security Dashboard