Skip to main content

lead_compound_optimization

Optimizes lead compounds by validating SMILES, computing drug-likeness, predicting ADMET properties, and checking bioactivity.

Install this skill

or
89/100

Security score

The lead_compound_optimization 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- **`is_valid_smiles`** from `server-2` (streamable-http) - `https://scp.intern-ai.org.cn/api/v1/mcp/2/DrugSDA-Tool`
low line 17

External URL reference

SourceSKILL.md
17- **`calculate_mol_drug_chemistry`** from `server-2` (streamable-http) - `https://scp.intern-ai.org.cn/api/v1/mcp/2/DrugSDA-Tool`
low line 18

External URL reference

SourceSKILL.md
18- **`pred_molecule_admet`** from `server-3` (streamable-http) - `https://scp.intern-ai.org.cn/api/v1/mcp/3/DrugSDA-Model`
low line 19

External URL reference

SourceSKILL.md
19- **`search_activity`** from `chembl-server` (streamable-http) - `https://scp.intern-ai.org.cn/api/v1/mcp/4/Origene-ChEMBL`
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"server-2": "https://scp.intern-ai.org.cn/api/v1/mcp/2/DrugSDA-Tool",
low line 56

External URL reference

SourceSKILL.md
56"server-3": "https://scp.intern-ai.org.cn/api/v1/mcp/3/DrugSDA-Model",
low line 57

External URL reference

SourceSKILL.md
57"chembl-server": "https://scp.intern-ai.org.cn/api/v1/mcp/4/Origene-ChEMBL"
low line 81

External URL reference

SourceSKILL.md
81sessions["server-2"], _, _ = await connect("https://scp.intern-ai.org.cn/api/v1/mcp/2/DrugSDA-Tool", "streamable-http")
low line 82

External URL reference

SourceSKILL.md
82sessions["server-3"], _, _ = await connect("https://scp.intern-ai.org.cn/api/v1/mcp/3/DrugSDA-Model", "streamable-http")
low line 83

External URL reference

SourceSKILL.md
83sessions["chembl-server"], _, _ = await connect("https://scp.intern-ai.org.cn/api/v1/mcp/4/Origene-ChEMBL", "streamable-http")
Scanned on Mar 3, 2026
View Security Dashboard
Installation guide →
GitHub Stars 114
Rate this skill
Categoryeducation research
UpdatedMay 21, 2026
InternScience/scp