fbdd — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited fbdd (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Design and analyze fragment libraries, compute ligand efficiency metrics, perform fragment docking, and execute fragment-to-lead elaboration (growing, linking, merging) with computational support.
| File | Content |
|---|---|
references/fbdd-theory.md | Fragment rules (Rule of 3), LE/LLE/LLEAT/BEI/SEI, Hann complexity model, fragment-to-lead strategies (grow/link/merge), success stories |
references/fragment-library.md | Library design: RDKit filters (Ro3/PAINS/flatness/rigidity), 3D sp3 character, commercial sources, diversity selection, quality checks |
references/fragment-docking.md | Low-MW docking pitfalls, Vina fragment settings, ROCS shape screening, Smina fragment mode, pose clustering, hotspot validation |
references/fragment-growing.md | Scaffold growing (R-group enumeration, MMPA vectors), fragment merging (MCS-based), FBDD-aware REINVENT, SynthesizabilityOracle, elaboration scoring |
references/efficiency-metrics.md | LE/LLE/LLEAT/BEI/SEI formulas, efficiency evolution plots, Abad-Zapatero plots, LELP, GE (group efficiency), metric-driven SAR |
"Build a fragment library" → fragment-library.md
"Dock fragments into my target" → fragment-docking.md
"I have a fragment hit, want to grow it" → fragment-growing.md
"Track efficiency as I optimize" → efficiency-metrics.md
"What makes a good fragment?" → fbdd-theory.md
| Property | Fragment (Ro3) | Lead-like | Drug-like (Ro5) |
|---|---|---|---|
| MW | ≤ 300 Da | ≤ 400 Da | ≤ 500 Da |
| cLogP | ≤ 3 | ≤ 4 | ≤ 5 |
| HBD | ≤ 3 | ≤ 4 | ≤ 5 |
| HBA | ≤ 3 | ≤ 8 | ≤ 10 |
| PSA | — | ≤ 120 Ų | — |
| Rotatable bonds | ≤ 3 | ≤ 7 | ≤ 10 |
def ligand_efficiency(pIC50, n_heavy_atoms):
"""LE = ΔG / HAC ≈ 1.37 * pIC50 / HAC (kcal/mol per heavy atom)"""
return 1.37 * pIC50 / n_heavy_atoms
# Good fragment: LE ≥ 0.3 kcal/mol/HA
# Drug-like optimum: LE ≥ 0.3 (maintain or improve during optimization)docking skill (Vina/Gnina, lower exhaustiveness ok)chem_diversity.py (MaxMin)chem_filter.py, chem_batch.pychem_react.py (ReactionFromSmarts)mmpa skillgenerative-design skill (REINVENT with fragment constraint)py3Dmol skill~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.