SKILLEMALL.ai

BC Jimeng-Image

Use Python to send an image prompt to the Jimeng API and retrieve the generated image from the response when user says "generate image ...

Not recommendedcritical or high security findings
ClawHub Agent Skills author: gkhcsc v0.1.0 MIT-0 3 files body ≈ 618 tokens Open the sourceclawhub.ai analyzed 4 d ago

As a process C 52/100 · Has gaps — weak spots: result and completion, when it triggers, consistency

IntegrationSoftware developmentAI and agentsInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
78/100
safety, quality, tests
Safety 60%
82
Quality 40%
72
Run on models
none yet
Process rating
C
52/100
Has gaps
Result and completion w 14
0
Progress reporting w 2
0
When it triggers w 12
20
the three weakest of ten parameters · all ten

What is at stake

The skill contains fragments that, in the wrong hands, cost money or data. Below: what the installer risks and what the author should do.

Obfuscation
If you install

The files contain invisible characters, encoded commands or comments hidden from readers but visible to the model. What you read differs from what the agent sees.

For the author

Remove invisible characters (they usually sneak in through copy-paste) and encoded strings: no catalog will pass them. Instructions for the model must be readable by a human too.

How to improve

  1. Address the high-severity findings: each costs 18 safety points. If one is a false positive, add the rule id to guard.allow in spec.yaml.
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 · 1

  • high Obfuscation uni-zero-width SKILL.md:40
    Zero-width / invisible characters (possible hidden text) (4 occurrences)
    ␀	i need a image by prompt:"A girl in an anime style"

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

Against the Agent Skills spec

  • warning frontmatter-yaml SKILL.md: the frontmatter is not valid YAML (YAML parse error: Unexpected scalar at node end at line 3, column 135: …rieve the generated image from the response when user says "generate image ..." ^^^^^^^^^^^^^^^^^^^ ); fields were read line by line. The usual cause is a colon inside an unquoted value
  • warning name-format name should be kebab-case (lowercase letters, digits, hyphens)

Process rating: all ten parameters 52/100

  • 0Result and completion. Does not say what the result is
  • 0Progress reporting. Says nothing while it works
  • 20When it triggers. No condition that starts the skill
  • 30Running it twice. 2 mutating operations with no state check
  • 40Consistency. Frontmatter name (Jimeng-Image) differs from the folder (jimeng-image-skill-openclaw)
  • 55Failures and branches. 1 branches
  • 60Tools and files. Uses tools (bash) that frontmatter does not declare
  • 70Inputs and preconditions. Inputs and preconditions are listed
  • 100Steps. 11 steps
  • 100Execution cost. Instruction body is 618 tokens

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
  • +1No license
  • +2Single-language instructions
  • +3Description length 138: enough signal without eating the budget
  • +4Structure: 7 headings
  • +3Step-by-step instructions: 11 items
  • +4Has examples (2 code blocks)
  • +3All 1 scripts are documented

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

External checks

ClawHub: clean
This skill does what it claims: it sends an image prompt to the Jimeng/Volcengine API using user-provided credentials and saves the returned PNG locally.
LLM: benign (high) · VirusTotal: · 29 May 2026