fastqc-multiqc-read-qc-starter — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited fastqc-multiqc-read-qc-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 read-QC pass with FastQC and aggregate the result with MultiQC on a tiny FASTQ example.
FastQC on a local FASTQ input from the repo-managed genomics prefix.bin/ onto PATH so the bundled java runtime is discoverable.MultiQC over the FastQC output directory and writes a compact JSON summary.FastQC and MultiQC fit together before adding trimming or alignment.python3 skills/genomics/fastqc-multiqc-read-qc-starter/scripts/run_fastqc_multiqc_read_qc.py \
--input skills/genomics/fastqc-multiqc-read-qc-starter/examples/toy_reads.fastq \
--summary-out scratch/genomics/fastqc_multiqc_summary.jsonpython3 -m unittest discover -s skills/genomics/fastqc-multiqc-read-qc-starter/tests -p 'test_*.py'total_sequences == 4, gc_percent == 50, and multiqc_sample_count == 1~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.