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.py uses the subprocess module to invoke ffmpeg and ffprobe for 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.run with argument lists rather than shell strings, which is a secure practice that prevents command injection attacks by bypassing the system shell.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 10, 2026, 03:07 PM
Security Audit — agent-trust-hub — analyze-reference-grammar