DD bsc-dev-monitor
BSC Dev Wallet Monitor - 专为跟投 Dev 的用户设计。 监控指定 BSC 地址的代币转出(发币)行为,第一时间发现新币发布。 支持 Webhook 通知、安全检测、历史记录等功能。
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 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 · 30
✓ No critical or high findings
Medium and low: 30
-
medium Secrets in code
secret-labelled-tokenBILLING-UPDATE-COMPLETE.md:17Labelled token / key literal (vendor format unknown — verify it is not a live credential)api_key: sk_f…4b5
-
medium Secrets in code
secret-labelled-tokenBILLING-UPDATE-COMPLETE.md:245Labelled token / key literal (vendor format unknown — verify it is not a live credential)- API Key: `sk_f…4b5`
-
medium Secrets in code
secret-labelled-tokenbilling.js:6Labelled token / key literal (vendor format unknown — verify it is not a live credential)const API_KEY = 'sk_f…4b5';
-
medium Secrets in code
secret-labelled-tokenindex-enhanced.js:13Labelled token / key literal (vendor format unknown — verify it is not a live credential)apiKey: 'JM67…PH1',
-
medium Secrets in code
secret-labelled-tokenindex-updated.js:16Labelled token / key literal (vendor format unknown — verify it is not a live credential)apiKey: 'sk_f…4b5',
-
medium Secrets in code
secret-labelled-tokenindex-updated.js:29Labelled token / key literal (vendor format unknown — verify it is not a live credential)apiKey: 'JM67…PH1',
-
medium Secrets in code
secret-labelled-tokenindex.js:17Labelled token / key literal (vendor format unknown — verify it is not a live credential)apiKey: 'sk_f…4b5',
-
medium Secrets in code
secret-labelled-tokenindex.js:30Labelled token / key literal (vendor format unknown — verify it is not a live credential)apiKey: 'JM67…PH1',
-
medium Secrets in code
secret-labelled-tokenREADME.md:72Labelled token / key literal (vendor format unknown — verify it is not a live credential)apiKey: 'sk_f…4b5',
-
medium Secrets in code
secret-labelled-tokenSKILL.md:12Labelled token / key literal (vendor format unknown — verify it is not a live credential)api_key: sk_f…4b5
-
low Secrets in code
secret-password-literalauto-deploy.js:15Hard-coded password / key literal (may be an example)password: 'hefa…633'
-
low Secrets in code
secret-password-literalBILLING-UPDATE-COMPLETE.md:17Hard-coded password / key literal (may be an example)api_key: sk_f…4b5
-
low Secrets in code
secret-password-literalbilling.js:6Hard-coded password / key literal (may be an example)const API_KEY = 'sk_f…4b5';
-
low Secrets in code
secret-password-literalindex-enhanced.js:13Hard-coded password / key literal (may be an example)apiKey: 'JM67…PH1',
-
low Secrets in code
secret-high-entropy-tokenindex-enhanced.js:23High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'0x69…933': '0x4f…1a4', // PEPE
quoted -
low Secrets in code
secret-high-entropy-tokenindex-enhanced.js:24High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'0xfb…F7c': '0x74…bEb', // FLOKI
quoted -
low Secrets in code
secret-high-entropy-tokenindex-enhanced.js:25High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'0xd0…dA0': '0x10…24E', // BONK
quoted -
low Secrets in code
secret-high-entropy-tokenindex-enhanced.js:26High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'0xc7…2C1': '0x25…0Cb' // BABYDOGE
quoted -
low Secrets in code
secret-password-literalindex-updated.js:16Hard-coded password / key literal (may be an example)apiKey: 'sk_f…4b5',
-
low Secrets in code
secret-password-literalindex-updated.js:29Hard-coded password / key literal (may be an example)apiKey: 'JM67…PH1',
-
low Secrets in code
secret-high-entropy-tokenindex-updated.js:39High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'0x69…933': '0x4f…1a4',
quoted -
low Secrets in code
secret-high-entropy-tokenindex-updated.js:40High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'0xfb…F7c': '0x74…bEb',
quoted -
low Secrets in code
secret-high-entropy-tokenindex-updated.js:41High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'0xd0…dA0': '0x10…24E',
quoted -
low Secrets in code
secret-high-entropy-tokenindex-updated.js:42High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'0xc7…2C1': '0x25…0Cb'
quoted -
low Secrets in code
secret-password-literalindex.js:17Hard-coded password / key literal (may be an example)apiKey: 'sk_f…4b5',
-
low Secrets in code
secret-password-literalindex.js:30Hard-coded password / key literal (may be an example)apiKey: 'JM67…PH1',
-
low Secrets in code
secret-labelled-tokenmock-deploy.js:18Labelled token / key literal (vendor format unknown — verify it is not a live credential) (test fixture / example file)api_key: 'sk_f…4b5',
fixture -
low Secrets in code
secret-password-literalmock-deploy.js:18Hard-coded password / key literal (may be an example) (test fixture / example file)api_key: 'sk_f…4b5',
fixture -
low Secrets in code
secret-password-literalREADME.md:72Hard-coded password / key literal (may be an example)apiKey: 'sk_f…4b5',
-
low Secrets in code
secret-password-literalSKILL.md:12Hard-coded password / key literal (may be an example)api_key: sk_f…4b5
Files scanned: 22. 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 "payment"
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 (bsc-dev-monitor) differs from the folder (bsc-dev-monitor-v2)
- 100Tools and files. No external tools needed
- 100Steps. 25 steps
- 100Execution cost. Instruction body is 927 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 103: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- +1No license
- +2Single-language instructions
- +4Structure: 21 headings
- +3Step-by-step instructions: 25 items
- +4Has examples (11 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 68.