DF aawp
AAWP (AI Agent Wallet Protocol) — the only crypto wallet protocol built exclusively for AI Agents on EVM-compatible blockchains and Solana. 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, Solana native trading (Pump.fun SDK + Jupiter), token launches, DCA automation, and price alerts.
AAWP (AI Agent Wallet Protocol) — the only crypto wallet protocol built exclusively for AI Agents on EVM-compatible blockchains and Solana.
As a process F 43/100 · Will not run — References files that are not bundled: scripts/*.js
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.
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- The text references files that are not there: add them or drop the references.
- 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 · 50
✓ No critical or high findings
Medium and low: 50
-
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-tokenlib/pump.js:37High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)return info.owner.equals(new PublicKey('Toke…uEb'))quoted -
low Secrets in code
secret-high-entropy-tokenlib/solana-swap.js:11High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const SOL_MINT = 'So11…112';
quoted -
low Secrets in code
secret-high-entropy-tokenlib/solana-swap.js:12High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const USDC_MINT = 'EPjF…t1v';
quoted -
low Secrets in code
secret-high-entropy-tokenlib/solana.js:12High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const PROGRAM_ID_STR = 'AAwp…qiS';
quoted -
low Secrets in code
secret-high-entropy-tokenREADME.md:348High-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:349High-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 Secrets in code
secret-high-entropy-tokenREADME.md:357High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **Program** | [`AAwp…qiS`](https://explorer.solana.com/address/AAwp…qiS) |
table -
low Secrets in code
secret-high-entropy-tokenREADME.md:358High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **Factory PDA** | `6EkR…txx` |
table -
low Secrets in code
secret-high-entropy-tokenREADME.md:359High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **Identity PDA** | `8Aef…Aej` |
table -
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:198Starts 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:426High-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:507High-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:508High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **Identity Proxy** | `0xAA…D1d` |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:548High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Program ID | `AAwp…qiS` |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:550High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| AI Signer | `BrZh…goi` |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:551High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Wallet PDA | `CKeD…b4f` |
table
Files scanned: 38. 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") - warning
body-longSKILL.md body ≈ 5772 tokens (recommended < 5000); move details to references/ - warning
missing-refreference to a missing file: scripts/*.js - 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 43/100
- 0Tools and files. 1 referenced file(s) missing: scripts/*.js
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Progress reporting. Says nothing while it works
- 30Running it twice. 21 mutating operations with no state check
- 40Consistency. Frontmatter name (aawp) differs from the folder (aawp-ai)
- 50When it triggers. No condition that starts the skill
- 50Failures and branches. 0 branches, has a failure section
- 60Result and completion. Output format stated, no completion criterion
- 70Execution cost. Instruction body is 5772 tokens
- 100Steps. 17 steps
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 17 top-level sections: this looks like several domains in one skill
- low The response is described with custom markup (9 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
- -38 of 21 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +4Description says when NOT to use the skill
- +3Description length 420: enough signal without eating the budget
- +4Structure: 44 headings
- +3Step-by-step instructions: 17 items
- +3Output format is stated explicitly
- +4Has examples (23 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 57.