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.data functions like prostate_tissue() and ovarian_tissue() in slide_management.md download WSIs from TCGA repositories.
  • [COMMAND_EXECUTION] (SAFE): Standard file system management is used to organize processed image outputs and thumbnails.
  • Evidence: pathlib.Path and os.path operations in slide_management.md are 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_path parameter in Slide class (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
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:44 PM