CF qfc-openclaw-skill
QFC blockchain interaction — wallet, faucet, chain queries, staking, epoch & finality, AI inference
As a process F 39/100 · Will not run — References files that are not bundled: scripts/demo-*.mjs
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 purpose itself is risky: wallets, browser password stores, offensive security. Even an honest implementation gives the agent access to things that cost money.
Explain in the description why the access is needed and how it is limited; add tests that show refusals on dangerous requests.
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- 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 · 6
✓ No critical or high findings
Medium and low: 6
-
medium Risky intent
intent-wallet-secretsreferences/wallet-operations.md:12Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target- `mnemonic`: `string` — 12-word BIP39 recovery phrase
-
medium Risky intent
intent-wallet-secretsreferences/wallet-operations.md:80Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetDecrypts the keystore file and returns a ready-to-use `QFCWallet` instance.
-
medium Risky intent
intent-wallet-secretsreferences/wallet-operations.md:98Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetDeletes the keystore file and metadata entry.
-
low Risky intent
intent-wallet-secretsSKILL.md:26Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)- **Remove Wallet**: Delete a saved wallet's keystore file and metadata
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:285High-entropy token-like string (may be an id, hash or a credential)Show me all token balances for address 0xfe…210
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:488High-entropy token-like string (may be an id, hash or a credential)List all agents owned by 0xfe…210
Files scanned: 44. 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") - warning
body-longSKILL.md body ≈ 5156 tokens (recommended < 5000); move details to references/ - warning
missing-refreference to a missing file: scripts/demo-*.mjs - note
frontmatter-keyunknown frontmatter key "homepage"
Process rating: all ten parameters 39/100
- 0Tools and files. 1 referenced file(s) missing: scripts/demo-*.mjs
- 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
- 40Consistency. Frontmatter name (qfc-openclaw-skill) differs from the folder (qfc)
- 70Execution cost. Instruction body is 5156 tokens
- 100Steps. 124 steps
- 100Failures and branches. 1 branches, has a failure section
- 100Running it twice. Mutating operations check current state
- 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)
- +3Description length 99: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- -47 reference files, but SKILL.md never points to them: the model will not open them
- -33 of 5 scripts are never mentioned in SKILL.md
- +2Single-language instructions
- +4Structure: 51 headings
- +3Step-by-step instructions: 124 items
- +4Has examples (72 code blocks)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 46.