pubmed-database
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructions and provided code sample communicate with
eutils.ncbi.nlm.nih.gov. This is the official API infrastructure for the National Center for Biotechnology Information (NCBI), a trusted government service for biomedical literature. - [CREDENTIALS_UNSAFE]: The skill follows secure practices for secret management by instructing the user to store API keys in environment variables and using
os.environ.get("NCBI_API_KEY")in the implementation code rather than hardcoding sensitive information.
Audit Metadata