onboard
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands (Bash) to create directory structures for plugin data using
mkdir -pand migrates legacy files usingcpormvequivalents. - [EXTERNAL_DOWNLOADS]: The skill utilizes
pipandpip3to install required Python libraries (librosa, numpy, scipy) into a dedicated virtual environment (venv) located within the plugin's data directory. This is used for environment isolation to avoid affecting the system Python installation. - [COMMAND_EXECUTION]: Audio processing tasks are performed using standard command-line tools such as
ffmpegandffprobe, which are common utilities for audio analysis and manipulation. - [COMMAND_EXECUTION]: The skill executes Python scripts within the managed virtual environment to perform spectral profiling and voice analysis.
Audit Metadata