FF nevermined-payments
Use when an AI agent must operate on Nevermined autonomously — purchase a payment plan via the x402 protocol (crypto or card), enroll a card and create a spending delegation, obtain a Nevermined API key, register a payment plan or AI agent, or check its credits (as a buyer) or revenue (as a seller) — and when adding x402 payment protection to a TypeScript or Python agent (Express, FastAPI, MCP, Google A2A, Strands). Covers the @nevermined-io/payments and payments-py SDKs and the Nevermined REST API.
Use when an AI agent must operate on Nevermined autonomously — purchase a payment plan via the x402 protocol (crypto or card), enroll a card and create a…
As a process F 44/100 · Will not run — References files that are not bundled: /products/payments/braintree-onboarding, /products/payments/card-enrollment
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 instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".
If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.
How to improve
- 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 · 21
✓ No critical or high findings
Medium and low: 21
-
medium Exfiltration
net-credential-usereferences/autonomous-operations.md:49Credential used in a network call (verify the destination is the intended service)curl -s -H "Authorization: Bearer $NVM_API_KEY" \
-
medium Exfiltration
net-credential-usereferences/autonomous-operations.md:86Credential used in a network call (verify the destination is the intended service)curl -s -X POST -H "Authorization: Bearer $NVM_API_KEY" -H "Content-Type: application/json" \
-
medium Exfiltration
net-credential-usereferences/autonomous-operations.md:122Credential used in a network call (verify the destination is the intended service)curl -s -X POST -H "Authorization: Bearer $NVM_API_KEY" -H "Content-Type: application/json" \
-
medium Exfiltration
net-credential-usereferences/autonomous-operations.md:127Credential used in a network call (verify the destination is the intended service)curl -s -X POST -H "Authorization: Bearer $NVM_API_KEY" -H "Content-Type: application/json" \
-
medium Exfiltration
net-credential-usereferences/autonomous-operations.md:155Credential used in a network call (verify the destination is the intended service)curl -s -X POST -H "Authorization: Bearer $NVM_API_KEY" -H "Content-Type: application/json" \
-
medium Exfiltration
net-credential-usereferences/client-integration.md:22Credential used in a network call (verify the destination is the intended service)curl -s -X POST -H "Authorization: Bearer $NVM_API_KEY" -H "Content-Type: application/json" \
-
medium Exfiltration
net-credential-usereferences/client-integration.md:29Credential used in a network call (verify the destination is the intended service)curl -s -X POST -H "Authorization: Bearer $NVM_API_KEY" -H "Content-Type: application/json" \
-
medium Exfiltration
net-credential-usereferences/customer-onboarding.md:31Credential used in a network call (verify the destination is the intended service)curl -s -XPOST -H "Authorization: Bearer $ORG_ADMIN_API_KEY" -H "Content-Type: application/json" \
-
medium Exfiltration
net-credential-usereferences/seller-operations.md:25Credential used in a network call (verify the destination is the intended service)curl -s -H "Authorization: Bearer $NVM_API_KEY" \
-
medium Exfiltration
net-credential-usereferences/seller-operations.md:41Credential used in a network call (verify the destination is the intended service)curl -s -H "Authorization: Bearer $NVM_API_KEY" "$B/mrr?asOf=2026…00Z"
-
medium Exfiltration
net-credential-usereferences/seller-operations.md:49Credential used in a network call (verify the destination is the intended service)curl -s -H "Authorization: Bearer $NVM_API_KEY" "$B/usage?from=...&to=...&limit=50"
-
medium Exfiltration
net-credential-usereferences/seller-operations.md:56Credential used in a network call (verify the destination is the intended service)curl -s -H "Authorization: Bearer $NVM_API_KEY" "$B/customers?limit=20"
-
medium Exfiltration
net-credential-usereferences/seller-operations.md:72Credential used in a network call (verify the destination is the intended service)curl -s -H "Authorization: Bearer $NVM_API_KEY" \
-
medium Exfiltration
net-credential-useSKILL.md:116Credential used in a network call (verify the destination is the intended service)curl -H "Authorization: Bearer $NVM_API_KEY" \
-
medium Exfiltration
net-credential-useSKILL.md:133Credential used in a network call (verify the destination is the intended service)curl -X POST -H "Authorization: Bearer $NVM_API_KEY" -H "Content-Type: application/json" \
-
medium Exfiltration
net-credential-useSKILL.md:155Credential used in a network call (verify the destination is the intended service)curl -X POST -H "Authorization: Bearer $NVM_API_KEY" -H "Content-Type: application/json" \
-
medium Exfiltration
net-credential-useSKILL.md:160Credential used in a network call (verify the destination is the intended service)curl -X POST -H "Authorization: Bearer $NVM_API_KEY" -H "Content-Type: application/json" \
-
medium Exfiltration
net-credential-useSKILL.md:178Credential used in a network call (verify the destination is the intended service)curl -X POST -H "Authorization: Bearer $NVM_API_KEY" -H "Content-Type: application/json" \
-
low Secrets in code
secret-high-entropy-tokenreferences/payment-plans.md:22High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const USDC_ADDRESS = '0x03…F7e'
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/payment-plans.md:72High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)USDC_ADDRESS = '0x03…F7e'
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:842High-entropy token-like string (may be an id, hash or a credential)--token-address 0x03…F7e \
Files scanned: 14. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
body-longSKILL.md body ≈ 12694 tokens (recommended < 5000); move details to references/ - warning
missing-refreference to a missing file: /products/payments/braintree-onboarding - warning
missing-refreference to a missing file: /products/payments/card-enrollment - note
frontmatter-keyunknown frontmatter key "lastUpdated"
Process rating: all ten parameters 44/100
- 0Tools and files. 2 referenced file(s) missing: /products/payments/braintree-onboarding, /products/payments/card-enrollment
- 0Result and completion. Does not say what the result is
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 40 mutating operations with no state check
- 40Consistency. Frontmatter name (nevermined-payments) differs from the folder (nevermined)
- 40Execution cost. Instruction body is 12694 tokens: crowds the task out of the window
- 70Inputs and preconditions. Inputs and preconditions are listed
- 100Steps. 61 steps
- 100Failures and branches. 1 branches, has a failure section
- 100Progress reporting. Reports progress
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 23 top-level sections: this looks like several domains in one skill
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
- -2localhost URLs: will not work for another user
- +1No license
- +2Single-language instructions
- +3Description length 504: enough signal without eating the budget
- +4Structure: 47 headings
- +3Step-by-step instructions: 61 items
- +4Has examples (34 code blocks)
- +4Reference files are cited in the instructions (11 of 12)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 66.