histolab
Pass
Audited by Gen Agent Trust Hub on Apr 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill utilizes the
histolab.datamodule to fetch sample digital pathology datasets. According to the documentation, these datasets originate from The Cancer Genome Atlas (TCGA), a well-known and trusted scientific resource for cancer research. - [COMMAND_EXECUTION]: The installation instructions use
uv pip install histolab, which is a standard method for managing Python dependencies. The skill also performs routine file system operations such as creating output directories, saving image thumbnails, and writing tile datasets to the local disk. In one example, it demonstrates a quality control step usingPath.unlink()to remove blurry tiles from the local output directory, which is a standard and expected behavior for a preprocessing pipeline.
Audit Metadata