genebass-gene-burden-skill
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- Network Communication: The script makes outbound requests to
main.genebass.orgto retrieve genomic data. This is the intended behavior for fetching PheWAS summaries. - Input Validation: The skill implements validation for Ensembl gene IDs using regular expressions, ensuring that inputs conform to expected formats before processing.
- External Data Handling: As the skill processes data from a remote API, it handles external content. This is a routine pattern for information retrieval tools, and the script manages this via structured JSON parsing.
- Dependency Usage: The skill uses the common
requestslibrary for its network operations, which is a standard and well-understood practice for such tasks.
Audit Metadata