Skip to main content

kegg-pathway

Queries the KEGG REST API for metabolic pathways, genes, compounds, and diseases, facilitating pathway mapping and data retrieval.

Install this skill

or
0/100

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

medium line 19

Curl to non-GitHub URL

SourceSKILL.md
19curl -s "https://rest.kegg.jp/list/pathway/hsa"
medium line 22

Curl to non-GitHub URL

SourceSKILL.md
22curl -s "https://rest.kegg.jp/list/organism"
medium line 28

Curl to non-GitHub URL

SourceSKILL.md
28curl -s "https://rest.kegg.jp/find/pathway/apoptosis"
medium line 31

Curl to non-GitHub URL

SourceSKILL.md
31curl -s "https://rest.kegg.jp/find/genes/brca1"
medium line 34

Curl to non-GitHub URL

SourceSKILL.md
34curl -s "https://rest.kegg.jp/find/compound/glucose"
medium line 37

Curl to non-GitHub URL

SourceSKILL.md
37curl -s "https://rest.kegg.jp/find/disease/diabetes"
medium line 43

Curl to non-GitHub URL

SourceSKILL.md
43curl -s "https://rest.kegg.jp/get/hsa04210"
medium line 46

Curl to non-GitHub URL

SourceSKILL.md
46curl -s "https://rest.kegg.jp/get/hsa:7157"
medium line 49

Curl to non-GitHub URL

SourceSKILL.md
49curl -s "https://rest.kegg.jp/get/C00031"
medium line 52

Curl to non-GitHub URL

SourceSKILL.md
52curl -s "https://rest.kegg.jp/get/K00001"
medium line 55

Curl to non-GitHub URL

SourceSKILL.md
55curl -s "https://rest.kegg.jp/get/hsa04210/image" -o apoptosis.png
medium line 61

Curl to non-GitHub URL

SourceSKILL.md
61curl -s "https://rest.kegg.jp/link/hsa/hsa04210"
medium line 64

Curl to non-GitHub URL

SourceSKILL.md
64curl -s "https://rest.kegg.jp/link/pathway/hsa:7157"
medium line 67

Curl to non-GitHub URL

SourceSKILL.md
67curl -s "https://rest.kegg.jp/link/compound/hsa00010"
medium line 70

Curl to non-GitHub URL

SourceSKILL.md
70curl -s "https://rest.kegg.jp/link/disease/hsa:672"
medium line 73

Curl to non-GitHub URL

SourceSKILL.md
73curl -s "https://rest.kegg.jp/link/pathway/ko:K00001"
medium line 79

Curl to non-GitHub URL

SourceSKILL.md
79curl -s "https://rest.kegg.jp/conv/ncbi-geneid/hsa:7157"
medium line 82

Curl to non-GitHub URL

SourceSKILL.md
82curl -s "https://rest.kegg.jp/conv/hsa/ncbi-geneid:7157"
medium line 85

Curl to non-GitHub URL

SourceSKILL.md
85curl -s "https://rest.kegg.jp/conv/pubchem/compound:C00031"
medium line 88

Curl to non-GitHub URL

SourceSKILL.md
88curl -s "https://rest.kegg.jp/conv/hsa/uniprot:P04637"
medium line 108

Curl to non-GitHub URL

SourceSKILL.md
108curl -s "https://rest.kegg.jp/link/pathway/hsa:7157" # Step 1: find pathways
medium line 109

Curl to non-GitHub URL

SourceSKILL.md
109curl -s "https://rest.kegg.jp/get/hsa04115" # Step 2: get details
medium line 112

Curl to non-GitHub URL

SourceSKILL.md
112curl -s "https://rest.kegg.jp/conv/ncbi-geneid/hsa"
low line 14

External URL reference

SourceSKILL.md
14Base: `https://rest.kegg.jp`
low line 19

External URL reference

SourceSKILL.md
19curl -s "https://rest.kegg.jp/list/pathway/hsa"
low line 22

External URL reference

SourceSKILL.md
22curl -s "https://rest.kegg.jp/list/organism"
low line 28

External URL reference

SourceSKILL.md
28curl -s "https://rest.kegg.jp/find/pathway/apoptosis"
low line 31

External URL reference

SourceSKILL.md
31curl -s "https://rest.kegg.jp/find/genes/brca1"
low line 34

External URL reference

SourceSKILL.md
34curl -s "https://rest.kegg.jp/find/compound/glucose"
low line 37

External URL reference

SourceSKILL.md
37curl -s "https://rest.kegg.jp/find/disease/diabetes"
low line 43

External URL reference

SourceSKILL.md
43curl -s "https://rest.kegg.jp/get/hsa04210"
low line 46

External URL reference

SourceSKILL.md
46curl -s "https://rest.kegg.jp/get/hsa:7157"
low line 49

External URL reference

SourceSKILL.md
49curl -s "https://rest.kegg.jp/get/C00031"
low line 52

External URL reference

SourceSKILL.md
52curl -s "https://rest.kegg.jp/get/K00001"
low line 55

External URL reference

SourceSKILL.md
55curl -s "https://rest.kegg.jp/get/hsa04210/image" -o apoptosis.png
low line 61

External URL reference

SourceSKILL.md
61curl -s "https://rest.kegg.jp/link/hsa/hsa04210"
low line 64

External URL reference

SourceSKILL.md
64curl -s "https://rest.kegg.jp/link/pathway/hsa:7157"
low line 67

External URL reference

SourceSKILL.md
67curl -s "https://rest.kegg.jp/link/compound/hsa00010"
low line 70

External URL reference

SourceSKILL.md
70curl -s "https://rest.kegg.jp/link/disease/hsa:672"
low line 73

External URL reference

SourceSKILL.md
73curl -s "https://rest.kegg.jp/link/pathway/ko:K00001"
low line 79

External URL reference

SourceSKILL.md
79curl -s "https://rest.kegg.jp/conv/ncbi-geneid/hsa:7157"
low line 82

External URL reference

SourceSKILL.md
82curl -s "https://rest.kegg.jp/conv/hsa/ncbi-geneid:7157"
low line 85

External URL reference

SourceSKILL.md
85curl -s "https://rest.kegg.jp/conv/pubchem/compound:C00031"
low line 88

External URL reference

SourceSKILL.md
88curl -s "https://rest.kegg.jp/conv/hsa/uniprot:P04637"
low line 108

External URL reference

SourceSKILL.md
108curl -s "https://rest.kegg.jp/link/pathway/hsa:7157" # Step 1: find pathways
low line 109

External URL reference

SourceSKILL.md
109curl -s "https://rest.kegg.jp/get/hsa04115" # Step 2: get details
low line 112

External URL reference

SourceSKILL.md
112curl -s "https://rest.kegg.jp/conv/ncbi-geneid/hsa"
Scanned on May 23, 2026
View Security Dashboard
Installation guide →
GitHub Stars 815
Rate this skill
Categorydevelopment
UpdatedMay 25, 2026
beita6969/ScienceClaw