Pythonic wrapper around RDKit with simplified interface and sensible defaults. Preferred for standard drug discovery including SMILES parsing, standardization, descriptors, fingerprints, clustering, 3D conformers, parallel processing. Returns native rdkit.Chem.Mol objects. For advanced control or custom parameters, use rdkit directly.
73
66%
Does it follow best practices?
Impact
81%
3.24xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./scientific-skills/datamol/SKILL.mdSecurity
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.90). The skill's README and I/O docs (SKILL.md and references/io_module.md) explicitly show reading remote public sources (e.g., dm.read_csv("https://example.com/data.csv"), dm.read_sdf("s3://bucket/compounds.sdf") and dm.open_df(...)) and the required workflows ingest and act on that external data (standardize, filter, compute descriptors, cluster, etc.), so untrusted third‑party content can materially influence the agent's processing and subsequent actions.
b58ad7e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.