infographics
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/generate_infographic.pyacts as a CLI wrapper and usessubprocess.runto invoke the core logic scriptscripts/generate_infographic_ai.py. This execution is performed using a list of arguments without a shell environment, which is a secure method for process management. - [EXTERNAL_DOWNLOADS]: The skill uses the
requestslibrary inscripts/generate_infographic_ai.pyto communicate with the OpenRouter API (https://openrouter.ai/api/v1). This network access is required to transmit prompts to legitimate AI models (Gemini and Perplexity) for infographic generation and research tasks. - [SAFE]: The skill manages sensitive API keys through environment variables or
.envfiles rather than hardcoding them, adhering to best practices for secret management. No evidence of obfuscation, persistence mechanisms, or unauthorized data access was detected.
Audit Metadata