Description-Behavior Mismatch
Low
- Confidence
- 70% confidence
- Finding
- The code allows STT_TEMP_DIR from configuration/environment to control where directories are created, then calls mkdir(parents=True, exist_ok=True) without restricting the path to a safe base directory. If an attacker can influence configuration, this could create or reuse arbitrary filesystem locations, which broadens the skill’s file-system reach beyond temporary audio storage.
