polars-bio
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs the
polars-biopackage (version 0.31.0) from the Python Package Index (PyPI) as its core dependency. This is a standard installation procedure for the skill's primary functionality and originates from the identified vendor. - [INDIRECT_PROMPT_INJECTION]: The skill establishes an ingestion surface by reading external genomic data files (VCF, BED, BAM) and providing a SQL query interface via Apache DataFusion.
- Ingestion points: Bioinformatics reading and scanning functions (
read_bed,scan_vcf,scan_bam, etc.) and thepb.sql()execution interface. - Boundary markers: The instructions do not define specific delimiters for separating data from instructions.
- Capability inventory: File writing capabilities (
write_vcf,sink_bam, etc.) and network connectivity through cloud storage URIs (S3, GCS, Azure). - Sanitization: External data is subject to schema enforcement and validation by the underlying Polars and DataFusion engines.
Audit Metadata