SKILLEMALL.ai

DF abstract-onboard

Deploy smart contracts and bridge assets to Abstract (ZK Stack L2). Use when an agent needs to deploy contracts on Abstract, bridge ETH/tokens to Abstract, trade/swap tokens, place predictions on Myriad Markets, check balances, transfer assets, or interact with Abstract mainnet. Covers zksolc compilation, Hardhat deployment, Relay bridging, DEX trading (Kona, Aborean), Myriad prediction markets, and key contract addresses.

Not recommendedlow grade D
ClawHub Agent Skills author: Masoncags-tech v1.6.0 31 files body ≈ 2 163 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process F 38/100 · Will not run — References files that are not bundled: references/SimpleNFT.sol

IntegrationInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
D
42/100
safety, quality, tests
Safety 60%
18
Quality 40%
79
Run on models
none yet
Process rating
F
38/100
Will not run
References files that are not bundled: references/SimpleNFT.sol
Tools and files w 18
0
Result and completion w 14
0
Inputs and preconditions w 11
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.

Exfiltration 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 instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".

For the author

If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.

How to improve

  1. The text references files that are not there: add them or drop the references.
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 · 58

✓ No critical or high findings

Medium and low: 58
  • medium Risky intent intent-wallet-secrets scripts/aborean-swap.js:14
    Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target
    *   PRIVATE_KEY - Wallet private key (required)
  • medium Exfiltration net-credential-use scripts/myriad-buy-direct.js:41
    Credential used in a network call (verify the destination is the intended service)
    const res = await fetch(`${MYRIAD_API_URL}/markets?api_key=${MYRIAD_API_KEY}&state=open&limit=100`);
  • medium Exfiltration net-redirectable-api-key scripts/myriad-buy-direct.js:41
    Helper sends the API key to a host configured by an environment variable — the key can be redirected to another server
    API key + configurable base URL from environment
  • medium Exfiltration net-credential-use scripts/myriad-trade.js:30
    Credential used in a network call (verify the destination is the intended service)
    const res = await fetch(`${MYRIAD_API_URL}/markets?api_key=${MYRIAD_API_KEY}&state=open&limit=10&sort=volume`);
  • medium Exfiltration net-redirectable-api-key scripts/myriad-trade.js:30
    Helper sends the API key to a host configured by an environment variable — the key can be redirected to another server
    API key + configurable base URL from environment
  • medium Exfiltration net-credential-use scripts/myriad-trade.js:46
    Credential used in a network call (verify the destination is the intended service)
    const res = await fetch(`${MYRIAD_API_URL}/markets?api_key=${MYRIAD_API_KEY}&state=open`);
  • low Secrets in code secret-high-entropy-token references/addresses.md:16
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | USDC | `0x84…7e1` |
    table
  • low Secrets in code secret-high-entropy-token references/addresses.md:17
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | WETH | `0x34…809` |
    table
  • low Secrets in code secret-high-entropy-token references/dex.md:12
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | Router (V2) | `0x44…250` |
    table
  • low Secrets in code secret-high-entropy-token references/dex.md:13
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | Factory | `0x7c…860` |
    table
  • low Secrets in code secret-high-entropy-token references/dex.md:37
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | Factory | `0x8c…f27` |
    table
  • low Secrets in code secret-high-entropy-token references/dex.md:38
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | Voter | `0xC0…9c9` |
    table
  • low Secrets in code secret-high-entropy-token references/dex.md:39
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | Factory Registry | `0x59…B49` |
    table
  • low Secrets in code secret-high-entropy-token references/myriad.md:9
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | **Prediction Market (V3)** | `0x3e…289` |
    table
  • low Secrets in code secret-high-entropy-token references/myriad.md:10
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | Querier | `0x71…B18` |
    table
  • low Secrets in code secret-high-entropy-token references/myriad.md:11
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | PTS Token (Season 2) | `0x0b…F23` (18 decimals) |
    table
  • low Secrets in code secret-high-entropy-token references/myriad.md:12
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | USDC.e Token | `0x84…7e1` (6 decimals) |
    table
  • low Secrets in code secret-high-entropy-token references/myriad.md:13
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | Fee Treasury | `0xBc…c1f` |
    table
  • low Secrets in code secret-high-entropy-token scripts/aborean-quote.js:18
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const ABOREAN_QUOTER = '0x81…671'; // Common quoter address pattern
    quoted
  • low Secrets in code secret-high-entropy-token scripts/aborean-quote.js:23
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    WETH: { address: '0x34…809', decimals: 18, symbol: 'WETH' },
    quoted
  • low Secrets in code secret-high-entropy-token scripts/aborean-quote.js:24
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    USDC: { address: '0x84…7e1', decimals: 6, symbol: 'USDC' },
    quoted
  • low Secrets in code secret-high-entropy-token scripts/aborean-quote.js:25
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    ABX: { address: '0x4C…C4D', decimals: 18, symbol: 'ABX' },
    quoted
  • low Secrets in code secret-high-entropy-token scripts/aborean-quote.js:26
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    PENGU: { address: '0x9e…A62', decimals: 18, symbol: 'PENGU' },
    quoted
  • low Secrets in code secret-high-entropy-token scripts/aborean-swap.js:23
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    const ABOREAN_ROUTER = '0xb9…f4f';
    detector
  • low Secrets in code secret-high-entropy-token scripts/aborean-swap.js:28
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    WETH: { address: '0x34…809', decimals: 18, symbol: 'WETH' },
    quoted
  • low Secrets in code secret-high-entropy-token scripts/aborean-swap.js:29
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    USDC: { address: '0x84…7e1', decimals: 6, symbol: 'USDC' },
    quoted
  • low Secrets in code secret-high-entropy-token scripts/aborean-swap.js:30
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    ABX: { address: '0x4C…C4D', decimals: 18, symbol: 'ABX' },
    quoted
  • low Secrets in code secret-high-entropy-token scripts/aborean-swap.js:31
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    PENGU: { address: '0x9e…A62', decimals: 18, symbol: 'PENGU' },
    quoted
  • low Secrets in code secret-high-entropy-token scripts/bridge-usdc-relay.js:14
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    '0x83…913',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/bridge-usdc-relay.js:33
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    originCurrency: '0x83…913',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/bridge-usdc-relay.js:34
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    destinationCurrency: '0x84…7e1',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/check-balances.js:20
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    USDC: "0x84…7e1",
    quoted
  • low Secrets in code secret-high-entropy-token scripts/check-balances.js:21
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    WETH: "0x34…809"
    quoted
  • low Secrets in code secret-high-entropy-token scripts/myriad-buy-direct.js:14
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const PM_CONTRACT = '0x3e…289';
    quoted
  • low Secrets in code secret-high-entropy-token scripts/quick-start.js:16
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const USDC_ADDRESS = "0x84…7e1";
    quoted
  • low Secrets in code secret-high-entropy-token scripts/quick-start.js:160
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    • USDC: 0x84…7e1
    quoted
  • low Secrets in code secret-high-entropy-token scripts/quick-start.js:161
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    • WETH: 0x34…809
    quoted
  • low Secrets in code secret-high-entropy-token scripts/swap-aborean.js:5
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const USDC = '0x84…7e1';
    quoted
  • low Secrets in code secret-high-entropy-token scripts/swap-aborean.js:6
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const WETH = '0x34…809';
    quoted
  • low Secrets in code secret-high-entropy-token scripts/swap-kona.js:4
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const ROUTER = '0x44…250';
    quoted
  • low Secrets in code secret-high-entropy-token scripts/swap-kona.js:5
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const FACTORY = '0x7c…860';
    quoted
  • low Secrets in code secret-high-entropy-token scripts/swap-kona.js:6
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const USDC = '0x84…7e1';
    quoted
  • low Secrets in code secret-high-entropy-token scripts/swap-kona.js:7
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const WETH = '0x34…809';
    quoted
  • low Secrets in code secret-high-entropy-token scripts/swap-tokens.js:20
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    WETH: "0x34…809",
    quoted
  • low Secrets in code secret-high-entropy-token scripts/swap-tokens.js:21
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    USDC: "0x84…7e1"
    quoted
  • low Secrets in code secret-high-entropy-token scripts/swap-uniswap-v2.js:4
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const ROUTER = '0xad…F7c';
    quoted
  • low Secrets in code secret-high-entropy-token scripts/swap-uniswap-v2.js:5
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const USDC = '0x84…7e1';
    quoted
  • low Secrets in code secret-high-entropy-token scripts/swap-uniswap-v2.js:6
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const WETH = '0x34…809';
    quoted
  • low Secrets in code secret-high-entropy-token scripts/testnet-setup.js:19
    High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)
    const TESTNET_USDC = "0x03…F7e"; // May vary
    fixturequoted
  • low Secrets in code secret-high-entropy-token scripts/transfer.js:16
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    USDC: "0x84…7e1",
    quoted
  • low Secrets in code secret-high-entropy-token scripts/transfer.js:17
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    WETH: "0x34…809"
    quoted
  • low Secrets in code secret-high-entropy-token scripts/usdc-ops.js:17
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const USDC_ADDRESS = "0x84…7e1";
    quoted
  • low Exfiltration exfil-send-secrets-to-url scripts/verify-contract.js:43
    Instruction to send secrets/history to an external endpoint (negated — the text forbids it)
    console.log("\n⚠️  DO NOT send tokens to this address if expecting a contract!");
    negated
  • low Secrets in code secret-high-entropy-token SKILL.md:203
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | USDC | `0x84…7e1` |
    table
  • low Secrets in code secret-high-entropy-token SKILL.md:204
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | WETH | `0x34…809` |
    table
  • low Secrets in code secret-high-entropy-token SKILL.md:205
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | Kona Router | `0x44…250` |
    table
  • low Secrets in code secret-high-entropy-token SKILL.md:206
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | Uniswap V2 Router | `0xad…F7c` |
    table
  • low Secrets in code secret-high-entropy-token SKILL.md:207
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | Myriad PM Contract | `0x3e…289` |
    table

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

Against the Agent Skills spec

  • warning missing-ref reference to a missing file: references/SimpleNFT.sol

Process rating: all ten parameters 38/100

Will not run. References files that are not bundled: references/SimpleNFT.sol
  • 0Tools and files. 1 referenced file(s) missing: references/SimpleNFT.sol
  • 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
  • 20When it triggers. No condition that starts the skill
  • 30Running it twice. 14 mutating operations with no state check
  • 55Failures and branches. 1 branches
  • 100Steps. 9 steps
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 2163 tokens

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)
  • +3Output format is not stated: the model decides each time
  • -32 of 22 scripts are never mentioned in SKILL.md
  • +1No license
  • +2Single-language instructions
  • +3Description length 426: enough signal without eating the budget
  • +4Structure: 26 headings
  • +3Step-by-step instructions: 9 items
  • +4Has examples (20 code blocks)
  • +4Reference files are cited in the instructions (5 of 5)

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

External checks

ClawHub: suspicious
This Abstract blockchain toolkit is not clearly deceptive, but it can sign irreversible mainnet transactions and leave persistent token approvals with too little validation or confirmation.
LLM: suspicious (high) · VirusTotal: benign · 10 Sept 2026