SKILLEMALL.ai

CC Clawlett

Secure token swaps and Trenches trading on Base Mainnet, powered by Safe + Zodiac Roles.

modbender/skill-library-mcp Agent Skills author: modbender MIT 10 files body ≈ 3 944 tokens Open the sourcegithub.com analyzed 2 d ago

Secure token swaps and Trenches trading on Base Mainnet, powered by Safe + Zodiac Roles.

As a process C 53/100 · Has gaps — weak spots: result and completion, inputs and preconditions, running it twice

AnalyzerAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
C
64/100
safety, quality, tests
Safety 60%
67
Quality 40%
59
Run on models
none yet
Process rating
C
53/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. 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 · 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:43
    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:44
    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:45
    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:46
    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:47
    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:48
    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:51
    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:74
    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:75
    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:76
    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:77
    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:78
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | AERO | `0x94…631` |
    table

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

Against the Agent Skills spec

  • warning name-format name should be kebab-case (lowercase letters, digits, hyphens)
  • warning description-no-when description does not say WHEN to use the skill (no "use when")

Process rating: all ten parameters 53/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
  • 30Running it twice. 16 mutating operations with no state check
  • 50When it triggers. No condition that starts the skill
  • 60Tools and files. Uses tools (web, git) that frontmatter does not declare
  • 60Failures and branches. 2 branches
  • 100Steps. 76 steps
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 3944 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 88: 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: 76 items
  • +4Has examples (8 code blocks)

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