proteina-complexa — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited proteina-complexa (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.
Plain-language role: Use this skill when you want a flow-based backbone generator with fold-class conditioning, especially for exploratory de novo design.
NVIDIA-Digital-Bio/proteina| Requirement | Minimum | Recommended |
|---|---|---|
| Python | 3.10+ | 3.11 |
| CUDA | 12.0+ | 12.1+ |
| GPU VRAM | 24GB | 40GB+ |
| Environment manager | conda | mamba or micromamba |
git clone https://github.com/NVIDIA-Digital-Bio/proteina.git
cd proteina
mamba env create -f environment.yaml
conda activate proteina_env
pip install -e .Create a .env file in the repository root:
echo "DATA_PATH=/path/to/proteina-data" > .envThe upstream project documents extra data and weight bundles that must live under DATA_PATH. At minimum, verify:
Use Proteina-Complexa when the main task is generating diverse backbones, not sequence optimization.
The upstream model is especially useful when you want:
After generating promising backbones:
proteinmpnn for general inverse foldingsolublempnn when expression robustness matters moreAfter sequence design:
chai1-structure-prediction, boltz-structure-prediction, or alphafold2-multimerprotein-design-qc for filtering and rankingTarget goal
-> Proteina-Complexa backbone generation
-> ProteinMPNN / SolubleMPNN sequence design
-> Chai / Boltz / AlphaFold validation
-> Protein Design QC| Need | Prefer |
|---|---|
| Maximum backbone diversity with established community recipes | rfdiffusion |
| All-atom generation with side-chain awareness | boltzgen |
| Flow-based backbone generation with fold conditioning | proteina-complexa |
| End-to-end integrated binder pipeline | bindcraft |
| Error | Likely cause | Fix |
|---|---|---|
Missing DATA_PATH files | Required upstream bundles not downloaded | Re-check upstream setup and place files under the documented directory tree |
| CUDA OOM | Backbone length or batch too large | Reduce batch size or use a larger GPU |
| Config mismatch | Wrong checkpoint/config pair | Keep checkpoint, config, and conditioning mode aligned |
| Weak downstream foldability | Backbone exploration too unconstrained | Tighten fold conditioning and validate more aggressively |
proteinmpnn or solublempnn.Send promising backbones to proteinmpnn or solublempnn, then validate them structurally and filter with protein-design-qc.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.