BC fomo3d
Play Fomo3D, Slot Machine, and Prediction Market on BNB Chain (BSC). Fomo3D is a blockchain game where players buy shares using tokens — the last buyer before the countdown ends wins the grand prize. Includes a Slot Machine mini-game with VRF-powered random spins and a Prediction Market for betting on outcomes (sports, crypto prices, events). This skill provides a CLI to check game status, purchase shares, claim dividends, spin the slot machine, create/bet on prediction markets, and more. Use this skill whenever the user wants to interact with Fomo3D, buy/sell FOMO tokens, check game status, spin the slot machine, trade on FLAP Portal or PancakeSwap, create prediction markets, place bets, settle markets, or manage their BNB Chain gaming wallet.
As a process C 53/100 · Has gaps — weak spots: result and completion, inputs and preconditions, consistency
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
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- 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 · 13
✓ No critical or high findings
Medium and low: 13
-
medium Risky intent
intent-wallet-secretsSKILL.md:38Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target- `FOMO…KEY` — BSC wallet private key (hex, with or without 0x prefix)
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:631High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| FLAP Portal | `0x5b…0e9` | `0xe2…De0` | 内盘交易 + 状态查询 |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:632High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| PancakeSwap V2 Router | `0xD9…0D1` | `0x10…24E` | 外盘交易 |
table -
low Secrets in code
secret-high-entropy-tokensrc/lib/config.ts:58High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)fomo…nd: "0x22…3a6" as Address,
quoted -
low Secrets in code
secret-high-entropy-tokensrc/lib/config.ts:59High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)slotDiamond: "0x00…678" as Address,
quoted -
low Secrets in code
secret-high-entropy-tokensrc/lib/config.ts:60High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)predictionDiamond: "0x76…a01" as Address,
quoted -
low Secrets in code
secret-high-entropy-tokensrc/lib/config.ts:67High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)fomo…nd: "0x06…48b" as Address,
quoted -
low Secrets in code
secret-high-entropy-tokensrc/lib/config.ts:68High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)slotDiamond: "0x6e…56E" as Address,
quoted -
low Secrets in code
secret-high-entropy-tokensrc/lib/flap.ts:5High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)testnet: "0x5b…0e9" as Address,
quoted -
low Secrets in code
secret-high-entropy-tokensrc/lib/flap.ts:6High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)mainnet: "0xe2…De0" as Address,
quoted -
low Secrets in code
secret-high-entropy-tokensrc/lib/flap.ts:11High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)testnet: "0xae…7cd" as Address,
quoted -
low Secrets in code
secret-high-entropy-tokensrc/lib/flap.ts:12High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)mainnet: "0xbb…95c" as Address,
quoted -
low Secrets in code
secret-high-entropy-tokensrc/lib/flap.ts:17High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)testnet: "0xD9…0D1" as Address,
quoted
Files scanned: 57. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
body-longSKILL.md body ≈ 5979 tokens (recommended < 5000); move details to references/
Process rating: all ten parameters 53/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
- 40Consistency. Frontmatter name (fomo3d) differs from the folder (openclaw-fomo3d)
- 60Tools and files. Uses tools (bash, node) that frontmatter does not declare
- 70When it triggers. States when to use, but not when not to
- 70Execution cost. Instruction body is 5979 tokens
- 85Steps. 80 steps, 3 vague phrases
- 100Failures and branches. 4 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)
- +3Output format is not stated: the model decides each time
- -212 emoji in the instructions: noise for the model
- +2Single-language instructions
- +3Description length 754: enough signal without eating the budget
- +4Structure: 57 headings
- +3Step-by-step instructions: 80 items
- +4Has examples (39 code blocks)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 73.