gene-database
Pass
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: All network requests are directed to official NCBI domains (ncbi.nlm.nih.gov), which is a well-known and trusted source for genomic data.
- [SAFE]: The provided scripts (query_gene.py, fetch_gene_data.py, and batch_gene_lookup.py) use the Python standard library's urllib module for all API interactions, avoiding third-party dependency risks.
- [SAFE]: No evidence of code obfuscation, persistence mechanisms, or unauthorized privilege escalation was found in the scripts or documentation.
- [SAFE]: The skill handles user-supplied query terms and gene lists using proper URL encoding, ensuring that interactions with remote APIs are performed safely.
Audit Metadata