atac-seq — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited atac-seq (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.
Reference examples assume:
macs3 3.0+samtools 1.18+deepTools 3.5+Verify the runtime first:
macs3 --version, samtools --version, bamCoverage --versionUse this skill when the user needs:
BAMPE| Check | Guidance |
|---|---|
| uniquely mapped reads | >= 20M preferred for strong bulk ATAC |
| TSS enrichment | > 7 acceptable, > 10 strong |
| FRiP | > 0.2 often strong for good bulk ATAC |
results/peaks/sample_peaks.narrowPeakresults/matrix/consensus_peak_counts.tsvresults/diff_accessibility.tsvfigures/tss_enrichment.pdffigures/fragment_size_distribution.pdfmacs3 callpeak \
-t atac.bam \
-f BAMPE \
-g hs \
-n sample \
--nomodel \
--shift -100 \
--extsize 200 \
-q 0.01 \
--outdir results/peaks| Parameter | Typical value | Notes |
|---|---|---|
-f | BAMPE | paired-end ATAC should use fragment-aware mode |
--nomodel | on | standard for ATAC |
--shift | -100 | common Tn5 offset convention |
--extsize | 200 | common first-pass extension |
-q | 0.01 | starting FDR threshold |
Review:
Use fragment-aware paired-end mode and Tn5-aware shifting or equivalent settings.
Merge peaks across samples, count fragments into consensus intervals, then produce a peak-by-sample matrix.
Use replicate-aware statistics and report both effect size and adjusted significance.
Only after peak quality and read depth support it.
results/
├── peaks/
│ ├── sample_peaks.narrowPeak
│ └── sample_summits.bed
├── matrix/
│ └── consensus_peak_counts.tsv
└── diff_accessibility.tsv
qc/
├── tss_enrichment.tsv
└── fragment_metrics.tsv
figures/
├── tss_enrichment.pdf
└── fragment_size_distribution.pdf7 should trigger caution.0.1 is usually weak and needs scrutiny.deeptoolspysam~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.