biothings-api
Enables querying of gene, variant, and drug annotations through BioThings APIs for biomedical research and analysis.
Install this skill
Security score
The biothings-api skill was audited on May 23, 2026 and we found 28 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 31 | curl "https://mygene.info/v3/query?q=BRCA1&size=1" |
Curl to non-GitHub URL
| 45 | curl -s "https://mygene.info/v3/query?q=BRCA1&size=1" |
Curl to non-GitHub URL
| 77 | curl -s "https://mygene.info/v3/gene/1017" |
Curl to non-GitHub URL
| 80 | curl -s "https://mygene.info/v3/gene/1017?fields=symbol,name,summary,genomic_pos,go" |
Curl to non-GitHub URL
| 111 | curl -s "https://myvariant.info/v1/query?q=rs58991260&size=1" |
Curl to non-GitHub URL
| 154 | curl -s "https://myvariant.info/v1/variant/chr1:g.218631822G>A?fields=dbsnp,cadd,clinvar" |
Curl to non-GitHub URL
| 168 | curl -s "https://mychem.info/v1/query?q=aspirin&size=1" |
Curl to non-GitHub URL
| 210 | curl -s "https://mychem.info/v1/chem/CHEMBL25?fields=drugbank,chembl,pubchem" |
External URL reference
| 10 | source: "https://biothings.io" |
External URL reference
| 31 | curl "https://mygene.info/v3/query?q=BRCA1&size=1" |
External URL reference
| 39 | GET https://mygene.info/v3/query?q={query}&size={n} |
External URL reference
| 45 | curl -s "https://mygene.info/v3/query?q=BRCA1&size=1" |
External URL reference
| 70 | GET https://mygene.info/v3/gene/{entrez_id} |
External URL reference
| 77 | curl -s "https://mygene.info/v3/gene/1017" |
External URL reference
| 80 | curl -s "https://mygene.info/v3/gene/1017?fields=symbol,name,summary,genomic_pos,go" |
External URL reference
| 105 | GET https://myvariant.info/v1/query?q={query}&size={n} |
External URL reference
| 111 | curl -s "https://myvariant.info/v1/query?q=rs58991260&size=1" |
External URL reference
| 150 | GET https://myvariant.info/v1/variant/{hgvs_id} |
External URL reference
| 154 | curl -s "https://myvariant.info/v1/variant/chr1:g.218631822G>A?fields=dbsnp,cadd,clinvar" |
External URL reference
| 162 | GET https://mychem.info/v1/query?q={query}&size={n} |
External URL reference
| 168 | curl -s "https://mychem.info/v1/query?q=aspirin&size=1" |
External URL reference
| 206 | GET https://mychem.info/v1/chem/{id} |
External URL reference
| 210 | curl -s "https://mychem.info/v1/chem/CHEMBL25?fields=drugbank,chembl,pubchem" |
External URL reference
| 241 | MYGENE = "https://mygene.info/v3" |
External URL reference
| 242 | MYVARIANT = "https://myvariant.info/v1" |
External URL reference
| 243 | MYCHEM = "https://mychem.info/v1" |
External URL reference
| 292 | - BioThings API Hub: https://biothings.io |
External URL reference
| 296 | - Publication: Xin J et al. *Genome Biology* 17:91 (2016). https://doi.org/10.1186/s13059-016-0953-9 |