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 -p and migrates legacy files using cp or mv equivalents.
  • [EXTERNAL_DOWNLOADS]: The skill utilizes pip and pip3 to 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 ffmpeg and ffprobe, 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
Risk Level
SAFE
Analyzed
May 7, 2026, 09:13 PM
Security Audit — agent-trust-hub — onboard