pydicom
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions and scripts are focused solely on medical imaging data processing using the established 'pydicom' library. The provided utility scripts (anonymize_dicom.py, dicom_to_image.py, extract_metadata.py) perform standard file I/O operations and data transformations consistent with their described purposes.
- [COMMAND_EXECUTION]: The skill uses shell commands for package installation ('uv pip install') and executing its own utility scripts. These are standard development operations and do not involve privilege escalation or unauthorized system modifications.
- [DATA_EXPOSURE_AND_EXFILTRATION]: The scripts read and write local files based on user-provided path arguments. There are no hardcoded credentials, sensitive file access (e.g., SSH keys, environment variables), or network operations that could exfiltrate data.
- [REMOTE_CODE_EXECUTION]: Dependencies listed (pydicom, pillow, numpy, matplotlib, pylibjpeg, python-gdcm) are well-known, legitimate libraries in the Python scientific and medical imaging ecosystem. There are no attempts to download or execute code from untrusted remote sources.
Audit Metadata