seaborn-statistical-visualization
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected. The skill provides legitimate documentation and code examples for statistical data visualization.
- [COMMAND_EXECUTION]: The skill includes standard instructions to install required libraries via
pip install seaborn matplotlib pandas. These are well-known, official packages from the Python Package Index (PyPI). - [EXTERNAL_DOWNLOADS]: The Python code utilizes
sns.load_dataset(), which is a built-in Seaborn function that downloads sample datasets from the project's official GitHub repository. This is a standard and safe operation for educational purposes.
Audit Metadata