CD whale-alert-monitor
追踪加密货币巨鲸动向、大额转账预警、交易所资金流向分析。 当你想追踪聪明钱的每一步,监测大户交易行为时使用此技能。 已接入 SkillPay,每次调用 0.01 USDT。
As a process D 49/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 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.
- 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 · 19
✓ No critical or high findings
Medium and low: 19
-
medium Exfiltration
exfil-webhook-urlscripts/alert_manager.py:149Webhook / callback URL commonly used for exfiltration (verify the destination) (quoted — discussed, not commanded)url = f"https://api.telegram.org/bot{bot_token}/sendMessage"quoted -
low Secrets in code
secret-high-entropy-tokenREADME.md:48High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- address: "0x74…8D3"
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/wallet-labels.md:7High-entropy token-like string (may be an id, hash or a credential)0x3f…0bE # 热钱包1
-
low Secrets in code
secret-high-entropy-tokenreferences/wallet-labels.md:8High-entropy token-like string (may be an id, hash or a credential)0xdB…BB6 # 热钱包2
-
low Secrets in code
secret-high-entropy-tokenreferences/wallet-labels.md:9High-entropy token-like string (may be an id, hash or a credential)0x5a…fcb # 冷钱包
-
low Secrets in code
secret-high-entropy-tokenreferences/wallet-labels.md:14High-entropy token-like string (may be an id, hash or a credential)0x71…5d3
-
low Secrets in code
secret-high-entropy-tokenreferences/wallet-labels.md:15High-entropy token-like string (may be an id, hash or a credential)0x50…3Da
-
low Secrets in code
secret-high-entropy-tokenscripts/exchange_flow.py:50High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'0x3f…0bE',
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/exchange_flow.py:51High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'0xdB…BB6',
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/exchange_flow.py:52High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'0x5a…fcb'
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/exchange_flow.py:58High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'0x71…5d3',
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/exchange_flow.py:59High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'0x50…3Da'
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/holding_analyzer.py:264High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)address = "0x74…8D3"
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/monitor_daemon.py:185High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'address': '0x74…8D3',
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/whale_tracker.py:53High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'0x3f…0bE': 'Binance Hot Wallet 1',
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/whale_tracker.py:54High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'0xdB…BB6': 'Binance Hot Wallet 2',
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/whale_tracker.py:55High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'0x71…5d3': 'Coinbase',
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/whale_tracker.py:56High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'0x2B…BB9': 'KuCoin',
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/whale_tracker.py:263High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)tracker.add_wallet("0x74…8D3", "Smart Whale A")quoted
Files scanned: 13. 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 "changelog"
Process rating: all ten parameters 49/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
- 40Consistency. Frontmatter name (whale-alert-monitor) differs from the folder (shenmeng-whale-alert-monitor-v2)
- 100Tools and files. No external tools needed
- 100Steps. 14 steps
- 100Execution cost. Instruction body is 110 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)
- +3Description length 86: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- +4No input/output examples
- -42 reference files, but SKILL.md never points to them: the model will not open them
- -36 of 6 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +4Structure: 6 headings
- +3Step-by-step instructions: 14 items
Quality base 70; lint remarks subtract, signals add up to 100. Result: 57.