cancer-research-figure-guide
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and legitimate Python utility functions for scientific image validation. The logic focuses on verifying resolution (DPI), file formats, and color modes as required by AACR guidelines.
- [DATA_EXPOSURE_AND_EXFILTRATION]: The Python scripts use the
Pillowlibrary to open local image files for metadata inspection. This is a standard operation for the skill's stated purpose, and no network exfiltration patterns or hardcoded credentials were observed. - [INDIRECT_PROMPT_INJECTION]: The skill contains a vulnerability surface for processing external data.
- Ingestion points: The
image_pathparameter in thevalidate_cancer_res_figureandcheck_cancer_res_resolutionfunctions inSKILL.mdallows the agent to process external image files. - Boundary markers: None present; the skill assumes the provided path is for a valid image.
- Capability inventory: File system read access via
PIL.Image.openand console output viaprint. - Sanitization: Basic verification of image format against an accepted list.
Audit Metadata