faster-whisper

Pass

Audited by Gen Agent Trust Hub on Mar 1, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • [SAFE]: The skill performs audio transcription as described in its documentation. The code is transparent, well-structured, and does not contain any obfuscated or suspicious logic.
  • [EXTERNAL_DOWNLOADS]: The skill automatically downloads and installs the 'faster-whisper' package from the official Python Package Index (PyPI). This is a standard procedure for installing the necessary AI models and inference engines required for its core functionality.
  • [COMMAND_EXECUTION]: The wrapper script 'scripts/run.py' and 'scripts/setup_environment.py' use 'subprocess.run' to create a local virtual environment and execute transcription tasks. These operations are limited to the skill's own directory and are used to ensure dependency isolation.
  • [COMMAND_EXECUTION]: The 'install.py' script sets executable permissions ('chmod 755') on the internal scripts to enable the AI agent to run them within the user's environment.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 1, 2026, 03:01 PM