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.py acts as a CLI wrapper and uses subprocess.run to invoke the core logic script scripts/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 requests library in scripts/generate_infographic_ai.py to 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 .env files 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
Risk Level
SAFE
Analyzed
Jun 14, 2026, 08:50 AM
Security Audit — agent-trust-hub — infographics