SKILLEMALL.ai

DD clawtrade-bnb

Autonomous DeFi trading agent for BNB Chain with multi-strategy engine, network switching, and reinforced learning.

Not recommendedlow grade D
modbender/skill-library-mcp Agent Skills author: modbender MIT 80 files body ≈ 2 720 tokens Open the sourcegithub.com analyzed 2 d ago

Autonomous DeFi trading agent for BNB Chain with multi-strategy engine, network switching, and reinforced learning.

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

IntegrationData and analyticsAI and agentsSoftware developmenttype and topics are labelled automatically from the skill text
JSON
Technical rating
D
47/100
safety, quality, tests
Safety 60%
36
Quality 40%
64
Run on models
none yet
Process rating
D
45/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 · 64

✓ No critical or high findings

Medium and low: 64
  • low Secrets in code secret-high-entropy-token config.deployed.json:12
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "address": "0x58…76b",
    quoted
  • low Secrets in code secret-high-entropy-token config.deployed.json:13
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "underlying": "0x8b…A72",
    quoted
  • low Secrets in code secret-high-entropy-token config.deployed.json:21
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "address": "0x6E…df0",
    quoted
  • low Secrets in code secret-high-entropy-token config.deployed.json:30
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "address": "0x0C…4E4",
    quoted
  • low Secrets in code secret-high-entropy-token config.deployed.json:31
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "underlying": "0x84…b06",
    quoted
  • low Secrets in code secret-high-entropy-token config.scheduler.json:55
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "address": "0x58…76b",
    quoted
  • low Secrets in code secret-high-entropy-token config.scheduler.json:64
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "address": "0x6E…df0",
    quoted
  • low Secrets in code secret-high-entropy-token config.scheduler.json:73
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "address": "0x0C…4E4",
    quoted
  • low Secrets in code secret-high-entropy-token contracts/ABI_USAGE.md:79
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "token": "0xB4…312",
    quoted
  • low Secrets in code secret-high-entropy-token contracts/deploy.js:118
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    'vaul…001': '0xB4…312', // USDC on testnet
    quoted
  • low Secrets in code secret-high-entropy-token contracts/deploy.js:119
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    'vaul…001': '0x8b…A72', // WETH on testnet
    quoted
  • low Secrets in code secret-high-entropy-token contracts/deploy.js:120
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    'vaul…001': '0x83…c63', // CAKE on testnet
    quoted
  • low Secrets in code secret-high-entropy-token contracts/deploy.js:121
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    'vaul…001': '0xB4…312', // USDC on testnet
    quoted
  • low Secrets in code secret-high-entropy-token contracts/deploy.js:122
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    'vaul…001': '0x7a…E1F', // Mock WBTC
    quoted
  • low Exfiltration read-dotenv contracts/DEPLOYMENT_SUMMARY.md:84
    Reads a .env file
    cp .env.example .env
  • low Exfiltration read-dotenv contracts/DEPLOYMENT.md:91
    Reads a .env file
    cp .env.example .env
  • low Secrets in code secret-high-entropy-token contracts/DEPLOYMENT.md:189
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const underlyingToken = "0xB4…312"; // USDC testnet
    quoted
  • low Secrets in code secret-high-entropy-token contracts/DEPLOYMENT.md:242
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    arguments: ['vaul…001', '0xB4…312']
    detector
  • low Secrets in code secret-high-entropy-token contracts/DEPLOYMENT.md:274
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    npx hardhat verify --network bnbTestnet <CONTRACT_ADDRESS> "vaul…001" "0xB4…312"
    quoted
  • low Secrets in code secret-high-entropy-token contracts/DEPLOYMENT.md:354
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "token": "0xB4…312",
    quoted
  • low Exfiltration read-dotenv contracts/DEPLOYMENT.md:383
    Reads a .env file
    cat .env | grep PRIVATE_KEY
  • low Secrets in code secret-high-entropy-token contracts/deployments.json:5
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "address": "0x58…76b",
    quoted
  • low Secrets in code secret-high-entropy-token contracts/deployments.json:6
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "token": "0x8b…A72",
    quoted
  • low Secrets in code secret-high-entropy-token contracts/deployments.json:15
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "address": "0x6E…df0",
    quoted
  • low Secrets in code secret-high-entropy-token contracts/deployments.json:25
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "address": "0x0C…4E4",
    quoted
  • low Secrets in code secret-high-entropy-token contracts/deployments.json:26
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "token": "0x84…b06",
    quoted
  • low Exfiltration read-dotenv contracts/QUICKSTART.txt:12
    Reads a .env file
    cp .env.example .env
  • low Exfiltration read-dotenv contracts/QUICKSTART.txt:226
    Reads a .env file
    ☐ Copy .env.example to .env
  • low Exfiltration read-dotenv contracts/README.md:50
    Reads a .env file
    cp .env.example .env
  • low Secrets in code secret-high-entropy-token contracts/README.md:156
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "0xB4…312" // USDC testnet
    quoted
  • low Secrets in code secret-high-entropy-token contracts/README.md:365
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "0xB4…312"
    quoted
  • low Secrets in code secret-high-entropy-token contracts/scripts/deploy.js:10
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    token: "0xB4…312", // USDC testnet
    quoted
  • low Secrets in code secret-high-entropy-token contracts/scripts/deploy.js:14
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    token: "0x8b…A72", // WETH testnet
    quoted
  • low Secrets in code secret-high-entropy-token contracts/scripts/deploy.js:18
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    token: "0x83…c63", // CAKE testnet
    quoted
  • low Secrets in code secret-high-entropy-token contracts/scripts/deploy.js:22
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    token: "0xB4…312", // USDC testnet
    quoted
  • low Secrets in code secret-high-entropy-token contracts/scripts/deploy.js:26
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    token: "0x7a…E1F", // Mock WBTC
    quoted
  • low Secrets in code secret-high-entropy-token contracts/scripts/generate-abi.js:558
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "token": "0xB4…312",
    quoted
  • low Secrets in code secret-high-entropy-token dashboard/package-lock.json:293
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "integrity": "sha5…SzS+cfgl…B0A==",
    detector
  • low Secrets in code secret-high-entropy-token dashboard/package-lock.json:426
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "integrity": "sha5…QYA+ISs0/2l3T9/kj42…aQT/dfNXWX/ZZCQ==",
    detector
  • low Secrets in code secret-high-entropy-token dashboard/package-lock.json:630
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "integrity": "sha512-6+gjmF…uh8+uw3mnrvgs+dSPQ…dZG+D4garKg==",
    detector
  • low Secrets in code secret-high-entropy-token dashboard/package-lock.json:647
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "integrity": "sha5…DUr+vOv8…A8A==",
    detector
  • low Secrets in code secret-high-entropy-token dashboard/package-lock.json:748
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "integrity": "sha512-+d0F4…I3V+9NHA…K8l/dl02…qjA==",
    detector
  • low Secrets in code secret-high-entropy-token dashboard/src/App.js:69
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    }, isActive: isActive }), _jsx(AgentTeam, { isActive: isActive, lastCycle: records[records.length - 1] })] })), activeTab === 'activity' && (_jsxs(_Fragment, { children: [_jsx("div", { className: "car
    quoted
  • low Secrets in code secret-high-entropy-token dashboard/src/App.tsx:174
    High-entropy token-like string (may be an id, hash or a credential)
    BNB Testnet (0xae…FB4)
  • low Exfiltration read-dotenv execute-real-transaction.js:13
    Reads a .env file
    fs.readFileSync('.env', 'utf8').split('\n').forEach(line => {
  • low Risky intent intent-offensive-security FINAL_CHECKLIST.md:92
    Offensive-security / dual-use content (legitimate for authorised testing; review intended use)
    - Bug bounty program setup
  • low Secrets in code secret-high-entropy-token INTEGRATION_MANIFEST.md:35
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "vaul…001": "0x58…76b",
    quoted
  • low Secrets in code secret-high-entropy-token INTEGRATION_MANIFEST.md:36
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "vaul…001": "0x6E…df0",
    quoted
  • low Secrets in code secret-high-entropy-token INTEGRATION_MANIFEST.md:37
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "vaul…001": "0x0C…4E4"
    quoted
  • low Secrets in code secret-high-entropy-token LIVE_EXECUTION_GUIDE.md:10
    High-entropy token-like string (may be an id, hash or a credential)
    - `vaul…001`: 0x58…76b
  • low Secrets in code secret-high-entropy-token LIVE_EXECUTION_GUIDE.md:11
    High-entropy token-like string (may be an id, hash or a credential)
    - `vaul…001`: 0x6E…df0
  • low Secrets in code secret-high-entropy-token LIVE_EXECUTION_GUIDE.md:12
    High-entropy token-like string (may be an id, hash or a credential)
    - `vaul…001`: 0x0C…4E4
  • low Exfiltration read-dotenv make-real-tx.js:13
    Reads a .env file
    fs.readFileSync('.env', 'utf8').split('\n').forEach(line => {
  • low Secrets in code secret-high-entropy-token network-switcher.js:17
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    vaul…01: '0x58…76b',
    quoted
  • low Secrets in code secret-high-entropy-token network-switcher.js:18
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    vaul…01: '0x6E…df0',
    quoted
  • low Secrets in code secret-high-entropy-token network-switcher.js:19
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    vaul…01: '0x0C…4E4',
    quoted
  • low Secrets in code secret-high-entropy-token package-lock.json:98
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "integrity": "sha512-GhH/abcC…hoN+uBNo…mU1+t8xT…EBA==",
    detector
  • low Secrets in code secret-high-entropy-token package-lock.json:181
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "integrity": "sha5…Z4v+DkGoC42/TS2ond+PARCxTJvgTFUNDZovyQ/uAQ4…g7A==",
    detector
  • low Secrets in code secret-high-entropy-token package-lock.json:335
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "integrity": "sha5…6I6+jvuq…Pqq+JZ0T…Rng==",
    detector
  • low Secrets in code secret-high-entropy-token package-lock.json:355
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "integrity": "sha5…GmY+zPPWTC+wQrp…jmH+yCS3…njA==",
    detector

…and 4 more

Files scanned: 80. 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")
  • note frontmatter-key unknown frontmatter key "keywords"

Process rating: all ten parameters 45/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
  • 20When it triggers. No condition that starts the skill
  • 30Running it twice. 4 mutating operations with no state check
  • 60Tools and files. Uses tools (bash, node) that frontmatter does not declare
  • 100Steps. 70 steps
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 2720 tokens
  • 100Progress reporting. Reports progress
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
  • 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)
  • +3Description length 115: 120–800 characters recommended
  • +3Output format is not stated: the model decides each time
  • -2localhost URLs: will not work for another user
  • -228 emoji in the instructions: noise for the model
  • +1No license
  • +2Single-language instructions
  • +4Structure: 35 headings
  • +3Step-by-step instructions: 70 items
  • +4Has examples (18 code blocks)

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