compound_database_crossref
Facilitates cross-referencing of chemical compounds across multiple databases for comprehensive chemical information retrieval.
Install this skill
or
87/100
Security score
The compound_database_crossref 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_compound_by_name`** from `pubchem-server` (streamable-http) - `https://scp.intern-ai.org.cn/api/v1/mcp/8/Origene-PubChem` |
low line 17
External URL reference
SourceSKILL.md
| 17 | - **`get_molecule_by_name`** from `chembl-server` (streamable-http) - `https://scp.intern-ai.org.cn/api/v1/mcp/4/Origene-ChEMBL` |
low line 18
External URL reference
SourceSKILL.md
| 18 | - **`kegg_find`** from `kegg-server` (streamable-http) - `https://scp.intern-ai.org.cn/api/v1/mcp/5/Origene-KEGG` |
low line 19
External URL reference
SourceSKILL.md
| 19 | - **`CASToPrice`** from `server-30` (sse) - `https://scp.intern-ai.org.cn/api/v1/mcp/30/SciToolAgent-Mat` |
low line 45
External URL reference
SourceSKILL.md
| 45 | > **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 55
External URL reference
SourceSKILL.md
| 55 | "pubchem-server": "https://scp.intern-ai.org.cn/api/v1/mcp/8/Origene-PubChem", |
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 | "kegg-server": "https://scp.intern-ai.org.cn/api/v1/mcp/5/Origene-KEGG", |
low line 58
External URL reference
SourceSKILL.md
| 58 | "server-30": "https://scp.intern-ai.org.cn/api/v1/mcp/30/SciToolAgent-Mat" |
low line 82
External URL reference
SourceSKILL.md
| 82 | sessions["pubchem-server"], _, _ = await connect("https://scp.intern-ai.org.cn/api/v1/mcp/8/Origene-PubChem", "streamable-http") |
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["kegg-server"], _, _ = await connect("https://scp.intern-ai.org.cn/api/v1/mcp/5/Origene-KEGG", "streamable-http") |
low line 85
External URL reference
SourceSKILL.md
| 85 | sessions["server-30"], _, _ = await connect("https://scp.intern-ai.org.cn/api/v1/mcp/30/SciToolAgent-Mat", "sse") |
Scanned on Mar 3, 2026
View Security Dashboard