bcftools-variant-filtering-starter — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited bcftools-variant-filtering-starter (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.
Use this skill to run a deterministic bcftools view filtering example on a tiny VCF and capture the kept variants in a compact JSON summary.
bcftools view with a configurable include expression against a local VCF.bcftools in the repo-managed genomics environment.python3 skills/genomics/bcftools-variant-filtering-starter/scripts/run_bcftools_variant_filtering.py \
--input skills/genomics/bcftools-variant-filtering-starter/examples/toy_variants.vcf \
--out scratch/genomics/bcftools_variant_filtering_summary.json \
--filtered-vcf-out scratch/genomics/toy_variants.filtered.vcf.gzpython3 -m unittest discover -s skills/genomics/bcftools-variant-filtering-starter/tests -p 'test_*.py'passing_record_count == 2 and kept_ids == ["varA", "varC"]~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.