napari-image-viewer
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and code examples for using the napari scientific image viewer. It follows standard practices for image processing and visualization.
- [EXTERNAL_DOWNLOADS]: The skill recommends installing several well-known scientific Python packages from official registries (PyPI), including napari, numpy, scikit-image, and specialized plugins like napari-cellpose. These are standard dependencies for the described functionality.
- [COMMAND_EXECUTION]: The provided code snippets involve standard file I/O (reading .tif and .npy files) and GUI rendering. Commands for headless operation (setting environment variables) are standard for running visualization tools on servers or CI environments.
- [PROMPT_INJECTION]: No attempts to override agent behavior or bypass safety filters were detected in the instructions or code comments.
- [DATA_EXFILTRATION]: No network operations or sensitive file access patterns were identified. All data processing is local to the provided file paths.
Audit Metadata