etetoolkit
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements legitimate biological data analysis workflows using the well-established
ete3Python library. - [EXTERNAL_DOWNLOADS]: The skill utilizes the
NCBITaxamodule which downloads a local copy of the NCBI taxonomy database (~300MB) from the National Center for Biotechnology Information. NCBI is a well-known scientific service provided by the NIH, and this download is a standard, documented feature of the ETE library for integrating taxonomic information into phylogenetic trees. - [COMMAND_EXECUTION]: The provided helper scripts (
scripts/quick_visualize.pyandscripts/tree_operations.py) perform standard file-based tasks such as loading Newick strings and rendering results to image or vector formats. These scripts use standard CLI arguments and do not exhibit unsafe execution patterns or subprocess abuse. - [DATA_EXFILTRATION]: No unauthorized data collection or exfiltration patterns were identified. All network operations are limited to official NCBI services for database updates.
Audit Metadata