picture
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The
imagen.shscript executes the macOSsecurityutility to retrieve the Gemini API key from the system keychain. This is a recognized secure practice for handling credentials locally without exposing them in shell history or environment files. - [EXTERNAL_DOWNLOADS]: The Python script
generate.pycommunicates with official Google Generative AI API endpoints to process image generation requests. - [DATA_EXFILTRATION]: The skill reads local image files for its editing features and writes generated images to a local
./imagesdirectory. These operations are consistent with the skill's stated purpose and do not involve unauthorized data movement. - [SAFE]: The code uses official, well-maintained libraries such as
google-genaiandPillow. No patterns of obfuscation, persistence, or privilege escalation were detected.
Audit Metadata