visualization
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- Prompt Injection (SAFE): The skill instructions and documentation are purely educational and focus on data visualization principles. No attempts to override agent behavior, bypass safety filters, or extract system prompts were found.
- Data Exposure & Exfiltration (SAFE): No hardcoded credentials, sensitive file path access, or network operations to external domains were detected. The Python scripts do not access the filesystem beyond reading command-line arguments.
- Obfuscation (SAFE): All files consist of clear-text Markdown, YAML, and Python. No Base64 encoding, zero-width characters, or homoglyphs are present.
- Unverifiable Dependencies & Remote Code Execution (SAFE): The skill does not perform any external package installations (pip, npm) or remote script executions. The Python code snippets provided in the documentation use standard libraries like Matplotlib.
- Privilege Escalation & Persistence (SAFE): No commands for escalating privileges (sudo/chmod) or maintaining persistence (cron/startup scripts) are included.
- Dynamic Execution (SAFE): The scripts use standard logic and do not utilize unsafe functions like eval(), exec(), or dynamic library loading from untrusted paths.
Audit Metadata