clinvar-variation-skill
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- Interaction with Official Repositories: The skill fetches variant-level summaries from reputable sources, specifically
clinicaltables.nlm.nih.govandapi.ncbi.nlm.nih.gov. These are well-known, public services provided by government health organizations for scientific research. - File Management Capability: The inclusion of a
save_rawfeature allows API responses to be stored locally. This is a practical consideration for managing extensive payloads that may exceed typical communication limits. Using specific workspace directories for these outputs is recommended for organized data management. - Input Validation: The script performs type checking and validation on user-provided inputs such as search terms and identifiers before they are incorporated into external requests, which is a helpful safeguard.
Audit Metadata