protein_interaction_network
Analyzes protein interactions by mapping identifiers, computing enrichment, and linking to KEGG pathways for systems biology tasks.
Install this skill
or
91/100
Security score
The protein_interaction_network 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 | - **`mapping_identifiers`** from `string-server` (streamable-http) - `https://scp.intern-ai.org.cn/api/v1/mcp/6/Origene-STRING` |
low line 17
External URL reference
SourceSKILL.md
| 17 | - **`get_string_network_interaction`** from `string-server` (streamable-http) - `https://scp.intern-ai.org.cn/api/v1/mcp/6/Origene-STRING` |
low line 18
External URL reference
SourceSKILL.md
| 18 | - **`get_ppi_enrichment`** from `string-server` (streamable-http) - `https://scp.intern-ai.org.cn/api/v1/mcp/6/Origene-STRING` |
low line 19
External URL reference
SourceSKILL.md
| 19 | - **`kegg_link`** from `kegg-server` (streamable-http) - `https://scp.intern-ai.org.cn/api/v1/mcp/5/Origene-KEGG` |
low line 50
External URL reference
SourceSKILL.md
| 50 | > **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 60
External URL reference
SourceSKILL.md
| 60 | "string-server": "https://scp.intern-ai.org.cn/api/v1/mcp/6/Origene-STRING", |
low line 61
External URL reference
SourceSKILL.md
| 61 | "kegg-server": "https://scp.intern-ai.org.cn/api/v1/mcp/5/Origene-KEGG" |
low line 85
External URL reference
SourceSKILL.md
| 85 | sessions["string-server"], _, _ = await connect("https://scp.intern-ai.org.cn/api/v1/mcp/6/Origene-STRING", "streamable-http") |
low line 86
External URL reference
SourceSKILL.md
| 86 | sessions["kegg-server"], _, _ = await connect("https://scp.intern-ai.org.cn/api/v1/mcp/5/Origene-KEGG", "streamable-http") |
Scanned on Mar 3, 2026
View Security Dashboard