byted-airesearch-videoeval
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill communicates exclusively with official ByteDance/Volcengine infrastructure to manage video evaluation tasks.
- Evidence:
scripts/common.pydefinesBASE_URLashttps://console.volcengine.com, which is the official platform for Volcengine services. - [SAFE]: Implements secure API key management by resolving credentials from environment variables or command-line arguments.
- Evidence:
scripts/common.pyutilizes theBYTED_AIRESEARCH_VIDEOEVAL_API_KEYenvironment variable and includes logic to fail gracefully with instructions if no key is provided. - [SAFE]: Performs comprehensive local validation of user-provided video files before any network transmission occurs.
- Evidence:
scripts/upload_video.pyenforces strict checks for the.mp4extension,video/mp4MIME type, and a 50MB file size limit. - [COMMAND_EXECUTION]: Uses specialized Python scripts to orchestrate the multi-step process of video material evaluation.
- Evidence: The skill includes scripts such as
submit_evaluation_task.pyandlist_evaluation_tasks.pywhich are designed to be executed by the agent to interact with the API.
Audit Metadata