meme-generation
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill interacts exclusively with official domains belonging to the author (eachlabs.run, eachlabs.ai, eachlabs.tech) for meme generation services.
- [SAFE]: API authentication is handled via the environment variable $EACHLABS_API_KEY in all examples, which is a secure method for managing secrets compared to hardcoding.
- [DATA_EXPOSURE]: No access to sensitive local files, system configurations, or unauthorized network destinations was detected.
- [REMOTE_CODE_EXECUTION]: The skill does not perform any remote code execution or download external scripts. The curl commands are provided as usage examples for the API.
- [INDIRECT_PROMPT_INJECTION]: The skill acts as an interface for generating content based on user prompts. While this is an ingestion point for untrusted data, the processing is performed by a remote API service, and the skill's own instructions do not include unsafe interpolation or execution of the resulting data.
Audit Metadata