SKILLEMALL.ai

BD dca-order

DCA orders for crypto. Split buys over time, gasless, oracle-protected, 8 EVM chains.

ClawHub Agent Skills author: Eranp-orbs v1.0.0 MIT-0 11 files body ≈ 1 042 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process D 46/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions

ProcedureInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
76/100
safety, quality, tests
Safety 60%
81
Quality 40%
69
Run on models
none yet
Process rating
D
46/100
Unfinished process
Result and completion w 14
0
Inputs and preconditions w 11
0
Failures and branches w 10
0
the three weakest of ten parameters · all ten

How to improve

  1. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
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 · 19

✓ No critical or high findings

Medium and low: 19
  • low Secrets in code secret-high-entropy-token assets/repermit.template.json:6
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "verifyingContract": "0x00…000"
    quoted
  • low Secrets in code secret-high-entropy-token assets/repermit.template.json:178
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "spender": "0x00…000",
    quoted
  • low Secrets in code secret-high-entropy-token assets/repermit.template.json:182
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "reactor": "0x00…000",
    quoted
  • low Secrets in code secret-high-entropy-token assets/repermit.template.json:183
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "executor": "0x00…000",
    quoted
  • low Secrets in code secret-high-entropy-token assets/token-addressbook.md:11
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | `weth` | `18` | `0xC0…Cc2` |
    table
  • low Secrets in code secret-high-entropy-token assets/token-addressbook.md:12
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | `wbtc` | `8` | `0x22…599` |
    table
  • low Secrets in code secret-high-entropy-token assets/token-addressbook.md:13
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | `usdc` | `6` | `0xA0…B48` |
    table
  • low Secrets in code secret-high-entropy-token assets/token-addressbook.md:14
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | `usdt` | `6` | `0xdA…ec7` |
    table
  • low Secrets in code secret-high-entropy-token assets/token-addressbook.md:15
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | `dai` | `18` | `0x6B…d0F` |
    table
  • low Secrets in code secret-high-entropy-token references/examples.md:16
    High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)
    "spender": "0x00…000",
    fixturequoted
  • low Secrets in code secret-high-entropy-token references/examples.md:20
    High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)
    "reactor": "0x00…000",
    fixturequoted
  • low Secrets in code secret-high-entropy-token references/examples.md:21
    High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)
    "executor": "0x00…000",
    fixturequoted
  • low Secrets in code secret-high-entropy-token references/examples.md:64
    High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)
    "spender": "0x00…000",
    fixturequoted
  • low Secrets in code secret-high-entropy-token references/examples.md:68
    High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)
    "reactor": "0x00…000",
    fixturequoted
  • low Secrets in code secret-high-entropy-token SKILL.md:16
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    1. Ethereum - `1` - adapter `0xC1…cfc`
    quoted
  • low Secrets in code secret-high-entropy-token SKILL.md:17
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    2. BNB Chain - `56` - adapter `0x67…E2C`
    quoted
  • low Secrets in code secret-high-entropy-token SKILL.md:18
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    3. Polygon - `137` - adapter `0x75…9B8`
    quoted
  • low Secrets in code secret-high-entropy-token SKILL.md:19
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    4. Sonic - `146` - adapter `0xD8…A6C`
    quoted
  • low Secrets in code secret-high-entropy-token SKILL.md:20
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    5. Base - `8453` - adapter `0xc6…b77`
    quoted

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

Against the Agent Skills spec

  • warning description-no-when description does not say WHEN to use the skill (no "use when")

Process rating: all ten parameters 46/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
  • 60Tools and files. Uses tools (web) that frontmatter does not declare
  • 100Steps. 32 steps
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 1042 tokens
  • 100Running it twice. No mutating operations
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing

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 85: 120–800 characters recommended
  • +3Output format is not stated: the model decides each time
  • +4No input/output examples
  • +1No license
  • +2Single-language instructions
  • +4Structure: 6 headings
  • +3Step-by-step instructions: 32 items
  • +4Reference files are cited in the instructions (5 of 5)

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

External checks

ClawHub: suspicious
This appears to be a crypto trading skill whose documentation may expose broader order-building behavior than its stated DCA scope, so users should review it before installing.
LLM: suspicious (medium) · VirusTotal: · 29 May 2026