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
ClawHub Agent Skills author: Alan Estrada v1.1.0 80 files body ≈ 2 626 tokens Open the sourceclawhub.ai analyzed 3 d ago

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
46/100
safety, quality, tests
Safety 60%
34
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

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Risky intent medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The purpose itself is risky: wallets, browser password stores, offensive security. Even an honest implementation gives the agent access to things that cost money.

For the author

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

  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 · 62

✓ No critical or high findings

Medium and low: 62
  • medium Risky intent intent-wallet-secrets README_SKILL.md:69
    Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target
    PRIVATE_KEY=6d816d...          # Your wallet private key (testnet)
  • 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/dist/assets/index-CPS7ZX48.js:49
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    `).replace(Er,"")}function X0(l,t){return t=Os(t),Os(l)===t}function V(l,t,a,e,u,n){switch(a){case"children":typeof e=="string"?t==="body"||t==="textarea"&&e===""||Ka(l,e):(typeof e=="number"||typeof 
    detector
  • 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 Secrets in code secret-high-entropy-token QUICK_TEST.md:38
    High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)
    "vaul…001": "0x58…76b",
    fixturequoted
  • low Secrets in code secret-high-entropy-token QUICK_TEST.md:39
    High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)
    "vaul…001": "0x6E…df0",
    fixturequoted
  • low Secrets in code secret-high-entropy-token QUICK_TEST.md:40
    High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)
    "vaul…001": "0x0C…4E4"
    fixturequoted
  • low Exfiltration read-dotenv README_SKILL.md:31
    Reads a .env file
    cp .env.example .env
  • low Secrets in code secret-high-entropy-token REPLICATION_GUIDE.md:96
    High-entropy token-like string (may be an id, hash or a credential)
    # vaul…01: 0x58…76b
  • low Secrets in code secret-high-entropy-token REPLICATION_GUIDE.md:97
    High-entropy token-like string (may be an id, hash or a credential)
    # vaul…01: 0x6E…df0

…and 2 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 2626 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.

External checks

ClawHub: suspicious
This skill is a real crypto-trading tool that can move funds, but its safety controls and documentation do not reliably match what the code actually enforces.
LLM: suspicious (high) · VirusTotal: suspicious · 28 May 2026