image-create
Pass
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads generated images from the fal.media CDN. This is the official delivery mechanism for the well-known service fal.ai and is considered safe within the context of the skill's purpose.
- [PROMPT_INJECTION]: The skill has a surface for indirect prompt injection because it accepts a local file path (
image_path) or URL (image_url) provided by the user or agent. However, thegenerate_image.pyscript mitigates this risk by strictly validating file extensions (allowing only.jpg,.jpeg,.png,.webp,.bmp) and enforcing a 10MB file size limit, preventing the exfiltration of sensitive system files via the image generation process. - [SAFE]: The documentation in
SKILL.mdsuggests loading internal logic viaexec(open(...).read()). While this involves dynamic execution, it targets the skill's own known local files and is a recognized pattern in specific agent environments. Additionally, the script disables SSL certificate verification and suppresses warnings for communications with an internal proxy (sc-proxy.internal), which is categorized as a best-practice violation but does not escalate the security verdict in this deployment context.
Audit Metadata