ncbi-sequence-fetch
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected. The skill implements biological sequence retrieval from NCBI's official E-utilities API.- [CREDENTIALS_SAFE]: The skill manages the NCBI API key securely using a .env file and environment variables. It explicitly instructs the agent not to read or inspect the sensitive file directly, preventing accidental exposure in the chat context.- [EXTERNAL_DOWNLOADS]: The skill interacts with the official NCBI E-utilities endpoint (eutils.ncbi.nlm.nih.gov), which is a trusted and well-known service for biological data.- [COMMAND_EXECUTION]: The skill uses Python scripts to perform structured data processing and API calls. User-provided search terms are safely encoded using standard libraries before being sent to the NCBI API.
Audit Metadata