minimax-image-gen
The skill performs legitimate image generation but disables SSL certificate verification while claiming SSL/TLS encryption in documentation - a doc-to-code mismatch creating MITM vulnerability risk.
SKILL.md lists 'SSL/TLS 加密传输' under security features, but scripts/gen.py disables SSL certificate verification at lines 171-172 and 226-227, creating vulnerability to man-in-the-middle attacks.
scripts/gen.py:171 Why this conclusion was reached
1/4 dimensions flaggedDeclared resources and inferred behavior are broadly aligned.
7 lower-risk artifacts were extracted and still need context.
The report includes 0 attack-chain steps and 1 severe findings.
Dependency information is incomplete, so supply-chain confidence stays limited.
What drove the risk score up
Lines 171-172 and 226-227 disable hostname checking and certificate verification via ssl.CERT_NONE
SKILL.md claims 'SSL/TLS 加密传输' but code actually disables SSL verification
No credential exfiltration, no reverse shell, no C2 communication detected
Cross-platform image preview (open/xdg-open) declared in SKILL.md under '跨平台支持'
Most important evidence
SSL/TLS security claim contradicts code implementation
SKILL.md lists 'SSL/TLS 加密传输' under security features, but scripts/gen.py disables SSL certificate verification at lines 171-172 and 226-227, creating vulnerability to man-in-the-middle attacks.
scripts/gen.py:171 Reads API configuration from OpenClaw config file
The script searches for API keys in ~/.openclaw/openclaw.json and parent directories. While not exfiltrating data, this accesses configuration files outside the skill's declared scope.
scripts/gen.py:206 Declared capability vs actual capability
SKILL.md:requires:env MINIMAX_API_KEY - legitimate API calls scripts/gen.py:280-290 - saves images to output directory scripts/gen.py:263-270 - cross-platform image preview (open/xdg-open) scripts/gen.py:199 - reads MINIMAX_API_KEY Suspicious artifacts and egress
https://platform.minimaxi.com/docs/api-reference/image-generation-t2i SKILL.md:4
https://img.shields.io/badge/GitHub-neuroXY-blue SKILL.md:22
https://img.shields.io/badge/Version-1.1.0-green SKILL.md:23
https://img.shields.io/badge/Platform-Windows%2FMac%2FLinux-yellow SKILL.md:24
https://img.shields.io/badge/License-MIT-orange SKILL.md:25
https://platform.minimaxi.com/user-center/interface-key SKILL.md:86
https://api.minimaxi.com scripts/gen.py:231
Dependencies and supply chain
There are no structured dependency warnings.
File composition
scripts/gen.py SKILL.md