CF crypto-sniper-oracle
Institutional-grade quantitative market oracle with Order Book Imbalance (OBI), VWAP analysis, automated reports, and Telegram alerts.
Institutional-grade quantitative market oracle with Order Book Imbalance (OBI), VWAP analysis, automated reports, and Telegram alerts.
As a process F 35/100 · Will not run — References files that are not bundled: 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 skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.
Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.
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.
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 · 17
✓ No critical or high findings
Medium and low: 17
-
medium Dangerous commands
cmd-shell-rcCONFIGURATION.md:73Writes to a shell startup fileecho 'export TELEGRAM_BOT_TOKEN="1234…xyz"' >> ~/.bashrc
-
medium Dangerous commands
cmd-shell-rcCONFIGURATION.md:74Writes to a shell startup fileecho 'export TELEGRAM_CHAT_ID="123456789"' >> ~/.bashrc
-
medium Exfiltration
exfil-webhook-urlSKILL.md:366Webhook / callback URL commonly used for exfiltration (verify the destination) (the skill's own vendor host)POST https://api.telegram.org/bot{token}/sendMessagevendor-host -
low Exfiltration
exfil-webhook-urlCONFIGURATION.md:47Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)https://api.telegram.org/botYOUR_TOKEN/getUpdates
placeholder -
low Dangerous commands
cmd-cron-mentionCONFIGURATION.md:107Mentions editing / listing crontabcrontab -e
-
low Dangerous commands
cmd-cron-mentionCONFIGURATION.md:149Mentions editing / listing crontabcrontab -l
-
low Exfiltration
exfil-webhook-urlCONFIGURATION.md:299Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)curl https://api.telegram.org/bot$TELEGRAM_BOT_TOKEN/getMe
placeholder -
low Exfiltration
net-credential-useCONFIGURATION.md:299Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl https://api.telegram.org/bot$TELEGRAM_BOT_TOKEN/getMe
vendor-host -
low Dangerous commands
cmd-cron-mentionCONFIGURATION.md:332Mentions editing / listing crontabcrontab -l
-
low Exfiltration
exfil-webhook-urlREADME.md:223Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)2. Visit: `https://api.telegram.org/bot{YOUR_TOKEN}/getUpdates`placeholder -
low Dangerous commands
cmd-cron-mentionREADME.md:249Mentions editing / listing crontabcrontab -e
-
low Dangerous commands
cmd-cron-mentionREADME.md:268Mentions editing / listing crontabcrontab -l
-
low Exfiltration
exfil-webhook-urlreporter.py:267Webhook / callback URL commonly used for exfiltration (verify the destination) (the skill's own vendor host; quoted — discussed, not commanded)self.api_url = f"https://api.telegram.org/bot{bot_token}/sendMessage"vendor-hostquoted -
low Exfiltration
exfil-webhook-urlSKILL.md:15Webhook / callback URL commonly used for exfiltration (verify the destination) (the skill's own vendor host; quoted — discussed, not commanded)- "https://api.telegram.org/bot*"
vendor-hostquoted -
low Exfiltration
exfil-webhook-urlSKILL.md:240Webhook / callback URL commonly used for exfiltration (verify the destination) (the skill's own vendor host; quoted — discussed, not commanded)- ✅ `https://api.telegram.org/bot{token}/*` (send messages only)vendor-hostquoted -
low Exfiltration
exfil-webhook-urlSKILL.md:438Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)2. Visit: https://api.telegram.org/bot{YOUR_TOKEN}/getUpdatesplaceholder -
low Dangerous commands
cmd-cron-mentionSKILL.md:461Mentions editing / listing crontabcrontab -e
Files scanned: 5. 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") - warning
missing-refreference to a missing file: LICENSE
Process rating: all ten parameters 35/100
- 0Tools and files. 1 referenced file(s) missing: 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. 9 mutating operations with no state check
- 100Steps. 61 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 3015 tokens
- 100Progress reporting. Reports progress
- low 12 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
- -231 emoji in the instructions: noise for the model
- +1No license
- +2Single-language instructions
- +3Description length 134: enough signal without eating the budget
- +4Structure: 39 headings
- +3Step-by-step instructions: 61 items
- +4Has examples (24 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 64.