dicom-series-preflight
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
subprocess.runwithin its unit test suite (tests/test_preflight_series.py) to execute a local generation script for test data. This is a standard development practice for fixture management and does not present a risk during normal skill operation. - [EXTERNAL_DOWNLOADS]: The skill declares dependencies on official, well-known Python packages including
pydicom,nibabel,numpy, andtyper. These are standard tools for medical imaging and command-line interface development. - [DATA_EXFILTRATION]: Although the skill is designed to scan DICOM files that may contain sensitive health information, its functions are entirely local. The manifest specifies no network endpoints, and the code contains no logic for external data transmission.
Audit Metadata