histolab
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads sample histopathology datasets from The Cancer Genome Atlas (TCGA) repositories using the
poochlibrary. These are established scientific data sources used for demonstrating library capabilities. - [INDIRECT_PROMPT_INJECTION]: The skill processes user-provided Whole Slide Image (WSI) files, identifying this as the primary data ingestion surface.
- Ingestion points: Slide files in SVS, TIFF, and NDPI formats are loaded via the
Slideclass across various workflows. - Boundary markers: No specific delimiters are required as the processing pipeline is strictly binary image analysis and does not interpret natural language instructions within the data.
- Capability inventory: The skill performs file system operations to save extracted tiles, generated thumbnails, and metadata reports in CSV format to the designated
processed_path. - Sanitization: Ingestion and processing are handled by mature scientific libraries including
OpenSlide,Pillow, andhistolab, which manage the complexities of large image file formats.
Audit Metadata