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.
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
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
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.
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
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- 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-shellREADME.md:64Downloads 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-persistencescripts/dca.js:73Persistence 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-persistencescripts/price-alert.js:144Persistence 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-tokenconfig/chains.json:8High-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-tokenconfig/chains.json:9High-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-tokenconfig/chains.json:10High-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-tokenconfig/chains.json:14High-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-tokenconfig/chains.json:15High-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-tokenlib/multicall.js:8High-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-tokenREADME.md:290High-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-tokenREADME.md:291High-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-mentionscripts/dca.js:71Mentions editing / listing crontab (quoted — discussed, not commanded)const existing = execSync('crontab -l 2>/dev/null || true', { encoding: 'utf8' });quoted -
low Dangerous commands
cmd-cron-mentionscripts/dca.js:73Mentions editing / listing crontab (quoted — discussed, not commanded)execSync(`(crontab -l 2>/dev/null; echo '${cronLine}') | crontab -`, { stdio: 'pipe' });quoted -
low Dangerous commands
cmd-cron-mentionscripts/dca.js:91Mentions 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-tokenscripts/limit-order.js:45High-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-tokenscripts/limit-order.js:70High-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-tokenscripts/limit-order.js:74High-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-tokenscripts/limit-order.js:75High-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-tokenscripts/limit-order.js:76High-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-tokenscripts/nft.js:66High-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-tokenscripts/nft.js:67High-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-tokenscripts/nft.js:68High-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-tokenscripts/nft.js:69High-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-tokenscripts/nft.js:72High-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-tokenscripts/portfolio.js:30High-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-tokenscripts/portfolio.js:48High-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-tokenscripts/portfolio.js:50High-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-tokenscripts/portfolio.js:51High-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-tokenscripts/portfolio.js:52High-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-mentionscripts/price-alert.js:142Mentions editing / listing crontab (quoted — discussed, not commanded)const existing = execSync('crontab -l 2>/dev/null || true', { encoding: 'utf8' });quoted -
low Dangerous commands
cmd-cron-mentionscripts/price-alert.js:144Mentions editing / listing crontab (quoted — discussed, not commanded)execSync(`(crontab -l 2>/dev/null; echo '${cronLine}') | crontab -`, { stdio: 'pipe' });quoted -
low Dangerous commands
cmd-background-processscripts/provision.sh:208Starts a background / autostarted processnohup node scripts/start-daemon.js > "$OUT" 2>&1 &
-
low Dangerous commands
cmd-background-processscripts/restart-daemon.sh:45Starts a background / autostarted processnohup node scripts/start-daemon.js > "$OUT" 2>&1 &
-
low Secrets in code
secret-high-entropy-tokenscripts/wallet-manager.js:424High-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-tokenscripts/yield.js:33High-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-tokenscripts/yield.js:34High-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-tokenscripts/yield.js:35High-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-tokenscripts/yield.js:36High-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-tokenscripts/yield.js:37High-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-tokenSKILL.md:480High-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-tokenSKILL.md:481High-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-whendescription does not say WHEN to use the skill (no "use when") - note
frontmatter-keyunknown frontmatter key "environment" - note
frontmatter-keyunknown frontmatter key "credentials" - note
frontmatter-keyunknown frontmatter key "persistence" - note
frontmatter-keyunknown frontmatter key "native_binary" - note
frontmatter-keyunknown 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.