biocontainers
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill makes network requests to the official BioContainers API (api.biocontainers.pro) to fetch container metadata and version information. This is the primary intended purpose of the skill.
- [COMMAND_EXECUTION]: The SKILL.md instructions direct the agent to execute a bundled Python helper script (
scripts/biocontainers). The script uses standard libraries (urllib, json) to interact with the BioContainers API and format the output for the user. - [SAFE]: The network operations are limited to the vendor's documented API endpoint, and the script handles API responses safely without executing remote code or exposing sensitive user data.
Audit Metadata