picasso
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEDATA_EXFILTRATIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- Data Exposure & Exfiltration (LOW): The script
scripts/fal-generate.tsaccesses.envfiles to retrieve an API key and transmits it tofal.runandapi.fal.ai. While this is standard for the tool's primary purpose, these domains are not included in the predefined whitelist of trusted sources. - Indirect Prompt Injection (LOW): The skill processes untrusted data which could potentially contain malicious instructions intended for the underlying image generation model.
- Ingestion points: User-provided prompts and external image URLs (via the
--editflag) are processed by thescripts/fal-generate.tsscript. - Boundary markers: Absent; the script does not use delimiters or provide explicit 'ignore' instructions to the downstream model to separate user input from system intent.
- Capability inventory: The skill is capable of performing outbound network requests and writing files to the local disk (via the
--outparameter). - Sanitization: No sanitization, validation, or escaping is performed on the prompt text or image URLs before they are sent to the external API.
Audit Metadata