audio-transcription
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill executes transcription tasks via
subprocess.runusing list-based arguments, which is a secure method that prevents shell injection vulnerabilities. - [SAFE]: External resources, specifically machine learning models, are downloaded from Hugging Face's official repositories. As a well-known service, these downloads are considered standard functionality for the skill's purpose.
- [SAFE]: File operations are handled appropriately, using standard temporary directories (
/private/tmp/) for staging audio and storing results, without evidence of unauthorized data access or exfiltration. - [SAFE]: The use of the
uvxpackage runner to executemlx-whisperis a modern and legitimate practice for managing tool dependencies in a local environment.
Audit Metadata