agnes-free-video

Pass

Audited by Gen Agent Trust Hub on Jun 14, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill fetches video files from remote URLs provided by the API and saves them to the local filesystem.
  • Evidence: The scripts/agnes_video.py script contains a download_video function that uses urllib.request.urlopen to download content from a video_url and Path.write_bytes to store it in a local directory (e.g., ./outputs/agnes-free-video).
  • [COMMAND_EXECUTION]: The skill instructions involve executing a local Python script to perform video generation tasks.
  • Evidence: SKILL.md documents various commands using python3 scripts/agnes_video.py for text-to-video, image-to-video, and status checks.
  • [SAFE]: Authentication is handled securely through environment variables.
  • Evidence: scripts/agnes_video.py retrieves the API token via os.environ.get("AGNES_API_KEY"), avoiding hardcoded credentials.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 14, 2026, 01:55 PM
Security Audit — agent-trust-hub — agnes-free-video