histolab
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION] (SAFE): No instructions designed to override agent behavior, bypass safety guidelines, or extract system prompts were found in the markdown documentation or code snippets.
- [DATA_EXFILTRATION] (SAFE): File access is restricted to local image formats (e.g., .svs, .tiff) and writing outputs to a user-defined directory. No access to sensitive system paths (like ~/.ssh) or unauthorized network requests were observed.
- [EXTERNAL_DOWNLOADS] (SAFE): The skill references standard scientific Python packages (histolab, numpy, matplotlib, opencv). There are no commands to download or execute scripts from untrusted remote sources.
- [REMOTE_CODE_EXECUTION] (SAFE): No usage of dangerous functions such as eval(), exec(), or subprocess calls with untrusted input were detected.
- [COMMAND_EXECUTION] (SAFE): The code examples focus on library API calls for image processing rather than shell command execution.
Audit Metadata