bioservices
Pass
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill performs network operations to retrieve biological metadata from well-known bioinformatics web services such as UniProt, KEGG, ChEMBL, and NCBI. These operations are standard for the bioinformatics domain and use official service endpoints.
- [COMMAND_EXECUTION]: The provided Python scripts execute local file system operations to read input identifier lists and write analysis results to CSV, TSV, and SIF files. These operations are restricted to the paths provided as command-line arguments.
- [PROMPT_INJECTION]: Analysis of the skill instructions found no evidence of malicious patterns, behavioral overrides, or safety filter bypass attempts. The instructions focus on establishing context for biological data analysis.
- [PROMPT_INJECTION]: The skill was evaluated for indirect prompt injection surfaces given its reliance on external API data.
- Ingestion points: Data is ingested from external bioinformatics services in scripts/protein_analysis_workflow.py, scripts/pathway_analysis.py, and scripts/compound_cross_reference.py.
- Boundary markers: None identified; responses are parsed based on the expected biological data structure.
- Capability inventory: File system access (read/write) and network operations (bioservices library calls).
- Sanitization: The skill processes structured scientific metadata; no explicit sanitization is performed on API responses before they are displayed or stored.
Audit Metadata