image-generate
What this skill does
Image generation using a third-party API (Volcano Engine's Ark API).
github/leoyeai - Secrets Management - 2.1k stars
Threat analysis
Skill info
pkg:github/LeoYeAI/openclaw-master-skills@e5199b5?skill=image-generateAssessments (3)
Secrets Management
Secrets Management via local-llm-review
scripts/image_generate.py
The script reads sensitive environment variables such as `MODEL_IMAGE_API_KEY`, `ARK_API_KEY`, `VOLCENGINE_ACCESS_KEY`, and `VOLCENGINE_SECRET_KEY` without any validation or obfuscation. These keys coInsecure Defaults
Insecure Defaults via local-llm-review
scripts/image_generate.py
The script uses `os.getenv("MODEL_IMAGE_NAME", DEFAULT_MODEL)` with a default model name. If the model name is not explicitly set, it may use a default that is not intended for the current use case orInsecure File Handling
Insecure File Handling via local-llm-review
scripts/image_generate.py
The script creates a download directory using `os.makedirs(download_dir, exist_ok=True)` without checking if the directory is owned by the current user or if it is a secure location. This could lead tBadge
Add the Anomity scan badge for image-generate to your README.
How Anomity governs this at runtime
Scan-time vetting tells you what a skill says it will do. Anomity's Endpoint Sensor sees what agents actually do: it discovers skills alongside every other AI artifact on the endpoint, and runtime governance can allow, deny, or log the tool calls a skill triggers. Policy violations route to your SIEM, Slack, email, or Jira, backed by a queryable 90-day audit trail.
Book a 30-minute demo to see your own skill inventory.
Methodology and disputes
Every skill is assessed by the Anomity Skill Intelligence engine against its public source; findings indicate risk patterns, not confirmed exploitation. Maintainer of image-generate? Report an issue or request a rescan.




