minimax-image-skill

Pass

Audited by Gen Agent Trust Hub on Aug 22, 2026

Risk Level: SAFE
Full Analysis
  • [CREDENTIALS_SAFE]: The skill correctly uses the MINIMAX_API_KEY environment variable for authentication and explicitly instructs the agent never to print or persist the key.
  • [COMMAND_EXECUTION]: The provided Python script minimax_image.py uses standard library modules (argparse, pathlib) to safely handle user-provided arguments and file paths.
  • [EXTERNAL_DOWNLOADS]: Network operations are restricted to the official MiniMax API endpoints (api.minimax.io and api.minimaxi.com) and secure image downloads via HTTPS, as verified in the download_image function.
  • [DATA_EXPOSURE]: The skill implements safety checks, including maximum download size limits (50MB) and validation of API responses to prevent unexpected data processing.
  • [NO_CODE]: The skill uses only the Python standard library, avoiding risks associated with third-party dependencies or unverified packages.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 22, 2026, 07:17 PM
Security Audit — agent-trust-hub — minimax-image-skill