histolab
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): The library includes built-in functions to download publicly available sample datasets for training and demonstration.
- Evidence:
histolab.datafunctions likeprostate_tissue()andovarian_tissue()inslide_management.mddownload WSIs from TCGA repositories. - [COMMAND_EXECUTION] (SAFE): Standard file system management is used to organize processed image outputs and thumbnails.
- Evidence:
pathlib.Pathandos.pathoperations inslide_management.mdare used for directory navigation and output path definition. - [DATA_EXFILTRATION] (SAFE): No sensitive file access (e.g., SSH keys, environment variables) or unauthorized network exfiltration attempts were detected.
- [INDIRECT_PROMPT_INJECTION] (SAFE): The skill handles image data ingestion, which does not present a text-based prompt injection surface.
- Ingestion points:
slide_pathparameter inSlideclass (references/slide_management.md). - Boundary markers: N/A (binary image formats like SVS/TIFF).
- Capability inventory: Image processing, tile extraction, and localized file writing.
- Sanitization: Provided by the underlying OpenSlide and OpenCV libraries for image parsing.
Audit Metadata