SKILLEMALL.ai

DF baoyu-imagine

AI image generation with OpenAI GPT Image 2, Azure OpenAI, Google, OpenRouter, DashScope, Z.AI GLM-Image, MiniMax, Jimeng, Seedream and Replicate APIs. Supports text-to-image, reference images, aspect ratios, and batch generation from saved prompt files. Sequential by default; use batch parallel generation when the user already has multiple prompts or wants stable multi-image throughput. Use when user asks to generate, create, or draw images.

Not recommendedlow grade D
ClawHub Agent Skills author: Jim Liu 宝玉 v1.117.3 MIT-0 37 files body ≈ 4 428 tokens Open the sourceclawhub.ai analyzed 4 d ago

As a process F 50/100 · Will not run — References files that are not bundled: scripts/codex-imagegen.sh

GeneratorAzureAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
D
56/100
safety, quality, tests
Safety 60%
40
Quality 40%
79
Run on models
none yet
Process rating
F
50/100
Will not run
References files that are not bundled: scripts/codex-imagegen.sh
Tools and files w 18
0
Result and completion w 14
0
Inputs and preconditions w 11
0
the three weakest of ten parameters · all ten

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Exfiltration medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".

For the author

If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.

How to improve

  1. The text references files that are not there: add them or drop the references.
For the model run — optional
  • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
  • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

Guard findings · 16

✓ No critical or high findings

Medium and low: 16
  • medium Exfiltration net-redirectable-api-key scripts/main.ts:712
    Helper sends the API key to a host configured by an environment variable — the key can be redirected to another server
    API key + configurable base URL from environment
  • medium Exfiltration net-redirectable-api-key scripts/providers/azure.ts:39
    Helper sends the API key to a host configured by an environment variable — the key can be redirected to another server
    API key + configurable base URL from environment
  • medium Exfiltration net-redirectable-api-key scripts/providers/dashscope.ts:138
    Helper sends the API key to a host configured by an environment variable — the key can be redirected to another server
    API key + configurable base URL from environment
  • medium Exfiltration net-redirectable-api-key scripts/providers/google.ts:45
    Helper sends the API key to a host configured by an environment variable — the key can be redirected to another server
    API key + configurable base URL from environment
  • medium Exfiltration net-redirectable-api-key scripts/providers/jimeng.ts:23
    Helper sends the API key to a host configured by an environment variable — the key can be redirected to another server
    API key + configurable base URL from environment
  • medium Exfiltration net-redirectable-api-key scripts/providers/minimax.ts:47
    Helper sends the API key to a host configured by an environment variable — the key can be redirected to another server
    API key + configurable base URL from environment
  • medium Exfiltration net-redirectable-api-key scripts/providers/openai.ts:283
    Helper sends the API key to a host configured by an environment variable — the key can be redirected to another server
    API key + configurable base URL from environment
  • medium Exfiltration net-redirectable-api-key scripts/providers/openrouter.ts:82
    Helper sends the API key to a host configured by an environment variable — the key can be redirected to another server
    API key + configurable base URL from environment
  • medium Exfiltration net-redirectable-api-key scripts/providers/replicate.ts:46
    Helper sends the API key to a host configured by an environment variable — the key can be redirected to another server
    API key + configurable base URL from environment
  • medium Exfiltration net-redirectable-api-key scripts/providers/seedream.ts:57
    Helper sends the API key to a host configured by an environment variable — the key can be redirected to another server
    API key + configurable base URL from environment
  • medium Exfiltration net-redirectable-api-key scripts/providers/zai.ts:51
    Helper sends the API key to a host configured by an environment variable — the key can be redirected to another server
    API key + configurable base URL from environment
  • low Secrets in code secret-high-entropy-token scripts/providers/dashscope.ts:263
    High-entropy token-like string (may be an id, hash or a credential)
    function clam…nds(
  • low Secrets in code secret-high-entropy-token scripts/providers/dashscope.ts:379
    High-entropy token-like string (may be an id, hash or a credential)
    const bounded = clam…nds(fitted);
  • low Secrets in code secret-high-entropy-token scripts/providers/openai.ts:40
    High-entropy token-like string (may be an id, hash or a credential)
    function buil…tio(
  • low Secrets in code secret-high-entropy-token scripts/providers/openai.ts:90
    High-entropy token-like string (may be an id, hash or a credential)
    return buil…tio(ar, quality);
  • low Obfuscation obf-base64-blob scripts/providers/seedream.test.ts:70
    Long base64-looking blob (test fixture / example file; quoted — discussed, not commanded)
    "iVBO…mP8/x8AAwMCAO+a7m0…YII=";
    fixturequoted

Files scanned: 37. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning missing-ref reference to a missing file: scripts/codex-imagegen.sh

Process rating: all ten parameters 50/100

Will not run. References files that are not bundled: scripts/codex-imagegen.sh
  • 0Tools and files. 1 referenced file(s) missing: scripts/codex-imagegen.sh
  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Progress reporting. Says nothing while it works
  • 30Running it twice. 7 mutating operations with no state check
  • 70Execution cost. Instruction body is 4428 tokens
  • 100Steps. 42 steps
  • 100When it triggers. States when to use and when not to
  • 100Failures and branches. 10 branches, has a failure section
  • 100Consistency. Name and required fields are in place
  • low 17 top-level sections: this looks like several domains in one skill
  • low The response is described with custom markup (9 tags): a typed call is more reliable

Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

Quality signals

  • +5Description has no quoted example phrases that should trigger the skill
  • +4Description does not say when NOT to use the skill (false activations)
  • +3Output format is not stated: the model decides each time
  • -33 of 5 scripts are never mentioned in SKILL.md
  • +1No license
  • +2Single-language instructions
  • +3Description length 446: enough signal without eating the budget
  • +4Structure: 21 headings
  • +3Step-by-step instructions: 42 items
  • +4Has examples (1 code blocks)
  • +4Reference files are cited in the instructions (3 of 3)

Quality base 70; lint remarks subtract, signals add up to 100. Result: 79.

External checks

ClawHub: clean
This is a disclosed image-generation skill; the main user consideration is that prompts, reference images, and API keys are used with external AI providers.
LLM: benign (high) · VirusTotal: · 28 May 2026