cnv-caller-agent — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited cnv-caller-agent (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.
The CNV Caller Agent provides comprehensive AI-enhanced copy number variation analysis from WGS, WES, and targeted sequencing for cancer genomics and constitutional CNV detection.
User: "Call somatic copy number alterations from this tumor-normal WES pair."
Agent Action:
python3 Skills/Genomics/CNV_Caller_Agent/cnv_caller.py \
--tumor tumor.bam \
--normal normal.bam \
--reference GRCh38.fa \
--method facets \
--targets exome_targets.bed \
--driver_genes cancer_genes.txt \
--output cnv_results/| Tool | Application | Key Features |
|---|---|---|
| FACETS | Tumor WES | Purity/ploidy, allele-specific |
| ASCAT | Tumor WGS/arrays | Allele-specific, multi-clone |
| CNVkit | WES/targeted | Hybrid reference approach |
| GATK CNV | WES/WGS | GATK ecosystem integration |
| Purple | WGS | GRIDSS integration, comprehensive |
| CONICS | scRNA-seq | Single-cell CNV inference |
| Metric | Description | Interpretation |
|---|---|---|
| Purity | Tumor fraction | Sample quality |
| Ploidy | Average copy number | Genome doubling |
| LOH | Loss of heterozygosity | Regions of allele loss |
| SCNA burden | Total altered fraction | Genomic instability |
| Focal events | Amplifications/deletions | Driver candidates |
| Gene | Alteration | Cancer Type |
|---|---|---|
| ERBB2 (HER2) | Amplification | Breast, gastric |
| MYC | Amplification | Many cancers |
| EGFR | Amplification | Lung, GBM |
| CDK4/MDM2 | Amplification | Sarcoma, GBM |
| CDKN2A | Deletion | Many cancers |
| RB1 | Deletion | Many cancers |
| PTEN | Deletion | Prostate, GBM |
Segmentation:
Quality Prediction:
Driver Prioritization:
Total CN = Major allele + Minor allele
Examples:
- Normal: 1 + 1 = 2 (diploid)
- CN gain: 2 + 1 = 3 (trisomy)
- CN-LOH: 2 + 0 = 2 (normal total, LOH)
- Homozygous deletion: 0 + 0 = 0
- High amplification: 10 + 0 = 10 (focal amp)AI Group - Biomedical AI Platform
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.