bioservices
Pass
Audited by Gen Agent Trust Hub on May 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill retrieves biological sequences and annotations from well-known scientific repositories including UniProt (uniprot.org), KEGG (genome.jp), and ChEMBL (ebi.ac.uk). These are established public resources in the bioinformatics community and the downloads are essential for the skill's intended research functionality.
- [DATA_EXFILTRATION]: The script
protein_analysis_workflow.pyprompts the user for an email address when running NCBI BLAST searches. This is a legitimate requirement of the National Center for Biotechnology Information (NCBI) to monitor service usage and is not a sign of malicious harvesting. - [SAFE]: The implementation demonstrates best practices, including rate limiting (via time.sleep) and robust error handling in its batch processing scripts. There is no evidence of obfuscation, credential harvesting, or unauthorized privilege escalation.
Audit Metadata