podcast-edit
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Interacts with OpenAI's official Whisper API via
curlto fetch transcription data, which is necessary for the skill's primary function of audio editing. - [COMMAND_EXECUTION]: Executes standard audio processing tools
ffmpegandffprobeto perform file inspection, chunking, and complex audio filtering. - [DATA_EXFILTRATION]: Transmits audio segments to OpenAI for transcription services using the user's
OPENAI_API_KEY. This interaction targets a well-known service and is restricted to the data required for the stated purpose. - [COMMAND_EXECUTION]: Runs a provided Python script,
filler_removal.py, which uses the Python standard library to process transcription metadata and generate ffmpeg filter configurations. - [CREDENTIALS_UNSAFE]: References the
OPENAI_API_KEYenvironment variable for authentication, which is a secure practice for managing secrets compared to hardcoding keys.
Audit Metadata