This image generation skill is highly vulnerable to prompt,
Claims to do
即梦 AI 图片生成(4.0): 基于火山引擎**即梦 AI 图片生成 4.0** 异步接口,纯 Node.js 内置模块,零依赖。
Actually does
The skill executes Node.js scripts (`jimeng.mjs`) to interact with the Volcano Engine Jimeng AI Image Generation 4.0 API. It uses `JIMENG_ACCESS_KEY` and `JIMENG_SECRET_KEY` for authentication and accepts user-provided prompts, image URLs, and output parameters to generate and optionally save images locally.
openclaw skills install ken0521/jimeng-image-genDeBERTa classifier detected prompt injection (confidence: 0.78)
The `--save <路径>` parameter allows users to specify a local file path for saving images. Without proper sanitization, this could lead to path traversal or writing files to arbitrary locations on the system.
`--save <路径>` | 保存图片到本地
The `--image-url` parameter accepts a user-provided URL. If the skill fetches content from this URL without validation, it could be exploited for SSRF to probe internal networks or access internal resources.
`--image-url` | 参考图 URL
User-controlled inputs like `--prompt`, `--text`, `--color`, and `--illustration` are passed to a Node.js script. If these inputs are not properly escaped when used in subsequent shell commands within the script, it could lead to command injection.
node {baseDir}/scripts/jimeng.mjs generate --prompt "..."The skill's billing model charges per output image, and the AI may generate multiple images by default. An attacker could intentionally submit requests designed to generate many images, incurring high costs for the user or platform.
计费:按输出图片张数计费,AI 默认可能输出多张
[](https://mondoo.com/ai-agent-security/skills/clawhub/ken0521/jimeng-image-gen)<a href="https://mondoo.com/ai-agent-security/skills/clawhub/ken0521/jimeng-image-gen"><img src="https://mondoo.com/ai-agent-security/api/badge/clawhub/ken0521/jimeng-image-gen.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/clawhub/ken0521/jimeng-image-gen.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.