mouse_model_analysis
Analyzes mouse disease models using MouseMine, NCBI, and Ensembl for gene data and homolog comparisons.
Install this skill
or
89/100
Security score
The mouse_model_analysis skill was audited on Mar 3, 2026 and we found 11 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 | - **`mousemine_search`** from `search-server` (streamable-http) - `https://scp.intern-ai.org.cn/api/v1/mcp/7/Origene-Search` |
low line 17
External URL reference
SourceSKILL.md
| 17 | - **`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 18
External URL reference
SourceSKILL.md
| 18 | - **`get_homology_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_orthologs`** 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 | "search-server": "https://scp.intern-ai.org.cn/api/v1/mcp/7/Origene-Search", |
low line 57
External URL reference
SourceSKILL.md
| 57 | "ncbi-server": "https://scp.intern-ai.org.cn/api/v1/mcp/9/Origene-NCBI", |
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 82
External URL reference
SourceSKILL.md
| 82 | sessions["search-server"], _, _ = await connect("https://scp.intern-ai.org.cn/api/v1/mcp/7/Origene-Search", "streamable-http") |
low line 83
External URL reference
SourceSKILL.md
| 83 | sessions["ncbi-server"], _, _ = await connect("https://scp.intern-ai.org.cn/api/v1/mcp/9/Origene-NCBI", "streamable-http") |
low line 84
External URL reference
SourceSKILL.md
| 84 | sessions["ensembl-server"], _, _ = await connect("https://scp.intern-ai.org.cn/api/v1/mcp/12/Origene-Ensembl", "streamable-http") |
Scanned on Mar 3, 2026
View Security Dashboard