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_KEYenvironment variable for authentication and explicitly instructs the agent never to print or persist the key. - [COMMAND_EXECUTION]: The provided Python script
minimax_image.pyuses 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.ioandapi.minimaxi.com) and secure image downloads via HTTPS, as verified in thedownload_imagefunction. - [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