DF Binance Enhanced Skill
1. Complete test infrastructure — mock files, integration tests, connection verification 2. Security — rate limiting system, API key encryption, detailed logging 3. UX/UI — natural language command...
1. Complete test infrastructure — mock files, integration tests, connection verification 2. Security — rate limiting system, API key encryption, detailed…
As a process F 30/100 · Will not run — References files that are not bundled: README_EN.md, LICENSE
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 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".
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.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
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.
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
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- The text references files that are not there: add them or drop the references.
- 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 · 28
✓ No critical or high findings
Medium and low: 28
-
medium Exfiltration
exfil-webhook-urlmonitoring/telegram.py:17Webhook / callback URL commonly used for exfiltration (verify the destination) (quoted — discussed, not commanded)self.base = f'https://api.telegram.org/bot{self.token}' if self.token else Nonequoted -
medium Exfiltration
net-credential-usesetup-github-integration.sh:15Credential used in a network call (verify the destination is the intended service)if ! curl -s -H "Authorization: token $GITHUB_TOKEN" \
-
medium Exfiltration
net-credential-usesetup-github-integration.sh:25Credential used in a network call (verify the destination is the intended service)if curl -s -H "Authorization: token $GITHUB_TOKEN" \
-
medium Obfuscation
uni-mixed-script-wordtelegram-bot/bot.py:67Word mixing Latin and Cyrillic letters (homoglyph obfuscation) (1 occurrence)send_message(chat_id, 'Ордeр подтверждён. (Прототип — не отправляет на биржу)')
-
medium Obfuscation
uni-mixed-script-wordtelegram-bot/utils.py:33Word mixing Latin and Cyrillic letters (homoglyph obfuscation) (1 occurrence)lines.append(f"{emoji} <b>Ордeр</b>") -
medium Obfuscation
uni-mixed-script-wordux/telegram_bot_prototype.py:42Word mixing Latin and Cyrillic letters (homoglyph obfuscation) (1 occurrence)return {'chat_id': chat_id, 'text': 'Ордeр отправлен (прототип).'} -
medium Obfuscation
uni-mixed-script-wordux/templates.py:25Word mixing Latin and Cyrillic letters (homoglyph obfuscation) (1 occurrence)lines = [f"Ордeр для подтверждения:", f"{side} {qty} {sym} ({otype})"] -
low Exfiltration
read-dotenvDOCUMENTATION.md:29Reads a .env file (documentation of a security skill)cp templates/.env.example .env
security skill -
low Exfiltration
read-dotenvDOCUMENTATION.md:46Reads a .env file (documentation of a security skill)cp templates/.env.example .env
security skill -
low Dangerous commands
cmd-privilegeGITHUB_INTEGRATION.md:204Privilege escalation / world-writable permissions (documentation of a security skill)sudo chown -R $USER:$USER ~/.openclaw/skills
security skill -
low Secrets in code
secret-github-tokenGITHUB_TOKEN_GUIDE.md:5GitHub token (placeholder value)Токен `ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx` был отправлен в открытом виде в чат.
placeholder -
low Secrets in code
secret-github-tokenGITHUB_TOKEN_GUIDE.md:13GitHub token (placeholder value)-H "Authorization: token ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
placeholder -
low Secrets in code
secret-github-tokenGITHUB_TOKEN_GUIDE.md:15GitHub token (placeholder value)-d '{"access_token":"ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"}'placeholder -
low Secrets in code
secret-github-tokenGITHUB_TOKEN_GUIDE.md:20GitHub token (placeholder value)- Найдите токен `ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx`
placeholder -
low Secrets in code
secret-github-tokenGITHUB_TOKEN_GUIDE.md:33GitHub token (placeholder value)./setup-github-secure.sh ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx S7cret
placeholder -
low Exfiltration
read-dotenvGITHUB_TOKEN_GUIDE.md:73Reads a .env file (documentation of a security skill)source .env
security skill -
low Exfiltration
read-dotenvopenclaw-config.json:166Reads a .env file (quoted — discussed, not commanded)"Copy templates/.env.example to .env and configure",
quoted -
low Exfiltration
read-dotenvREADME_RU.md:38Reads a .env file (documentation of a security skill)cp templates/.env.example .env
security skill -
low Dangerous commands
cmd-privilegeREADME_RU.md:252Privilege escalation / world-writable permissions (documentation of a security skill)sudo cp systemd/binance-enhanced.service /etc/systemd/system/
security skill -
low Dangerous commands
cmd-background-processREADME_RU.md:254Starts a background / autostarted process (documentation of a security skill)sudo systemctl enable binance-enhanced
security skill -
low Exfiltration
read-dotenvREADME.md:40Reads a .env file (documentation of a security skill)cp templates/.env.example .env
security skill -
low Secrets in code
secret-github-tokensetup-github-integration.sh:9GitHub token (placeholder value)GITHUB_TOKEN="ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
placeholder -
low Secrets in code
secret-github-tokensetup-github-secure.sh:15GitHub token (placeholder value)echo "Please run: ./setup-github-secure.sh ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx S7cret"
placeholder -
low Exfiltration
net-credential-usesetup-github-secure.sh:30Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)USER_INFO=$(curl -s -H "Authorization: token $GITHUB_TOKEN" \
security skill -
low Exfiltration
read-dotenvSKILL_RU.md:114Reads a .env file (documentation of a security skill)cp templates/.env.example .env
security skill -
low Exfiltration
read-dotenvSKILL.md:101Reads a .env file (documentation of a security skill)cp templates/.env.example .env
security skill -
low Exfiltration
exfil-webhook-urltelegram-bot/bot.py:88Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)r = requests.get(f'https://api.telegram.org/bot{BOT_TOKEN}/setWebhook', params={'url': webhook_url})placeholder -
low Exfiltration
exfil-webhook-urltelegram-bot/bot.py:155Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)r = requests.post(f'https://api.telegram.org/bot{BOT_TOKEN}/sendMessage', data=payload)placeholder
Files scanned: 74. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
name-formatname should be kebab-case (lowercase letters, digits, hyphens) - warning
description-no-whendescription does not say WHEN to use the skill (no "use when") - warning
missing-refreference to a missing file: README_EN.md - warning
missing-refreference to a missing file: LICENSE
Process rating: all ten parameters 30/100
- 0Tools and files. 2 referenced file(s) missing: README_EN.md, LICENSE
- 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
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 5 mutating operations with no state check
- 40Consistency. Frontmatter name (Binance Enhanced Skill) differs from the folder (binance-enhanced)
- 100Steps. 86 steps
- 100Execution cost. Instruction body is 2552 tokens
- 100Progress reporting. Reports progress
- low 15 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)
- +3Output format is not stated: the model decides each time
- -2localhost URLs: will not work for another user
- -219 emoji in the instructions: noise for the model
- +1No license
- +2Single-language instructions
- +3Description length 200: enough signal without eating the budget
- +4Structure: 46 headings
- +3Step-by-step instructions: 86 items
- +4Has examples (11 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 54.