create-image-nano-banana-fal
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The
SKILL.mdfile contains a preflight section that executespip3 install fal_clientto ensure the required library is present. This is a standard installation procedure for the skill's functionality. - [EXTERNAL_DOWNLOADS]: The skill downloads generated images from
fal.mediaURLs after the inference process is complete. This is the primary purpose of the skill and uses the official provider's infrastructure. - [CREDENTIALS_SAFE]: The skill uses
load_fal_key()to retrieve credentials from environment variables (FAL_API_KEYorFAL_KEY). It correctly identifies missing keys during preflight without hardcoding any secrets. - [DATA_INGESTION]: The
generate.pyscript reads local image files provided via arguments (--ref-image,--anchor) and uploads them to fal.ai's storage. This behavior is documented and necessary for the 'reference image' feature of the generative model.
Audit Metadata