fal-ai-image
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes POSIX-compliant shell scripts (
generate.sh,edit.sh,upload.sh) to interface with the fal.ai API. These scripts use standard system utilities likecurl,sed, andgrep. Basic escaping of user-provided prompts is performed to prevent JSON injection during API request construction. - [EXTERNAL_DOWNLOADS]: The scripts download generated image files from fal.ai's content delivery network (CDN) to a user-specified local directory. This is the intended behavior of the skill for persisting generated assets.
- [CREDENTIALS_UNSAFE]: The skill requires a
FAL_KEYfor authentication. It correctly instructs the user to store this sensitive credential in a.envfile or as an environment variable, rather than hardcoding it in the scripts or instructions. - [DATA_EXFILTRATION]: The skill sends user prompts and image data to fal.ai endpoints. This is a documented and necessary function for the service to perform image generation and editing tasks.
Audit Metadata