BB openkrill
Enable AI agents to make micropayments via x402 protocol. Use when purchasing browser sessions on Browserbase, scraping with Firecrawl, or any x402-compatible API. Handles wallet creation, funding, and automatic payment flows.
Enable AI agents to make micropayments via x402 protocol.
As a process B 68/100 · Nearly there — weak spots: running it twice, progress reporting
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
- 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 · 17
✓ No critical or high findings
Medium and low: 17
-
medium Exfiltration
net-credential-useSKILL.md:225Credential used in a network call (verify the destination is the intended service)curl -s https://api.mail.tm/messages -H "Authorization: Bearer $TOKEN"
-
medium Exfiltration
net-credential-useSKILL.md:228Credential used in a network call (verify the destination is the intended service)curl -s https://api.mail.tm/messages/MESSAGE_ID -H "Authorization: Bearer $TOKEN"
-
low Secrets in code
secret-high-entropy-tokenassets/config-template.json:25High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"base": "0x83…913",
quoted -
low Secrets in code
secret-high-entropy-tokenassets/config-template.json:26High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"baseSepolia": "0x03…F7e",
quoted -
low Secrets in code
secret-high-entropy-tokenassets/config-template.json:27High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"arbitrum": "0xaf…831"
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/API-REFERENCE.md:139High-entropy token-like string (may be an id, hash or a credential)X-Payment-Token: 0x83…913
-
low Secrets in code
secret-high-entropy-tokenreferences/API-REFERENCE.md:172High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Base | 8453 | `0x83…913` | Recommended |
table -
low Secrets in code
secret-high-entropy-tokenreferences/API-REFERENCE.md:173High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Base Sepolia | 84532 | `0x03…F7e` | Testnet |
table -
low Secrets in code
secret-high-entropy-tokenreferences/API-REFERENCE.md:174High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Arbitrum | 42161 | `0xaf…831` | Alternative |
table -
low Secrets in code
secret-high-entropy-tokenreferences/API-REFERENCE.md:175High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Ethereum | 1 | `0xA0…B48` | Higher fees |
table -
low Secrets in code
secret-password-literalreferences/SERVICES.md:414Hard-coded password / key literal (may be an example)PASSWORD="Secu…123!"
-
low Secrets in code
secret-high-entropy-tokenscripts/check-balance.ts:19High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)USDC: "0x83…913",
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/check-balance.ts:24High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)USDC: "0x03…F7e",
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/check-balance.ts:29High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)USDC: "0xaf…831",
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/fund-wallet.ts:61High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)usdc: "0x83…913",
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/fund-wallet.ts:68High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)usdc: "0xaf…831",
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:298High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"asset": "0x83…913",
quoted
Files scanned: 11. 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 68/100
- 0Progress reporting. Says nothing while it works
- 30Running it twice. 9 mutating operations with no state check
- 50Failures and branches. 0 branches, has a failure section
- 60Tools and files. Uses tools (web) that frontmatter does not declare
- 60Result and completion. Output format stated, no completion criterion
- 70When it triggers. States when to use, but not when not to
- 70Inputs and preconditions. Inputs and preconditions are listed
- 85Steps. 33 steps, 2 vague phrases
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 3192 tokens
- low 11 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)
- -36 of 7 scripts are never mentioned in SKILL.md
- +2Single-language instructions
- +3Description length 226: enough signal without eating the budget
- +4Structure: 34 headings
- +3Step-by-step instructions: 33 items
- +3Output format is stated explicitly
- +4Has examples (14 code blocks)
- +4Reference files are cited in the instructions (2 of 2)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 89.