space-chart-image
Pass
Audited by Gen Agent Trust Hub on Jul 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary functionality is to translate user descriptions into image generation prompts. The logic is transparent and follows the stated purpose without hidden or suspicious behaviors.
- [CREDENTIALS_UNSAFE]: The skill implements secure credential management practices. It instructs users to store API keys in an external '.labnana.env' file or environment variables, avoiding hardcoded secrets within the code or prompts.
- [EXTERNAL_DOWNLOADS]: The skill performs legitimate network requests to 'https://api.labnana.com' to interface with the image generation service. This external communication is expected given the skill's purpose as an AI image generator client.
- [COMMAND_EXECUTION]: The skill utilizes a local Python script ('generate_chart.py') to handle the API interaction and save the resulting image. The script is well-structured, uses standard Python libraries (urllib, json, base64), and includes appropriate error handling and retry logic.
Audit Metadata