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 为什么得出这个结论
1/4 个维度触发声明资源与推断能力基本一致。
提取到 7 个一般风险产物,需要结合上下文判断。
报告包含 0 步攻击链,另有 1 项高危或严重发现。
没有完整依赖信息,供应链判断需要保留弹性。
风险分是怎么被拉高的
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 '跨平台支持'
最关键的证据
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 声明能力 vs 实际能力
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 可疑产物与外联
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
依赖与供应链
没有结构化依赖告警。
文件构成
scripts/gen.py SKILL.md