SKILLEMALL.ai

DC clawlett

(no description)

Not recommendedlow grade D
ClawHub Agent Skills author: Ardian v0.4.1 11 files body ≈ 3 985 tokens Open the sourceclawhub.ai analyzed 4 d ago

As a process C 52/100 · Has gaps — weak spots: result and completion, when it triggers, inputs and preconditions

ProcedureInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
D
40/100
safety, quality, tests
Safety 60%
67
Quality 40%
0
Run on models
none yet
Process rating
C
52/100
Has gaps
Result and completion w 14
0
Inputs and preconditions w 11
0
Progress reporting w 2
0
the three weakest of ten parameters · all ten

How to improve

  1. Add a description to the frontmatter: without it the skill never triggers.
For the model run — optional
  • 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 · 33

✓ No critical or high findings

Medium and low: 33
  • low Secrets in code secret-high-entropy-token MIGRATION_GUIDE.md:26
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | ZodiacHelpers contract updated to `0xb3…799` | Code + On-chain |
    table
  • low Secrets in code secret-high-entropy-token MIGRATION_GUIDE.md:34
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | Old | `0xc2…C54` |
    table
  • low Secrets in code secret-high-entropy-token MIGRATION_GUIDE.md:35
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | New | `0xb3…799` |
    table
  • low Secrets in code secret-high-entropy-token MIGRATION_GUIDE.md:56
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    1. scopeTarget(roleKey, 0xb3…799)
    detector
  • low Secrets in code secret-high-entropy-token MIGRATION_GUIDE.md:57
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    2. allowTarget(roleKey, 0xb3…799, 3)
    detector
  • low Secrets in code secret-high-entropy-token scripts/balance.js:24
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    'USDC': '0x83…913',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/balance.js:25
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    'USDT': '0xfd…bb2',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/balance.js:26
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    'DAI': '0x50…0Cb',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/balance.js:27
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    'AERO': '0x94…631',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/balance.js:28
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    'cbBTC': '0xcb…3Bf',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/cow.js:42
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const COW_SETTLEMENT = '0x90…b41'
    quoted
  • low Secrets in code secret-high-entropy-token scripts/cow.js:43
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const COW_VAULT_RELAYER = '0xC9…110'
    quoted
  • low Secrets in code secret-high-entropy-token scripts/cow.js:104
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    recipient: "0xCB…Fd4",
    quoted
  • low Secrets in code secret-high-entropy-token scripts/initialize.js:33
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    SafeProxyFactory: '0xa6…AB2',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/initialize.js:34
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    Safe…L2: '0x3E…36E',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/initialize.js:35
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    CompatibilityFallbackHandler: '0xf4…5e4',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/initialize.js:36
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    MultiSend: '0xA2…761',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/initialize.js:37
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    RolesSingleton: '0x96…337',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/package-lock.json:33
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "integrity": "sha5…jgR+Mkmf+D189…ihQ==",
    detector
  • low Secrets in code secret-high-entropy-token scripts/swap.js:37
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const KYBER_NATIVE_TOKEN = '0xEe…EeE'
    quoted
  • low Secrets in code secret-high-entropy-token scripts/swap.js:46
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const FEE_RECEIVER = '0xCB…Fd4'
    quoted
  • low Secrets in code secret-high-entropy-token scripts/tokens.js:16
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    'USDC': '0x83…913',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/tokens.js:17
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    'USDT': '0xfd…bb2',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/tokens.js:18
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    'DAI': '0x50…0Cb',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/tokens.js:19
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    'USDS': '0x82…1Dc',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/tokens.js:20
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    'AERO': '0x94…631',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/trenches.js:47
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const AGENT_KEY_FACTORY = '0x2E…988'
    quoted
  • low Secrets in code secret-high-entropy-token scripts/trenches.js:50
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const BID_ADDRESS = '0xa1…98B'
    quoted
  • low Secrets in code secret-high-entropy-token SKILL.md:68
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | USDC | `0x83…913` |
    table
  • low Secrets in code secret-high-entropy-token SKILL.md:69
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | USDT | `0xfd…bb2` |
    table
  • low Secrets in code secret-high-entropy-token SKILL.md:70
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | DAI | `0x50…0Cb` |
    table
  • low Secrets in code secret-high-entropy-token SKILL.md:71
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | USDS | `0x82…1Dc` |
    table
  • low Secrets in code secret-high-entropy-token SKILL.md:72
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | AERO | `0x94…631` |
    table

Files scanned: 11. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • error frontmatter SKILL.md: no YAML frontmatter block found
  • error name-missing SKILL.md: frontmatter has no `name`
  • error description-missing SKILL.md: no `description` — the skill can never trigger

Process rating: all ten parameters 52/100

  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Progress reporting. Says nothing while it works
  • 30When it triggers. No condition that starts the skill
  • 30Running it twice. 17 mutating operations with no state check
  • 60Tools and files. Uses tools (web, git) that frontmatter does not declare
  • 70Failures and branches. 5 branches
  • 100Steps. 79 steps
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 3985 tokens
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
  • 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)
  • +3Description length 0: 120–800 characters recommended
  • +3Output format is not stated: the model decides each time
  • -213 emoji in the instructions: noise for the model
  • -31 of 6 scripts are never mentioned in SKILL.md
  • +1No license
  • +2Single-language instructions
  • +4Structure: 22 headings
  • +3Step-by-step instructions: 79 items
  • +4Has examples (8 code blocks)

Quality base 70; lint remarks subtract, signals add up to 100. Result: 0.

External checks

ClawHub: suspicious
Clawlett fits its wallet-trading purpose, but it needs Review because some real-money actions can execute without the documented preview gate and it stores powerful local wallet/session secrets.
LLM: suspicious (high) · VirusTotal: suspicious · 28 May 2026