whisper
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and implementation examples for the official OpenAI Whisper speech recognition model, utilizing trusted dependencies and standard installation procedures.
- [COMMAND_EXECUTION]: Instructions include standard system commands for installing the
ffmpegdependency using package managers likeapt(withsudo),brew, andchocoto satisfy software requirements. - [INDIRECT_PROMPT_INJECTION]: The skill facilitates the processing of external audio data for transcription purposes.
- Ingestion points: The
model.transcribe()function inSKILL.mdandreferences/languages.mdingests external audio files. - Boundary markers: The
initial_promptparameter is documented for providing context, which can assist in guiding model output and resolving technical terminology. - Capability inventory: The skill uses standard file system access and subprocess execution via the
whisperandffmpegCLIs for audio processing tasks. - Sanitization: Standard transcription procedures are utilized as expected for automated speech recognition tasks.
Audit Metadata