dicom-series-to-volume

Pass

Audited by Gen Agent Trust Hub on Aug 31, 2026

Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
  • [INDIRECT_PROMPT_INJECTION]: The skill processes medical DICOM files and extracts metadata strings (e.g., StudyDescription, SeriesDescription) into a JSON report. This creates a potential surface for indirect prompt injection if these files originate from an untrusted source and contain malicious text in metadata fields.\n
  • Ingestion points: The scripts/series_to_volume.py script reads DICOM files from a user-specified directory using the pydicom library.\n
  • Boundary markers: The skill does not employ specific delimiters or instructions to isolate the extracted metadata from the agent's command context in the resulting JSON summary.\n
  • Capability inventory: The skill has capabilities for file reading and writing within the provided run directory to perform the conversion.\n
  • Sanitization: Metadata is converted to strings without specific validation or escaping for potential LLM injection sequences.\n- [COMMAND_EXECUTION]: The skill executes a local Python script (scripts/series_to_volume.py) to perform the DICOM to NIfTI conversion, involving standard file system read and write operations as part of its primary functionality.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 31, 2026, 07:02 PM
Security Audit — agent-trust-hub — dicom-series-to-volume