pysam
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): The skill specifies the installation of 'pysam' via pip. This is a standard, well-documented, and reputable library within the bioinformatics and genomics scientific community.\n- [COMMAND_EXECUTION] (SAFE): The skill provides access to 'pysam.samtools' and 'pysam.bcftools'. These are established Python wrappers for domain-specific binaries. Their use in the provided examples is restricted to genomic data processing tasks (e.g., sorting and indexing BAM files).\n- [DATA_EXFILTRATION] (SAFE): No patterns of data exfiltration or hardcoded credentials were found. The skill operates on local genomic data files using standard library calls.\n- [PROMPT_INJECTION] (SAFE): There is no evidence of direct prompt injection. While the skill ingests external data (genomic files), the structured parsing provided by the underlying C-based htslib used by pysam makes it an unlikely vector for indirect prompt injection targeting the LLM.
Audit Metadata