Skip to main content

pysam

Pysam is a genomic file toolkit for reading and writing alignment and variant files, essential for NGS data processing pipelines.

Install this skill

or
95/100

Security score

The pysam skill was audited on Feb 28, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 39

Fetch to external URL

SourceSKILL.md
39for read in samfile.fetch("chr1", 1000, 2000):
low line 57

Fetch to external URL

SourceSKILL.md
57sequence = fasta.fetch("chr1", 1000, 2000)
low line 163

Fetch to external URL

SourceSKILL.md
163samfile.fetch("chr1", 999, 2000) # 0-based: positions 999-1999
low line 164

Fetch to external URL

SourceSKILL.md
164samfile.fetch("chr1:1000-2000") # 1-based string: positions 1000-2000
low line 259

External URL reference

SourceSKILL.md
259Official documentation: https://pysam.readthedocs.io/
Scanned on Feb 28, 2026
View Security Dashboard