create-image-gpt-image-fal
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill performs expected operations for image generation, including API communication and file handling. No malicious patterns were detected.
- [EXTERNAL_DOWNLOADS]: The skill interacts with external services to fulfill its primary function. -- Evidence:
scripts/media_proxy.pydownloads generated media assets fromfal.mediadomains using standard Python libraries. -- Evidence: The installation instructions inSKILL.mdmention a dependency on thefal_clientpackage from official registries. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface common to LLM-powered tools where untrusted input could influence the generation request. -- Ingestion points: The
--promptparameter inscripts/generate.pyaccepts arbitrary text from the caller. -- Boundary markers: The prompt is sent directly in the JSON payload to the API without delimiters or 'ignore' instructions. -- Capability inventory: The skill can perform network requests and write files (.png,.meta.json) to the local filesystem. -- Sanitization: No specific filtering or escaping of the prompt text is performed before transmission.
Audit Metadata