BC watermark-camera-verifier
The official Skill for Today's Watermark Camera (今日水印相机). This Skill makes HTTPS network requests strictly to the official domain (openapi.xhey.top) solely to verify photo authenticity — detecting tampering, extracting original capture time and GPS location. No image content is retained or forwarded to any third party.
As a process C 53/100 · Has gaps — weak spots: result and completion, when it triggers, inputs and preconditions
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 · 11
✓ No critical or high findings
Medium and low: 11
-
low Secrets in code
secret-high-entropy-tokenfeishu-trutu-verify/package-lock.json:183High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…xfR+Sez1…7tm+VkUc…NCQ==",
detector -
low Secrets in code
secret-high-entropy-tokenfeishu-trutu-verify/package-lock.json:252High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…iHe+9HNU…KYQ==",
detector -
low Secrets in code
secret-high-entropy-tokenfeishu-trutu-verify/package-lock.json:334High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…9w5/ggKXh21bZS+dzzu…yvR+yeyEBdblsQ==",
detector -
low Secrets in code
secret-high-entropy-tokenfeishu-trutu-verify/package-lock.json:375High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…pjs+EVnW…hE7+ZyY8…tdA==",
detector -
low Secrets in code
secret-high-entropy-tokenfeishu-trutu-verify/package-lock.json:488High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…nUZ+9oEc…MZQ==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:74High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…GLi+2W/6ao+6Y7gu/RCwR…Kng==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:253High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…GLw+xYSd…cqA==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:308High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…FrF+LTRo…W3g==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:317High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…A6j+hAmM…GbS+kf5c…csw==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:326High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…5bm+c2gQ…aG5+esrLODihIorn+Pe6F…dXA==",
detector -
low Exfiltration
read-dotenvREADME.md:33Reads a .env filecp .env.example .env
Files scanned: 14. 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 "display_name" - note
frontmatter-keyunknown frontmatter key "tools" - note
frontmatter-keyunknown frontmatter key "categories" - note
frontmatter-keyunknown frontmatter key "icon"
Process rating: all ten parameters 53/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
- 100Tools and files. Tools declared in frontmatter
- 100Steps. 27 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 903 tokens
- 100Running it twice. No mutating operations
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
- +2Single-language instructions
- +3Description length 320: enough signal without eating the budget
- +4Structure: 15 headings
- +3Step-by-step instructions: 27 items
- +4Has examples (5 code blocks)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 70.