academic-plotting
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill implements legitimate functionality for academic visualization and diagram generation. No malicious patterns, prompt injections, or persistence mechanisms were detected.
- [COMMAND_EXECUTION]: The skill facilitates the generation and local execution of Python scripts using 'matplotlib', 'seaborn', and 'numpy'. This is the primary intended mechanism for creating quantitative data charts.
- [EXTERNAL_DOWNLOADS]: The skill utilizes the 'google-genai' library to communicate with Google's Gemini API for image generation. This involves network requests to a well-known service (Google) for its primary functional purpose.
- [CREDENTIALS_UNSAFE]: Security best practices are followed for API key management, with the skill explicitly instructing the use of environment variables ('GEMINI_API_KEY') instead of hardcoded secrets.
Audit Metadata