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.py defines BASE_URL as https://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.py utilizes the BYTED_AIRESEARCH_VIDEOEVAL_API_KEY environment 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.py enforces strict checks for the .mp4 extension, video/mp4 MIME 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.py and list_evaluation_tasks.py which are designed to be executed by the agent to interact with the API.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 26, 2026, 03:03 PM