analyze-reference-grammar
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The main script
scripts/analyze_grammar.pyuses thesubprocessmodule to invokeffmpegandffprobefor video processing tasks such as scene change detection and loudness measurement. - [COMMAND_EXECUTION]: The skill utilizes the OpenAI Whisper model (via Python API or CLI) to perform automated speech-to-text transcription of audio tracks.
- [COMMAND_EXECUTION]: It executes a sibling atom script,
extract_beats.py, to perform beat grid extraction on music tracks found within videos. - [COMMAND_EXECUTION]: All external tool invocations are implemented using
subprocess.runwith argument lists rather than shell strings, which is a secure practice that prevents command injection attacks by bypassing the system shell.
Audit Metadata