meme-factory
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- Data Security (SAFE): The skill is designed to take user-provided text and incorporate it into URLs for the memegen.link API. This interaction is limited to the skill's primary stated purpose and does not involve any access to sensitive files (e.g., .env, .ssh) or credentials.
- Code Execution & Safety (SAFE): The Python script
scripts/meme_generator.pyuses only standard library modules (argparseandurllib.parse) to construct URLs. It does not employ any dangerous execution functions likeeval(),exec(), orsubprocesscalls. - Threat Category Review (SAFE): No indicators of prompt injection, obfuscation, persistence mechanisms, or privilege escalation were detected. The use of a third-party API is transparent and limited to generating image links.
Audit Metadata