transcriptome_analysis
Facilitates comprehensive transcriptome analysis through Ensembl and UCSC data retrieval and processing.
Install this skill
or
91/100
Security score
The transcriptome_analysis skill was audited on Mar 3, 2026 and we found 9 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_lookup_id`** from `ensembl-server` (streamable-http) - `https://scp.intern-ai.org.cn/api/v1/mcp/12/Origene-Ensembl` |
low line 17
External URL reference
SourceSKILL.md
| 17 | - **`get_sequence_id`** from `ensembl-server` (streamable-http) - `https://scp.intern-ai.org.cn/api/v1/mcp/12/Origene-Ensembl` |
low line 18
External URL reference
SourceSKILL.md
| 18 | - **`get_transcript_haplotypes`** 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_track_data`** from `ucsc-server` (streamable-http) - `https://scp.intern-ai.org.cn/api/v1/mcp/13/Origene-UCSC` |
low line 47
External URL reference
SourceSKILL.md
| 47 | > **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 57
External URL reference
SourceSKILL.md
| 57 | "ensembl-server": "https://scp.intern-ai.org.cn/api/v1/mcp/12/Origene-Ensembl", |
low line 58
External URL reference
SourceSKILL.md
| 58 | "ucsc-server": "https://scp.intern-ai.org.cn/api/v1/mcp/13/Origene-UCSC" |
low line 82
External URL reference
SourceSKILL.md
| 82 | sessions["ensembl-server"], _, _ = await connect("https://scp.intern-ai.org.cn/api/v1/mcp/12/Origene-Ensembl", "streamable-http") |
low line 83
External URL reference
SourceSKILL.md
| 83 | sessions["ucsc-server"], _, _ = await connect("https://scp.intern-ai.org.cn/api/v1/mcp/13/Origene-UCSC", "streamable-http") |
Scanned on Mar 3, 2026
View Security Dashboard