FD zuimei-zjz-api
最美证件照 - AI 图像处理 API,证件照制作、智能抠图、人脸增强、换背景色
As a process D 46/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The files contain someone else's key or token. If it is live, your agent will call third-party services under a stranger's identity; if it was revoked, the skill's scripts simply fail. Such a key often arrives with the author's whole workspace, personal data included.
The key is visible to everyone who downloaded the skill and has likely been copied by catalog-scanning bots already. Revoke it now, check bills and access logs, then reissue.
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- 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 · 32
✓ No critical or high findings
Medium and low: 32
-
medium Secrets in code
secret-labelled-tokenprompts/id_photo.md:144Labelled token / key literal (vendor format unknown — verify it is not a live credential)API_KEY = "ak_f…f3c"
-
medium Secrets in code
secret-labelled-tokenprompts/id_photo.md:145Labelled token / key literal (vendor format unknown — verify it is not a live credential)SECRET_KEY = "58ad…27e"
-
medium Secrets in code
secret-labelled-tokenprompts/id_photo.md:186Labelled token / key literal (vendor format unknown — verify it is not a live credential)API_KEY = "ak_f…f3c"
-
medium Secrets in code
secret-labelled-tokenprompts/id_photo.md:187Labelled token / key literal (vendor format unknown — verify it is not a live credential)SECRET_KEY = "58ad…27e"
-
medium Secrets in code
secret-labelled-tokenprompts/photo_edit.md:32Labelled token / key literal (vendor format unknown — verify it is not a live credential)API_KEY = "ak_f…f3c"
-
medium Secrets in code
secret-labelled-tokenprompts/photo_edit.md:33Labelled token / key literal (vendor format unknown — verify it is not a live credential)SECRET_KEY = "58ad…27e"
-
medium Secrets in code
secret-labelled-tokenprompts/photo_enhance.md:33Labelled token / key literal (vendor format unknown — verify it is not a live credential)API_KEY = "ak_f…f3c"
-
medium Secrets in code
secret-labelled-tokenprompts/photo_enhance.md:34Labelled token / key literal (vendor format unknown — verify it is not a live credential)SECRET_KEY = "58ad…27e"
-
medium Secrets in code
secret-labelled-tokenprompts/photo_layout.md:46Labelled token / key literal (vendor format unknown — verify it is not a live credential)API_KEY = "ak_f…f3c"
-
medium Secrets in code
secret-labelled-tokenprompts/photo_layout.md:47Labelled token / key literal (vendor format unknown — verify it is not a live credential)SECRET_KEY = "58ad…27e"
-
medium Secrets in code
secret-labelled-tokenprompts/segment_background.md:53Labelled token / key literal (vendor format unknown — verify it is not a live credential)API_KEY = "ak_f…f3c"
-
medium Secrets in code
secret-labelled-tokenprompts/segment_background.md:54Labelled token / key literal (vendor format unknown — verify it is not a live credential)SECRET_KEY = "58ad…27e"
-
medium Secrets in code
secret-labelled-tokenprompts/segment_portrait.md:22Labelled token / key literal (vendor format unknown — verify it is not a live credential)API_KEY = "ak_f…f3c"
-
medium Secrets in code
secret-labelled-tokenprompts/segment_portrait.md:23Labelled token / key literal (vendor format unknown — verify it is not a live credential)SECRET_KEY = "58ad…27e"
-
medium Secrets in code
secret-labelled-tokenSKILL.md:40Labelled token / key literal (vendor format unknown — verify it is not a live credential)API_KEY = "ak_f…f3c"
-
medium Secrets in code
secret-labelled-tokenSKILL.md:41Labelled token / key literal (vendor format unknown — verify it is not a live credential)SECRET_KEY = "58ad…27e"
-
low Secrets in code
secret-password-literalprompts/id_photo.md:144Hard-coded password / key literal (may be an example)API_KEY = "ak_f…f3c"
-
low Secrets in code
secret-password-literalprompts/id_photo.md:145Hard-coded password / key literal (may be an example)SECRET_KEY = "58ad…27e"
-
low Secrets in code
secret-password-literalprompts/id_photo.md:186Hard-coded password / key literal (may be an example)API_KEY = "ak_f…f3c"
-
low Secrets in code
secret-password-literalprompts/id_photo.md:187Hard-coded password / key literal (may be an example)SECRET_KEY = "58ad…27e"
-
low Secrets in code
secret-password-literalprompts/photo_edit.md:32Hard-coded password / key literal (may be an example)API_KEY = "ak_f…f3c"
-
low Secrets in code
secret-password-literalprompts/photo_edit.md:33Hard-coded password / key literal (may be an example)SECRET_KEY = "58ad…27e"
-
low Secrets in code
secret-password-literalprompts/photo_enhance.md:33Hard-coded password / key literal (may be an example)API_KEY = "ak_f…f3c"
-
low Secrets in code
secret-password-literalprompts/photo_enhance.md:34Hard-coded password / key literal (may be an example)SECRET_KEY = "58ad…27e"
-
low Secrets in code
secret-password-literalprompts/photo_layout.md:46Hard-coded password / key literal (may be an example)API_KEY = "ak_f…f3c"
-
low Secrets in code
secret-password-literalprompts/photo_layout.md:47Hard-coded password / key literal (may be an example)SECRET_KEY = "58ad…27e"
-
low Secrets in code
secret-password-literalprompts/segment_background.md:53Hard-coded password / key literal (may be an example)API_KEY = "ak_f…f3c"
-
low Secrets in code
secret-password-literalprompts/segment_background.md:54Hard-coded password / key literal (may be an example)SECRET_KEY = "58ad…27e"
-
low Secrets in code
secret-password-literalprompts/segment_portrait.md:22Hard-coded password / key literal (may be an example)API_KEY = "ak_f…f3c"
-
low Secrets in code
secret-password-literalprompts/segment_portrait.md:23Hard-coded password / key literal (may be an example)SECRET_KEY = "58ad…27e"
-
low Secrets in code
secret-password-literalSKILL.md:40Hard-coded password / key literal (may be an example)API_KEY = "ak_f…f3c"
-
low Secrets in code
secret-password-literalSKILL.md:41Hard-coded password / key literal (may be an example)SECRET_KEY = "58ad…27e"
Files scanned: 16. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-no-whendescription does not say WHEN to use the skill (no "use when") - note
frontmatter-keyunknown frontmatter key "website"
Process rating: all ten parameters 46/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Failures and branches. Linear process with no failure handling
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 60Tools and files. Uses tools (bash, python) that frontmatter does not declare
- 100Steps. 71 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 3117 tokens
- 100Running it twice. No mutating operations
- low 11 top-level sections: this looks like several domains in one skill
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)
- +3Description length 40: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- -215 emoji in the instructions: noise for the model
- +1No license
- +2Single-language instructions
- +4Structure: 40 headings
- +3Step-by-step instructions: 71 items
- +4Has examples (17 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 66.