BC rozo-intents
Cross-chain crypto payments and bridging via Rozo. Send USDC/USDT across Ethereum, Arbitrum, Base, BNB Chain (BSC), Polygon, Solana, and Stellar (Base and Stellar are USDC-only; Solana receives USDC only but can pay in USDT). On Stellar the trustline checker can also verify EURC trustlines; EURC is trustline-verification only, never a payment token here. Use when the user asks to pay, send, transfer, or bridge crypto/USDC/USDT, check a wallet or USDC/USDT balance, check a crypto payment's status, or shares a crypto payment QR code screenshot, a wallet address (0x, base58, G/C stellar), or a transaction hash. Auto-detects wallet type and auto-selects token (USDC preferred). Every payment shows full details and waits for an explicit yes/no by default. Small-amount auto-execute is opt-in: it runs only if the user raises the confirmation thresholds in version.json (shipped 0 = off). Do NOT use for general blockchain questions, non-payment tasks, or ordinary fiat payments, bank transfers, or bank-account balance questions.
As a process C 58/100 · Has gaps — weak spots: result and completion, inputs and preconditions, consistency
How to improve
- Shorten the description to 1024 characters.
- 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 · 8
✓ No critical or high findings
Medium and low: 8
-
low Secrets in code
secret-high-entropy-tokenreferences/supported-chains.md:22High-entropy token-like string (may be an id, hash or a credential)| Solana | 900 | EPjF…t1v | 6 |
-
low Secrets in code
secret-high-entropy-tokenreferences/supported-chains.md:33High-entropy token-like string (may be an id, hash or a credential)| Solana | 900 | Es9v…NYB | 6 |
-
low Secrets in code
secret-high-entropy-tokenreferences/supported-chains.md:46High-entropy token-like string (may be an id, hash or a credential)| Solana | 900 | EPjF…t1v | 6 |
-
low Secrets in code
secret-high-entropy-tokenscripts/dist/chains.js:18High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)900: { address: "EPjF…t1v", decimals: 6 },quoted -
low Secrets in code
secret-high-entropy-tokenscripts/dist/chains.js:26High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)900: { address: "Es9v…NYB", decimals: 6 },quoted -
low Secrets in code
secret-high-entropy-tokenscripts/dist/chains.js:36High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)900: { address: "EPjF…t1v", decimals: 6 },quoted -
low Secrets in code
secret-high-entropy-tokenscripts/dist/parse-qr.js:35High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"EPjF…t1v": "USDC",
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/dist/parse-qr.js:36High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"Es9v…NYB": "USDT",
quoted
Files scanned: 13. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- error
description-longdescription is 1034 chars, limit 1024
Process rating: all ten parameters 58/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Progress reporting. Says nothing while it works
- 30Running it twice. 16 mutating operations with no state check
- 40Consistency. Frontmatter name (rozo-intents) differs from the folder (rozo-intents-skills)
- 60Tools and files. Uses tools (web) that frontmatter does not declare
- 100Steps. 10 steps
- 100When it triggers. States when to use and when not to
- 100Failures and branches. 6 branches, has a failure section
- 100Execution cost. Instruction body is 1286 tokens
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
- +3Description length 1033: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- +4No input/output examples
- +2Single-language instructions
- +4Description says when NOT to use the skill
- +4Structure: 11 headings
- +3Step-by-step instructions: 10 items
- +4Reference files are cited in the instructions (3 of 3)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 61.