audio-quality-check
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/analyze_recording.pyinvokesffprobeandffmpegto process audio files. These operations are implemented usingsubprocess.runwith list-based arguments and without theshell=Trueparameter, effectively mitigating the risk of command injection from file paths. - [EXTERNAL_DOWNLOADS]: The documentation identifies several standard scientific and audio processing dependencies (such as
numpy,scipy,librosa, andpyloudnorm) and system tools likeffmpeg. These are widely used, reputable open-source projects suitable for the skill's stated purpose. - [SAFE]: Detailed inspection of the scripts and instructions revealed no evidence of prompt injection, credential harvesting, or unauthorized network activity. The skill operates exclusively on local audio data provided within the recording directory.
Audit Metadata