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.

What this means

A user or agent may need to find and run external tools that were not fully declared by the skill metadata.

Why it was flagged

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.

Skill content
requires: { "bins": ["mafft", "hmmbuild", "iqtree"] }, "install": [] ... Software Dependencies ... AlphaFold2 / ColabFold, Foldseek 8.0+ ... Usage: protein-mining --target "ABC transporter" --species plants
Recommendation

Before using the workflow, verify the exact executable and dependencies from trusted sources and avoid running an unknown `protein-mining` command from the system path.

What this means

Users could over-trust generated protein candidates, figures, or hypotheses without sufficient scientific validation.

Why it was flagged

The description frames the workflow as producing publishable, high-quality academic results, which may encourage overreliance on generated analyses.

Skill content
生成可发表的学术成果 ... 适用于高质量学术论文发表
Recommendation

Treat outputs as research assistance only and require expert review, reproducibility checks, and appropriate validation before publication or experiments.