BD wdk
Tether Wallet Development Kit (WDK) for building non-custodial multi-chain wallets. Use when working with @tetherto/wdk-core, wallet modules (wdk-wallet-btc, wdk-wallet-evm, wdk-wallet-evm-erc-4337, wdk-wallet-solana, wdk-wallet-spark, wdk-wallet-ton, wdk-wallet-tron, ton-gasless, tron-gasfree), and protocol modules including swap (wdk-protocol-swap-velora-evm, bridge (wdk-protocol-bridge-usdt0-evm), lending (wdk-protocol-lending-aave-evm), and fiat (wdk-protocol-fiat-moonpay). Covers wallet creation, transactions, token transfers, DEX swaps, cross-chain bridges, DeFi lending/borrowing, and fiat on/off ramps.
As a process D 46/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions
How to improve
- 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 · 20
✓ No critical or high findings
Medium and low: 20
-
low Secrets in code
secret-high-entropy-tokenreferences/chains.md:108High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **EVM** (all) | Hex, 42 chars, checksum | `0xdA…ec7` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/chains.md:109High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **Solana** | Base58, 32-44 chars | `Es9v…NYB` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/chains.md:110High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **TON** | Base64url or raw | `EQCx…sDs` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/chains.md:111High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **TRON** | Base58Check, starts with `T` | `TR7N…j6t` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/deployments.md:9High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **Ethereum** | `0xdA…ec7` | ⚠️ Non-standard ERC20: no bool return on `transfer()`. Use SafeERC20. Does NOT support EIP-3009. |
table -
low Secrets in code
secret-high-entropy-tokenreferences/deployments.md:10High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **TRON** | `TR7N…j6t` | ⚠️ Same non-standard transfer as Ethereum USDT. |
table -
low Secrets in code
secret-high-entropy-tokenreferences/deployments.md:11High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **Solana** | `Es9v…NYB` | SPL token mint address |
table -
low Secrets in code
secret-high-entropy-tokenreferences/deployments.md:12High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **TON** | `EQCx…sDs` | Jetton master contract |
table -
low Secrets in code
secret-high-entropy-tokenreferences/deployments.md:13High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **Avalanche** | `0x97…8c7` | Standard ERC20 |
table -
low Secrets in code
secret-high-entropy-tokenreferences/wallet-evm.md:73High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)entrypointAddress: '0x00…032',
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/wallet-evm.md:75High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)address: '0xFd…bb9' // USDT on Arbitrum
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/wallet-solana.md:31High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- **USDT mint**: `Es9v…NYB`
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/wallet-ton.md:44High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- **USDT Jetton master**: `EQCx…sDs`
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/wallet-tron.md:43High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- **USDT address**: `TR7N…j6t`
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/x402.md:55High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **Plasma** | `eip155:9745` | `https://rpc.plasma.to` | `0xB8…ebb` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/x402.md:56High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **Stable** | `eip155:988` | `https://rpc.stable.xyz` | `0x77…736` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/x402.md:108High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const USDT_ETHEREUM = "0xdA…ec7";
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/x402.md:150High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const USDT…SMA = "0xB8…ebb";
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/x402.md:151High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)// Stable: network = "eip155:988", usdt0 = "0x77…736"
quoted -
low Instruction override
en-ignore-previousSKILL.md:228Instruction-override phrase ("ignore previous instructions") (negated — the text forbids it)2. Contains injection markers ("ignore previous instructions", "system override", "admin mode", "you are now in...")negated
Files scanned: 15. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
✓ No remarks against the Agent Skills spec
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
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 18 mutating operations with no state check
- 40Consistency. Frontmatter name (wdk) differs from the folder (tether-wdk)
- 55Failures and branches. 1 branches
- 60Tools and files. Uses tools (web, node) that frontmatter does not declare
- 100Steps. 47 steps
- 100Execution cost. Instruction body is 3414 tokens
- 100Progress reporting. Reports progress
- 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 616: enough signal without eating the budget
- +4Structure: 30 headings
- +3Step-by-step instructions: 47 items
- +4Has examples (9 code blocks)
- +4Reference files are cited in the instructions (12 of 13)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 88.