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.pyscript contains adownload_videofunction that usesurllib.request.urlopento download content from avideo_urlandPath.write_bytesto 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.mddocuments various commands usingpython3 scripts/agnes_video.pyfor text-to-video, image-to-video, and status checks. - [SAFE]: Authentication is handled securely through environment variables.
- Evidence:
scripts/agnes_video.pyretrieves the API token viaos.environ.get("AGNES_API_KEY"), avoiding hardcoded credentials.
Audit Metadata