kegg-pathway
Queries the KEGG REST API for metabolic pathways, genes, compounds, and diseases, facilitating pathway mapping and data retrieval.
Install this skill
Security score
The kegg-pathway skill was audited on May 23, 2026 and we found 47 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 19 | curl -s "https://rest.kegg.jp/list/pathway/hsa" |
Curl to non-GitHub URL
| 22 | curl -s "https://rest.kegg.jp/list/organism" |
Curl to non-GitHub URL
| 28 | curl -s "https://rest.kegg.jp/find/pathway/apoptosis" |
Curl to non-GitHub URL
| 31 | curl -s "https://rest.kegg.jp/find/genes/brca1" |
Curl to non-GitHub URL
| 34 | curl -s "https://rest.kegg.jp/find/compound/glucose" |
Curl to non-GitHub URL
| 37 | curl -s "https://rest.kegg.jp/find/disease/diabetes" |
Curl to non-GitHub URL
| 43 | curl -s "https://rest.kegg.jp/get/hsa04210" |
Curl to non-GitHub URL
| 46 | curl -s "https://rest.kegg.jp/get/hsa:7157" |
Curl to non-GitHub URL
| 49 | curl -s "https://rest.kegg.jp/get/C00031" |
Curl to non-GitHub URL
| 52 | curl -s "https://rest.kegg.jp/get/K00001" |
Curl to non-GitHub URL
| 55 | curl -s "https://rest.kegg.jp/get/hsa04210/image" -o apoptosis.png |
Curl to non-GitHub URL
| 61 | curl -s "https://rest.kegg.jp/link/hsa/hsa04210" |
Curl to non-GitHub URL
| 64 | curl -s "https://rest.kegg.jp/link/pathway/hsa:7157" |
Curl to non-GitHub URL
| 67 | curl -s "https://rest.kegg.jp/link/compound/hsa00010" |
Curl to non-GitHub URL
| 70 | curl -s "https://rest.kegg.jp/link/disease/hsa:672" |
Curl to non-GitHub URL
| 73 | curl -s "https://rest.kegg.jp/link/pathway/ko:K00001" |
Curl to non-GitHub URL
| 79 | curl -s "https://rest.kegg.jp/conv/ncbi-geneid/hsa:7157" |
Curl to non-GitHub URL
| 82 | curl -s "https://rest.kegg.jp/conv/hsa/ncbi-geneid:7157" |
Curl to non-GitHub URL
| 85 | curl -s "https://rest.kegg.jp/conv/pubchem/compound:C00031" |
Curl to non-GitHub URL
| 88 | curl -s "https://rest.kegg.jp/conv/hsa/uniprot:P04637" |
Curl to non-GitHub URL
| 108 | curl -s "https://rest.kegg.jp/link/pathway/hsa:7157" # Step 1: find pathways |
Curl to non-GitHub URL
| 109 | curl -s "https://rest.kegg.jp/get/hsa04115" # Step 2: get details |
Curl to non-GitHub URL
| 112 | curl -s "https://rest.kegg.jp/conv/ncbi-geneid/hsa" |
External URL reference
| 14 | Base: `https://rest.kegg.jp` |
External URL reference
| 19 | curl -s "https://rest.kegg.jp/list/pathway/hsa" |
External URL reference
| 22 | curl -s "https://rest.kegg.jp/list/organism" |
External URL reference
| 28 | curl -s "https://rest.kegg.jp/find/pathway/apoptosis" |
External URL reference
| 31 | curl -s "https://rest.kegg.jp/find/genes/brca1" |
External URL reference
| 34 | curl -s "https://rest.kegg.jp/find/compound/glucose" |
External URL reference
| 37 | curl -s "https://rest.kegg.jp/find/disease/diabetes" |
External URL reference
| 43 | curl -s "https://rest.kegg.jp/get/hsa04210" |
External URL reference
| 46 | curl -s "https://rest.kegg.jp/get/hsa:7157" |
External URL reference
| 49 | curl -s "https://rest.kegg.jp/get/C00031" |
External URL reference
| 52 | curl -s "https://rest.kegg.jp/get/K00001" |
External URL reference
| 55 | curl -s "https://rest.kegg.jp/get/hsa04210/image" -o apoptosis.png |
External URL reference
| 61 | curl -s "https://rest.kegg.jp/link/hsa/hsa04210" |
External URL reference
| 64 | curl -s "https://rest.kegg.jp/link/pathway/hsa:7157" |
External URL reference
| 67 | curl -s "https://rest.kegg.jp/link/compound/hsa00010" |
External URL reference
| 70 | curl -s "https://rest.kegg.jp/link/disease/hsa:672" |
External URL reference
| 73 | curl -s "https://rest.kegg.jp/link/pathway/ko:K00001" |
External URL reference
| 79 | curl -s "https://rest.kegg.jp/conv/ncbi-geneid/hsa:7157" |
External URL reference
| 82 | curl -s "https://rest.kegg.jp/conv/hsa/ncbi-geneid:7157" |
External URL reference
| 85 | curl -s "https://rest.kegg.jp/conv/pubchem/compound:C00031" |
External URL reference
| 88 | curl -s "https://rest.kegg.jp/conv/hsa/uniprot:P04637" |
External URL reference
| 108 | curl -s "https://rest.kegg.jp/link/pathway/hsa:7157" # Step 1: find pathways |
External URL reference
| 109 | curl -s "https://rest.kegg.jp/get/hsa04115" # Step 2: get details |
External URL reference
| 112 | curl -s "https://rest.kegg.jp/conv/ncbi-geneid/hsa" |