BC agentxpay
AgentXPay Skill — 让 AI Agent 在 Monad 链上通过 x402 协议自主发现、付费、订阅 AI 服务。支持链上支付、Agent 钱包管理、服务订阅和资金托管。
AgentXPay Skill — 让 AI Agent 在 Monad 链上通过 x402 协议自主发现、付费、订阅 AI 服务。支持链上支付、Agent 钱包管理、服务订阅和资金托管。
As a process C 56/100 · Has gaps — weak spots: result and completion, when it triggers, inputs and preconditions
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
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 · 11
✓ No critical or high findings
Medium and low: 11
-
low Secrets in code
secret-high-entropy-tokenpnpm-lock.yaml:44High-entropy token-like string (may be an id, hash or a credential)resolution: {integrity: sha5…7pY+zoMV…h0x/Ptw8…8dg==} -
low Secrets in code
secret-high-entropy-tokenpnpm-lock.yaml:68High-entropy token-like string (may be an id, hash or a credential)resolution: {integrity: sha5…b00+Gxjx…zRc/oZwU…hzA==} -
low Secrets in code
secret-high-entropy-tokenpnpm-lock.yaml:104High-entropy token-like string (may be an id, hash or a credential)resolution: {integrity: sha512-vHk/hA7/1Ack…wbo+jaSh…Gtl+A5zq…HFg==} -
low Secrets in code
secret-high-entropy-tokenpnpm-lock.yaml:122High-entropy token-like string (may be an id, hash or a credential)resolution: {integrity: sha5…QYA+ISs0/2l3T9/kj42…aQT/dfNXWX/ZZCQ==} -
low Secrets in code
secret-high-entropy-tokenpnpm-lock.yaml:128High-entropy token-like string (may be an id, hash or a credential)resolution: {integrity: sha5…Dsc+j03S…0oA==} -
low Secrets in code
secret-high-entropy-tokenreferences/sdk-api.md:139High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| ServiceRegistry | `0x20…F6b` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/sdk-api.md:140High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| PaymentManager | `0x15…7f2` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/sdk-api.md:141High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| SubscriptionManager | `0xb4…7DE` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/sdk-api.md:142High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Escrow | `0xe5…ea4` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/sdk-api.md:143High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| AgentWalletFactory | `0x46…691` |
table -
low Risky intent
intent-wallet-secretsscripts/run-tool.ts:51Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)PRIVATE_KEY — Agent wallet private key
quoted
Files scanned: 15. 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 "command-dispatch" - note
frontmatter-keyunknown frontmatter key "command-tool"
Process rating: all ten parameters 56/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
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 3 mutating operations with no state check
- 50Failures and branches. 0 branches, has a failure section
- 100Tools and files. No external tools needed
- 100Steps. 24 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 1684 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
- +4Description does not say when NOT to use the skill (false activations)
- +3Description length 94: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- +2Single-language instructions
- +4Structure: 19 headings
- +3Step-by-step instructions: 24 items
- +4Has examples (5 code blocks)
- +4Reference files are cited in the instructions (2 of 2)
- +3All 1 scripts are documented
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 75.