clinvar-database
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill facilitates access to the NCBI ClinVar database, which is an authoritative and trusted public resource for genomic data managed by the National Institutes of Health (NIH).
- [SAFE]: Security for API keys is well-handled. The documentation provides a safe method for users to input their NCBI_API_KEY into a .env file without exposing it to the agent's context or chat logs. Explicit instructions prevent the agent from attempting to read or print environment variables from this file.
- [SAFE]: The included Python script clinvar_api.py uses standard libraries and a vendor-provided common library for communication. It performs data processing locally and does not execute arbitrary code or interact with unverified third-party services.
Audit Metadata