bioservices
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOWEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS] (LOW): The skill installs the third-party
bioservicespackage and makes numerous network requests to bioinformatics web services (UniProt, KEGG, NCBI, etc.). These are legitimate and required for the stated functionality. - Evidence:
uv pip install bioservicesand usage of various service classes likeUniProt,KEGG, andNCBIblast. - [COMMAND_EXECUTION] (LOW): The documentation suggests running local Python scripts provided within the skill's directory for specific workflows.
- Evidence: Examples such as
python scripts/protein_analysis_workflow.py. - [DATA_EXFILTRATION] (INFO): Uses an email address for NCBI BLAST searches as required by the NCBI API policy, which is a standard procedure for this scientific tool.
- Evidence:
email="your.email@example.com" # Required by NCBIin theNCBIblastusage section. - [PROMPT_INJECTION] (LOW): The skill possesses a surface for indirect prompt injection by ingesting large volumes of external data from scientific databases. However, this is inherent to its purpose as a data retrieval tool and is not exploited by the skill's own instructions.
- Evidence: Integration with 40+ external bioinformatics services that return XML, JSON, and TSV data.
Audit Metadata