Skip to main content

drug-discovery

Assists in drug discovery by searching bioactive compounds, calculating drug-likeness, and interpreting ADMET profiles.

Install this skill

or
6/100

Security score

The drug-discovery skill was audited on May 17, 2026 and we found 26 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 34

Template literal with variable interpolation in command context

SourceSKILL.md
34```bash
medium line 51

Template literal with variable interpolation in command context

SourceSKILL.md
51```bash
medium line 65

Template literal with variable interpolation in command context

SourceSKILL.md
65```bash
medium line 90

Template literal with variable interpolation in command context

SourceSKILL.md
90```bash
medium line 121

Template literal with variable interpolation in command context

SourceSKILL.md
121```bash
medium line 142

Template literal with variable interpolation in command context

SourceSKILL.md
142```bash
medium line 161

Template literal with variable interpolation in command context

SourceSKILL.md
161```bash
medium line 178

Template literal with variable interpolation in command context

SourceSKILL.md
178```bash
medium line 38

Curl to non-GitHub URL

SourceSKILL.md
38curl -s "https://www.ebi.ac.uk/chembl/api/data/target/search?q=${ENCODED}&format=json" \
medium line 54

Curl to non-GitHub URL

SourceSKILL.md
54curl -s "https://www.ebi.ac.uk/chembl/api/data/activity?target_chembl_id=${TARGET_ID}&pchembl_value__gte=6&limit=10&format=json" \
medium line 68

Curl to non-GitHub URL

SourceSKILL.md
68curl -s "https://www.ebi.ac.uk/chembl/api/data/molecule/${MOL_ID}?format=json" \
medium line 93

Curl to non-GitHub URL

SourceSKILL.md
93curl -s "https://pubchem.ncbi.nlm.nih.gov/rest/pug/compound/name/${ENCODED}/property/MolecularWeight,XLogP,HBondDonorCount,HBondAcceptorCount,RotatableBondCount,TPSA,InChIKey/JSON" \
medium line 124

Curl to non-GitHub URL

SourceSKILL.md
124curl -s "https://api.fda.gov/drug/label.json?search=drug_interactions:\"${ENCODED}\"&limit=3" \
medium line 145

Curl to non-GitHub URL

SourceSKILL.md
145curl -s "https://api.fda.gov/drug/event.json?search=patient.drug.medicinalproduct:\"${ENCODED}\"&count=patient.reaction.reactionmeddrapt.exact&limit=10" \
medium line 164

Curl to non-GitHub URL

SourceSKILL.md
164CID=$(curl -s "https://pubchem.ncbi.nlm.nih.gov/rest/pug/compound/name/${ENCODED}/cids/TXT" | head -1 | tr -d '[:space:]')
medium line 166

Curl to non-GitHub URL

SourceSKILL.md
166curl -s "https://pubchem.ncbi.nlm.nih.gov/rest/pug/compound/cid/${CID}/property/IsomericSMILES,InChIKey,IUPACName/JSON" \
medium line 180

Curl to non-GitHub URL

SourceSKILL.md
180curl -s -X POST "https://api.platform.opentargets.org/api/v4/graphql" \
low line 38

External URL reference

SourceSKILL.md
38curl -s "https://www.ebi.ac.uk/chembl/api/data/target/search?q=${ENCODED}&format=json" \
low line 54

External URL reference

SourceSKILL.md
54curl -s "https://www.ebi.ac.uk/chembl/api/data/activity?target_chembl_id=${TARGET_ID}&pchembl_value__gte=6&limit=10&format=json" \
low line 68

External URL reference

SourceSKILL.md
68curl -s "https://www.ebi.ac.uk/chembl/api/data/molecule/${MOL_ID}?format=json" \
low line 93

External URL reference

SourceSKILL.md
93curl -s "https://pubchem.ncbi.nlm.nih.gov/rest/pug/compound/name/${ENCODED}/property/MolecularWeight,XLogP,HBondDonorCount,HBondAcceptorCount,RotatableBondCount,TPSA,InChIKey/JSON" \
low line 124

External URL reference

SourceSKILL.md
124curl -s "https://api.fda.gov/drug/label.json?search=drug_interactions:\"${ENCODED}\"&limit=3" \
low line 145

External URL reference

SourceSKILL.md
145curl -s "https://api.fda.gov/drug/event.json?search=patient.drug.medicinalproduct:\"${ENCODED}\"&count=patient.reaction.reactionmeddrapt.exact&limit=10" \
low line 164

External URL reference

SourceSKILL.md
164CID=$(curl -s "https://pubchem.ncbi.nlm.nih.gov/rest/pug/compound/name/${ENCODED}/cids/TXT" | head -1 | tr -d '[:space:]')
low line 166

External URL reference

SourceSKILL.md
166curl -s "https://pubchem.ncbi.nlm.nih.gov/rest/pug/compound/cid/${CID}/property/IsomericSMILES,InChIKey,IUPACName/JSON" \
low line 180

External URL reference

SourceSKILL.md
180curl -s -X POST "https://api.platform.opentargets.org/api/v4/graphql" \
Scanned on May 17, 2026
View Security Dashboard
Installation guide →