Protein Mining
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
A user or agent may need to find and run external tools that were not fully declared by the skill metadata.
The skill declares only three required binaries and no install steps, but its instructions reference many additional dependencies and a `protein-mining` CLI that is not supplied in the artifact set.
requires: { "bins": ["mafft", "hmmbuild", "iqtree"] }, "install": [] ... Software Dependencies ... AlphaFold2 / ColabFold, Foldseek 8.0+ ... Usage: protein-mining --target "ABC transporter" --species plantsBefore using the workflow, verify the exact executable and dependencies from trusted sources and avoid running an unknown `protein-mining` command from the system path.
Users could over-trust generated protein candidates, figures, or hypotheses without sufficient scientific validation.
The description frames the workflow as producing publishable, high-quality academic results, which may encourage overreliance on generated analyses.
生成可发表的学术成果 ... 适用于高质量学术论文发表
Treat outputs as research assistance only and require expert review, reproducibility checks, and appropriate validation before publication or experiments.
