minimal-zine-poster
Pass
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs its intended function without any detected security risks or malicious behaviors.- [EXTERNAL_DOWNLOADS]: The 'generate.sh' script communicates with the official Google Gemini API endpoint at
generativelanguage.googleapis.com. This is a well-known service and the communication is required for the skill's primary purpose.- [CREDENTIALS_UNSAFE]: The skill utilizes theGEMINI_API_KEYenvironment variable. It does not contain hardcoded secrets and provides clear instructions for users to manage their own API keys securely via shell environment variables.- [COMMAND_EXECUTION]: The skill invokes standard system utilities such ascurl,jq, andbase64. The script safely handles user-supplied input by usingjqto generate the JSON request body, which prevents command injection vulnerabilities.- [DATA_EXFILTRATION]: No evidence of unauthorized data access or exfiltration was found. The only network activity is the direct transmission of the generated prompt to the official Google API.
Audit Metadata