Book a 30-minute demo →
Skill scan report

image-generate

View on GitHub
45 Medium Automated analysis flagged 3 potential risk patterns.

What this skill does

Image generation using a third-party API (Volcano Engine's Ark API).

github/leoyeai - Secrets Management - 2.1k stars

ThreatsSecrets Management Insecure Defaults Insecure File Handling

Threat analysis

Secrets Management1 finding
Insecure Defaults1 finding
Insecure File Handling1 finding

Skill info

Nameleoyeai/image-generate
Registrygithub
Versione5199b5
PURLpkg:github/LeoYeAI/openclaw-master-skills@e5199b5?skill=image-generate
Stars2.1k

Assessments (3)

Secrets Management1 finding HIGH
HIGH

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 co
Insecure Defaults1 finding MEDIUM
MEDIUM

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 or
Insecure File Handling1 finding MEDIUM
MEDIUM

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 t

Badge

Add the Anomity scan badge for image-generate to your README.

Anomity Skill Check badge

Markdown
[![Anomity Skill Check](https://anomity.ai/skills/badge.svg)](https://anomity.ai/skills/github/leoyeai/image-generate/)
HTML
<a href="https://anomity.ai/skills/github/leoyeai/image-generate/"><img src="https://anomity.ai/skills/badge.svg" alt="Anomity Skill Check"></a>
Image URL
https://anomity.ai/skills/badge.svg

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.

Ask AI about Anomity
ChatGPT Claude Perplexity Google AI Grok