geometry-math-proof-remotion

Fail

Audited by Gen Agent Trust Hub on Jul 30, 2026

Risk Level: HIGHEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The scripts/generate_tts.py script makes requests to api.minimaxi.com to synthesize speech. It then downloads binary data from a URL provided in the API response or decodes hex-encoded audio data.
  • [COMMAND_EXECUTION]: The skill uses subprocess.run to execute ffmpeg, ffprobe, and cp commands on the host system. These are used for audio processing, duration measurement, and file management.
  • [REMOTE_CODE_EXECUTION]: Binary data downloaded from the remote TTS API is written to disk and subsequently processed by ffmpeg and ffprobe. Processing untrusted media files with complex codecs can present a security risk if the remote source is compromised or malicious.
  • [CREDENTIALS_UNSAFE]: The script scripts/generate_tts.py attempts to read an API key from a .env file located in the skill's root directory using a regex search on the file's content. While intended for legitimate API authentication, this pattern involves accessing and potentially exposing sensitive configuration files.
Recommendations
  • HIGH: Downloads and executes remote code from: unknown (check file) - DO NOT USE without thorough review
Audit Metadata
Risk Level
HIGH
Analyzed
Jul 30, 2026, 12:54 AM
Security Audit — agent-trust-hub — geometry-math-proof-remotion