structural-biology — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited structural-biology (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.
Reference examples assume:
biopython 1.84+py3Dmol or PyMOLVerify before use:
python -c "import Bio; print(Bio.__version__)"Use this skill when the task is:
results/structures/AF-<accession>.cifresults/structures/AF-<accession>.pdbresults/confidence/AF-<accession>-confidence.jsonresults/confidence/AF-<accession>-pae.jsonfigures/AF-<accession>-pae.pngfrom Bio.PDB import alphafold_db
prediction = next(alphafold_db.get_predictions("P00520"))
cif_path = alphafold_db.download_cif_for(prediction, directory="results/structures")
print(cif_path)| pLDDT | Interpretation |
|---|---|
> 90 | very high confidence |
70-90 | good backbone confidence |
50-70 | low confidence |
< 50 | likely disorder or unreliable local structure |
| PAE | Interpretation |
|---|---|
< 5 Å | confident relative positioning |
5-15 Å | moderate uncertainty |
> 15 Å | domain orientation may be unreliable |
Download:
mmCIF or PDBDo not map mutations or infer interfaces from low-confidence regions without saying so.
Map domains, active sites, mutations, motifs, or interfaces onto the structure.
Save coordinates, confidence files, and a PAE heatmap or equivalent summary.
results/
├── structures/
│ ├── AF-P00520-F1-model_v4.cif
│ └── AF-P00520-F1-model_v4.pdb
└── confidence/
├── AF-P00520-F1-confidence_v4.json
└── AF-P00520-F1-predicted_aligned_error_v4.json
figures/
└── AF-P00520-F1-pae.pngalphafold-database~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.