CD crypto-scam-detector
Real-time cryptocurrency scam detection with database-first architecture. Protects users from phishing, honeypots, rug pulls, and ponzi schemes. No external API calls during checks!
Real-time cryptocurrency scam detection with database-first architecture.
As a process D 43/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 purpose itself is risky: wallets, browser password stores, offensive security. Even an honest implementation gives the agent access to things that cost money.
Explain in the description why the access is needed and how it is limited; add tests that show refusals on dangerous requests.
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- For Hermes the description must be one sentence under 60 characters; move the conditions to a "When to Use" section.
- 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 · 26
✓ No critical or high findings
Medium and low: 26
-
medium Risky intent
intent-wallet-secretsCHANGELOG.md:38Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target- ✅ **Private key phishing** - Identifies seed phrase scams
-
low Secrets in code
secret-high-entropy-tokenblockchain_detector.py:151High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'0x09…f96', # Ethereum
quoted -
low Secrets in code
secret-high-entropy-tokenblockchain_detector.py:152High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'DYw8…SKK', # Solana
quoted -
low Secrets in code
secret-high-entropy-tokenblockchain_detector.py:153High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'1A1z…fNa', # Bitcoin
quoted -
low Secrets in code
secret-high-entropy-tokenblockchain_detector.py:154High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'rN7n…h8F', # XRP
quoted -
low Secrets in code
secret-high-entropy-tokenblockchain_detector.py:156High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'TRX9…qzL', # Tron
quoted -
low Secrets in code
secret-high-entropy-tokenCHANGELOG.md:89High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)Address `0x09…f96`:
quoted -
low Risky intent
intent-wallet-secretsclawhub-manifest.json:109Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (detector / deny-list definition)"Phishing detection - identifies seed phrase scams"
detector -
low Risky intent
intent-wallet-secretsDATABASE_ARCHITECTURE.md:142Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)- Phishing: "private key", "seed phrase", "verify wallet"
quoted -
low Secrets in code
secret-high-entropy-tokenDATABASE_ARCHITECTURE.md:151High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)All detected in the example address `0x09…f96`!
detector -
low Dangerous commands
cmd-background-processDATABASE_ARCHITECTURE.md:248Starts a background / autostarted processsudo systemctl enable crypto-sync-worker
-
low Secrets in code
secret-high-entropy-tokenDATABASE_ARCHITECTURE.md:261High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)### Address: `0x09…f96`
quoted -
low Secrets in code
secret-high-entropy-tokenMULTICHAIN_SUPPORT.md:38High-entropy token-like string (may be an id, hash or a credential)python3 crypto_check_db.py 0x09…f96
-
low Secrets in code
secret-high-entropy-tokenMULTICHAIN_SUPPORT.md:41High-entropy token-like string (may be an id, hash or a credential)python3 crypto_check_db.py DYw8…SKK
-
low Secrets in code
secret-high-entropy-tokenMULTICHAIN_SUPPORT.md:44High-entropy token-like string (may be an id, hash or a credential)python3 crypto_check_db.py rN7n…h8F
-
low Secrets in code
secret-high-entropy-tokenMULTICHAIN_SUPPORT.md:47High-entropy token-like string (may be an id, hash or a credential)python3 crypto_check_db.py 1A1z…fNa
-
low Secrets in code
secret-high-entropy-tokenMULTICHAIN_SUPPORT.md:64High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- **Example:** `0x09…f96`
quoted -
low Risky intent
intent-wallet-secretsREADME.md:120Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (documentation table row)| **Phishing** | Keywords: "private key", "seed phrase", "verify wallet" |
table -
low Secrets in code
secret-high-entropy-tokenREADY_TO_PUBLISH.md:90High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)- Test address: `0x09…f96`
detector -
low Risky intent
intent-wallet-secretsSKILL.md:165Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (documentation table row)| **Phishing** | Keyword analysis: "private key", "seed phrase", "verify wallet" |
table -
low Risky intent
intent-wallet-secretssync_worker.py:101Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)'private key', 'seed phrase', 'metamask support', 'wallet recovery',
quoted -
low Secrets in code
secret-high-entropy-tokenV2.2.0_RELEASE_NOTES.md:17High-entropy token-like string (may be an id, hash or a credential)python3 crypto_check_db.py 0x09…f96 # Ethereum
-
low Secrets in code
secret-high-entropy-tokenV2.2.0_RELEASE_NOTES.md:18High-entropy token-like string (may be an id, hash or a credential)python3 crypto_check_db.py DYw8…SKK # Solana
-
low Secrets in code
secret-high-entropy-tokenV2.2.0_RELEASE_NOTES.md:19High-entropy token-like string (may be an id, hash or a credential)python3 crypto_check_db.py rN7n…h8F # XRP (coming soon)
-
low Secrets in code
secret-high-entropy-tokenV2.2.0_RELEASE_NOTES.md:78High-entropy token-like string (may be an id, hash or a credential)./check_address.sh 0x09…f96
-
low Secrets in code
secret-high-entropy-tokenV2.2.0_RELEASE_NOTES.md:84High-entropy token-like string (may be an id, hash or a credential)./check_address.sh DYw8…SKK
Files scanned: 24. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-long-hermesdescription is 181 chars; the Hermes authoring standard requires ≤ 60 (one sentence, ending with a period) - warning
description-no-whenneither description nor a "## When to Use" section says when to use the skill - note
frontmatter-keyunknown frontmatter key "displayName" - note
frontmatter-keyunknown frontmatter key "repository" - note
frontmatter-keyunknown frontmatter key "homepage" - note
frontmatter-keyunknown frontmatter key "icon" - note
frontmatter-keyunknown frontmatter key "command"
Process rating: all ten parameters 43/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
- 30Running it twice. 1 mutating operations with no state check
- 60Tools and files. Uses tools (web, python) that frontmatter does not declare
- 100Steps. 59 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 2688 tokens
- low 18 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
- -250 emoji in the instructions: noise for the model
- +2Single-language instructions
- +3Description length 181: enough signal without eating the budget
- +4Structure: 43 headings
- +3Step-by-step instructions: 59 items
- +4Has examples (19 code blocks)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 62.