tiledbvcf
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructions facilitate the installation of software from established sources, including the
tiledb-pyandtiledbvcf-pypackages from well-known Conda channels (conda-forge, bioconda, and tiledb) and official Docker images from TileDB's repository. - [COMMAND_EXECUTION]: Provides boilerplate command-line examples for setting up data environments, managing Docker containers, and using the
tiledbvcfCLI tool for dataset creation, storage, and export. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process genomic variant-call data (VCF/BCF files), which represents a data ingestion surface for external content.
- Ingestion points: Variant data is ingested via the
ds.ingest_samplesmethod described inSKILL.md. - Boundary markers: Not present.
- Capability inventory: The skill facilitates network operations for cloud storage (S3, Azure, GCS) and TileDB Cloud interaction, along with local file write operations via the
ds.exportfunction. - Sanitization: Not explicitly documented in the instruction set.
Audit Metadata