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.py invokes ffprobe and ffmpeg to process audio files. These operations are implemented using subprocess.run with list-based arguments and without the shell=True parameter, 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, and pyloudnorm) and system tools like ffmpeg. 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
Risk Level
SAFE
Analyzed
May 7, 2026, 01:01 PM