tissue_specific_analysis
Analyzes tissue-specific expression using data from ChEMBL, TCGA, Ensembl, and NCBI for tissue biology tasks.
Install this skill
or
87/100
Security score
The tissue_specific_analysis skill was audited on Mar 3, 2026 and we found 13 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 16
External URL reference
SourceSKILL.md
| 16 | - **`get_tissue_by_id`** from `chembl-server` (streamable-http) - `https://scp.intern-ai.org.cn/api/v1/mcp/4/Origene-ChEMBL` |
low line 17
External URL reference
SourceSKILL.md
| 17 | - **`get_gene_expression_across_cancers`** from `tcga-server` (streamable-http) - `https://scp.intern-ai.org.cn/api/v1/mcp/11/Origene-TCGA` |
low line 18
External URL reference
SourceSKILL.md
| 18 | - **`get_lookup_symbol`** from `ensembl-server` (streamable-http) - `https://scp.intern-ai.org.cn/api/v1/mcp/12/Origene-Ensembl` |
low line 19
External URL reference
SourceSKILL.md
| 19 | - **`get_gene_metadata_by_gene_name`** from `ncbi-server` (streamable-http) - `https://scp.intern-ai.org.cn/api/v1/mcp/9/Origene-NCBI` |
low line 46
External URL reference
SourceSKILL.md
| 46 | > **Note:** Replace `<YOUR_SCP_HUB_API_KEY>` with your own SCP Hub API Key. You can obtain one from the [SCP Platform](https://scphub.intern-ai.org.cn). |
low line 56
External URL reference
SourceSKILL.md
| 56 | "chembl-server": "https://scp.intern-ai.org.cn/api/v1/mcp/4/Origene-ChEMBL", |
low line 57
External URL reference
SourceSKILL.md
| 57 | "tcga-server": "https://scp.intern-ai.org.cn/api/v1/mcp/11/Origene-TCGA", |
low line 58
External URL reference
SourceSKILL.md
| 58 | "ensembl-server": "https://scp.intern-ai.org.cn/api/v1/mcp/12/Origene-Ensembl", |
low line 59
External URL reference
SourceSKILL.md
| 59 | "ncbi-server": "https://scp.intern-ai.org.cn/api/v1/mcp/9/Origene-NCBI" |
low line 83
External URL reference
SourceSKILL.md
| 83 | sessions["chembl-server"], _, _ = await connect("https://scp.intern-ai.org.cn/api/v1/mcp/4/Origene-ChEMBL", "streamable-http") |
low line 84
External URL reference
SourceSKILL.md
| 84 | sessions["tcga-server"], _, _ = await connect("https://scp.intern-ai.org.cn/api/v1/mcp/11/Origene-TCGA", "streamable-http") |
low line 85
External URL reference
SourceSKILL.md
| 85 | sessions["ensembl-server"], _, _ = await connect("https://scp.intern-ai.org.cn/api/v1/mcp/12/Origene-Ensembl", "streamable-http") |
low line 86
External URL reference
SourceSKILL.md
| 86 | sessions["ncbi-server"], _, _ = await connect("https://scp.intern-ai.org.cn/api/v1/mcp/9/Origene-NCBI", "streamable-http") |
Scanned on Mar 3, 2026
View Security Dashboard