groq-media-transcript
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a read-only dependency preflight (
scripts/check_dependencies.sh) that only suggests manual installation steps (viaapt,mise, orpipx) to the user instead of executing them directly. - [SAFE]: Data handling is restricted to the local file system using
mktempfor temporary storage of audio chunks and JSON metadata, which are cleaned up upon exit unless--keep-artifactsis specified. - [SAFE]: Network operations are limited to communicating with the official Groq API (
api.groq.com) and resolving public URLs viayt-dlp. - [SAFE]: Sensitive environment variables like
GROQ_API_KEYare used for authorization viacurlbut are never printed or logged to the console. - [SAFE]: Command execution involves standard media processing tools (
ffmpeg,ffprobe) and URL resolution (yt-dlp) with arguments derived from user input, but it follows best practices like using--to separate flags and quoting arguments.
Audit Metadata