BD Agent Wallet SDK Skill
Non-custodial wallet SDK for autonomous AI agents. Handles x402 payments, CCTP V2 cross-chain bridge transfers, ERC-8004 agent identity, and Uniswap V3 token swaps — all without holding user keys.
Non-custodial wallet SDK for autonomous AI agents.
As a process D 46/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions
How to improve
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 · 21
✓ No critical or high findings
Medium and low: 21
-
low Secrets in code
secret-high-entropy-tokenagent-wallet-sdk/examples/micropayment-agent.ts:23High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)const USDC = '0x83…913' as Address;
fixturequoted -
low Secrets in code
secret-high-entropy-tokenagent-wallet-sdk/examples/trading-agent.ts:26High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)const USDC = '0x83…913' as Address; // USDC on Base
fixturequoted -
low Secrets in code
secret-high-entropy-tokenagent-wallet-sdk/examples/trading-agent.ts:27High-entropy token-like string (may be an id, hash or a credential) (placeholder value)const POLYMARKET_CTF_EXCHANGE = '0x4b…82E' as Address; // example
placeholder -
low Secrets in code
secret-high-entropy-tokenagent-wallet-sdk/test/sdk.test.ts:50High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)const OPERATOR: Address = '0xBB…BBB';
fixturequoted -
low Secrets in code
secret-high-entropy-tokenagent-wallet-sdk/test/sdk.test.ts:51High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)const TOKEN: Address = '0xCC…CCC';
fixturequoted -
low Secrets in code
secret-high-entropy-tokenagent-wallet-sdk/test/sdk.test.ts:52High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)const FACTORY: Address = '0xDD…DDD';
fixturequoted -
low Secrets in code
secret-high-entropy-tokenCHANGELOG.md:29High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- **Base Mainnet** — Agen…V2: `0x70…8A1`
quoted -
low Secrets in code
secret-high-entropy-tokenCHANGELOG.md:30High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- **Base Mainnet** — AgentNexusEscrow: `0x37…2fC`
quoted -
low Secrets in code
secret-high-entropy-tokenCHANGELOG.md:31High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- **Base Mainnet** — AgentNexusEntitlements: `0x3c…b33`
quoted -
low Secrets in code
secret-high-entropy-tokenDEPLOYMENTS.md:9High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **AgentNexusEscrow** | `0x37…2fC` | [BaseScan](https://basescan.org/address/0x37…2fC) |
table -
low Secrets in code
secret-high-entropy-tokenDEPLOYMENTS.md:10High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition; documentation table row)| **AgentNexusEntitlements** | `0x3c…b33` | [BaseScan](https://basescan.org/address/0x3c…b33) |
detectortable -
low Secrets in code
secret-high-entropy-tokenDEPLOYMENTS.md:20High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| AgentNexusEscrow | `0xCb…1b5` | [BaseScan](https://sepolia.basescan.org/address/0xCb…1b5) |
table -
low Secrets in code
secret-high-entropy-tokenDEPLOYMENTS.md:21High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition; documentation table row)| AgentNexusEntitlements | `0x53…1c9` | [BaseScan](https://sepolia.basescan.org/address/0x53…1c9) |
detectortable -
low Secrets in code
secret-high-entropy-tokenREADME.md:46High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **Base Mainnet** | Agen…yV2 | [`0x70…8A1`](https://basescan.org/address/0x70…8A1) |
table -
low Secrets in code
secret-high-entropy-tokenREADME.md:47High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition; documentation table row)| **Base Sepolia** | Agen…yV2 | [`0x33…3Be`](https://sepolia.basescan.org/address/0x33…3Be) |
detectortable -
low Risky intent
intent-offensive-securitySECURITY.md:158Offensive-security / dual-use content (legitimate for authorised testing; review intended use)- No privilege escalation
-
low Dangerous commands
cmd-privilegeSECURITY.md:237Privilege escalation / world-writable permissions (documentation of a security skill)- Setuid/setgid attacks
security skill -
low Dangerous commands
cmd-privilegeSECURITY.md:263Privilege escalation / world-writable permissions (documentation of a security skill)❌ **Privilege:** setuid, setgid, capset
security skill -
low Risky intent
intent-offensive-securitySECURITY.md:372Offensive-security / dual-use content (legitimate for authorised testing; review intended use)#### ✅ Privilege Escalation
-
low Risky intent
intent-offensive-securitySECURITY.md:421Offensive-security / dual-use content (legitimate for authorised testing; review intended use)- Penetration testing (optional)
-
low Risky intent
intent-offensive-securitySECURITY.md:513Offensive-security / dual-use content (legitimate for authorised testing; review intended use)**Bug Bounty:** Coming soon
Files scanned: 20. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
name-formatname should be kebab-case (lowercase letters, digits, hyphens)
Process rating: all ten parameters 46/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
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 1 mutating operations with no state check
- 40Consistency. Frontmatter name (Agent Wallet SDK Skill) differs from the folder (agentwallet-sdk)
- 100Tools and files. No external tools needed
- 100Steps. 13 steps
- 100Execution cost. Instruction body is 769 tokens
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
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
- +1No license
- +2Single-language instructions
- +3Description length 196: enough signal without eating the budget
- +4Structure: 14 headings
- +3Step-by-step instructions: 13 items
- +4Has examples (8 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 79.