azure-screenshot-mask
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a functional utility for masking sensitive data in images, which promotes better security practices for users sharing screenshots publicly.
- [COMMAND_EXECUTION]: The skill includes a Python script
scripts/mosaic-azure-screenshots.pyintended to be run locally. Analysis of the script shows it only performs image manipulation (cropping, resizing, and pasting) using the Pillow library. It does not execute arbitrary shell commands or access sensitive system files. - [EXTERNAL_DOWNLOADS]: The documentation mentions installing the
pillowlibrary viapip. This is a well-known, standard library for image processing from the official PyPI registry. - [DATA_EXFILTRATION]: No network operations or data transmission patterns were detected. The script processes files locally and overwrites them or creates backups as requested by the user.
Audit Metadata