SKILLEMALL.ai

DC aawp

AAWP (AI Agent Wallet Protocol) — the only crypto wallet protocol built exclusively for AI Agents on EVM-compatible blockchains. Not for humans. The signer is the AI Agent itself, cryptographically bound at wallet creation. Supports wallet lifecycle management, token transfers, DEX swaps, cross-chain bridging, arbitrary contract interactions, DCA automation, and price alerts.

Not recommendedlow grade D
LeoYeAI/openclaw-master-skills Agent Skills author: LeoYeAI MIT 32 files · 5 scripts body ≈ 4 103 tokens Open the sourcegithub.com analyzed 2 d ago

AAWP (AI Agent Wallet Protocol) — the only crypto wallet protocol built exclusively for AI Agents on EVM-compatible blockchains.

As a process C 59/100 · Has gaps — weak spots: inputs and preconditions, running it twice, progress reporting

ProcedureAI and agentsInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
D
57/100
safety, quality, tests
Safety 60%
47
Quality 40%
73
Run on models
none yet
Process rating
C
59/100
Has gaps
Inputs and preconditions w 11
0
Progress reporting w 2
0
Running it twice w 4
30
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.

Dangerous commands 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 skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.

For the author

Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.

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

✓ No critical or high findings

Medium and low: 41
  • medium Dangerous commands cmd-pipe-to-shell README.md:64
    Downloads and executes remote code from an unrecognised host (pipe to shell) (the skill's own vendor host)
    curl -fsSL https://aawp.ai/install.sh | sh
    vendor-host
  • medium Dangerous commands cmd-persistence scripts/dca.js:73
    Persistence mechanism (cron / launchd / scheduled task / autorun registry) (quoted — discussed, not commanded)
    execSync(`(crontab -l 2>/dev/null; echo '${cronLine}') | crontab -`, { stdio: 'pipe' });
    quoted
  • medium Dangerous commands cmd-persistence scripts/price-alert.js:144
    Persistence mechanism (cron / launchd / scheduled task / autorun registry) (quoted — discussed, not commanded)
    execSync(`(crontab -l 2>/dev/null; echo '${cronLine}') | crontab -`, { stdio: 'pipe' });
    quoted
  • low Secrets in code secret-high-entropy-token config/chains.json:8
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "factory": "0xAA…aAA",
    detector
  • low Secrets in code secret-high-entropy-token config/chains.json:9
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "identity": "0xAA…D1d",
    quoted
  • low Secrets in code secret-high-entropy-token config/chains.json:10
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "walletDeployer": "0xB9…91e",
    quoted
  • low Secrets in code secret-high-entropy-token config/chains.json:14
    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 config/chains.json:15
    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 lib/multicall.js:8
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const MULT…DDR = '0xcA…A11';
    quoted
  • low Secrets in code secret-high-entropy-token README.md:290
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | **Factory** | [`0xAA…aAA`](https://basescan.org/address/0xAA…aAA) |
    table
  • low Secrets in code secret-high-entropy-token README.md:291
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition; documentation table row)
    | **Identity** | [`0xAA…D1d`](https://basescan.org/address/0xAA…D1d) |
    detectortable
  • low Dangerous commands cmd-cron-mention scripts/dca.js:71
    Mentions editing / listing crontab (quoted — discussed, not commanded)
    const existing = execSync('crontab -l 2>/dev/null || true', { encoding: 'utf8' });
    quoted
  • low Dangerous commands cmd-cron-mention scripts/dca.js:73
    Mentions editing / listing crontab (quoted — discussed, not commanded)
    execSync(`(crontab -l 2>/dev/null; echo '${cronLine}') | crontab -`, { stdio: 'pipe' });
    quoted
  • low Dangerous commands cmd-cron-mention scripts/dca.js:91
    Mentions editing / listing crontab (quoted — discussed, not commanded)
    const existing = execSync('crontab -l 2>/dev/null', { encoding: 'utf8' });
    quoted
  • low Secrets in code secret-high-entropy-token scripts/limit-order.js:45
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const INCH_LO_CONTRACT_BSC = '0x11…A65';
    quoted
  • low Secrets in code secret-high-entropy-token scripts/limit-order.js:70
    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/limit-order.js:74
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    eth:     '0xC9…110',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/limit-order.js:75
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    base:    '0xC9…110',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/limit-order.js:76
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    arb:     '0xC9…110',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/nft.js:66
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    '0xBC…13D': 'BAYC',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/nft.js:67
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    '0xb4…BBB': 'CryptoPunks',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/nft.js:68
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    '0x60…7c6': 'MAYC',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/nft.js:69
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    '0x49…28B': 'CloneX',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/nft.js:72
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    '0xd4…5e2': 'OnchainGasPower',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/portfolio.js:30
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const MC3_ADDR = '0xcA…A11';
    quoted
  • low Secrets in code secret-high-entropy-token scripts/portfolio.js:48
    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/portfolio.js:50
    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/portfolio.js:51
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    USDbC: '0xd9…6CA',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/portfolio.js:52
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    DAI:   '0x50…0Cb',
    quoted
  • low Dangerous commands cmd-cron-mention scripts/price-alert.js:142
    Mentions editing / listing crontab (quoted — discussed, not commanded)
    const existing = execSync('crontab -l 2>/dev/null || true', { encoding: 'utf8' });
    quoted
  • low Dangerous commands cmd-cron-mention scripts/price-alert.js:144
    Mentions editing / listing crontab (quoted — discussed, not commanded)
    execSync(`(crontab -l 2>/dev/null; echo '${cronLine}') | crontab -`, { stdio: 'pipe' });
    quoted
  • low Dangerous commands cmd-background-process scripts/provision.sh:208
    Starts a background / autostarted process
    nohup node scripts/start-daemon.js > "$OUT" 2>&1 &
  • low Dangerous commands cmd-background-process scripts/restart-daemon.sh:45
    Starts a background / autostarted process
    nohup node scripts/start-daemon.js > "$OUT" 2>&1 &
  • low Secrets in code secret-high-entropy-token scripts/wallet-manager.js:424
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const MC3 = chai…ll3 || '0xcA…A11';
    quoted
  • low Secrets in code secret-high-entropy-token scripts/yield.js:33
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    eth:     '0x87…4E2',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/yield.js:34
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    base:    '0xA2…1c5',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/yield.js:35
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    arb:     '0x79…4aD',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/yield.js:36
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    op:      '0x79…4aD',
    quoted
  • low Secrets in code secret-high-entropy-token scripts/yield.js:37
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    polygon: '0x79…4aD',
    quoted
  • low Secrets in code secret-high-entropy-token SKILL.md:480
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | **Factory Proxy** | `0xAA…aAA` |
    table
  • low Secrets in code secret-high-entropy-token SKILL.md:481
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | **Identity Proxy** | `0xAA…D1d` |
    table

Files scanned: 32. 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 "environment"
  • note frontmatter-key unknown frontmatter key "credentials"
  • note frontmatter-key unknown frontmatter key "persistence"
  • note frontmatter-key unknown frontmatter key "native_binary"
  • note frontmatter-key unknown frontmatter key "risk_disclosure"

Process rating: all ten parameters 59/100

  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Progress reporting. Says nothing while it works
  • 30Running it twice. 15 mutating operations with no state check
  • 50When it triggers. No condition that starts the skill
  • 50Failures and branches. 0 branches, has a failure section
  • 60Tools and files. Uses tools (bash, web, node) that frontmatter does not declare
  • 60Result and completion. Output format stated, no completion criterion
  • 70Execution cost. Instruction body is 4103 tokens
  • 100Steps. 12 steps
  • 100Consistency. Name and required fields are in place
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
  • low 16 top-level sections: this looks like several domains in one skill
  • low The response is described with custom markup (3 tags): a typed call is more reliable

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
  • -35 of 17 scripts are never mentioned in SKILL.md
  • +1No license
  • +2Single-language instructions
  • +4Description says when NOT to use the skill
  • +3Description length 378: enough signal without eating the budget
  • +4Structure: 37 headings
  • +3Step-by-step instructions: 12 items
  • +3Output format is stated explicitly
  • +4Has examples (22 code blocks)

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