ClawBio Equity Scorer

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

Future installs may receive different package versions than the author tested.

Why it was flagged

The skill installs external Python packages without exact pinned versions. These dependencies are expected for the bioinformatics/statistics purpose, but unpinned packages can change over time.

Skill content
uv | package: biopython; uv | package: pandas; uv | package: scikit-learn; uv | package: matplotlib; uv | package: numpy
Recommendation

Install from trusted package sources and prefer a lockfile or pinned versions if reproducibility or supply-chain control is important.

What this means

Generated reports and tables may reveal sensitive population, ancestry, or genomic characteristics of a dataset.

Why it was flagged

The skill is designed to process sensitive genomic and ancestry data and persist derived summaries, figures, tables, and reproducibility artifacts locally.

Skill content
Input Formats ... VCF File ... Genotype fields (GT) for multiple samples ... Ancestry CSV ... population or ancestry ... Write report ... Markdown with embedded figure paths, methods, and reproducibility block.
Recommendation

Use this only on data you are authorized to analyze, choose a private output directory, and avoid sharing generated reports unless they have been reviewed for privacy.