media-cloud-upload

Pass

Audited by Gen Agent Trust Hub on Jun 27, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes system commands via subprocess.run to interact with established CLI tools like curl, aws, and rclone. These operations are conducted using list-based arguments rather than shell strings, which effectively prevents command injection vulnerabilities from user-supplied file names or metadata.
  • [EXTERNAL_DOWNLOADS]: The documentation references well-known and official packages for installation, such as google-api-python-client, awscli, and PyVimeo. These are standard dependencies for the cloud services the skill is designed to support.
  • [CREDENTIALS_UNSAFE]: Secret management follows industry standards. The skill instructs users to utilize environment variables for API tokens and rely on existing tool configurations (e.g., ~/.aws/credentials or ~/.config/rclone) rather than hardcoding credentials. The included script verifies the presence of these variables without exposing their values.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 27, 2026, 09:53 AM
Security Audit — agent-trust-hub — media-cloud-upload