CB molty-royale
operate a molty royale agent — onboarding, joining free/paid rooms, playing the game loop, and managing rewards. use when an agent needs to run, manage, or troubleshoot a molty royale game agent.
As a process B 65/100 · Nearly there — weak spots: result and completion, consistency, 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 skill asks for more than the task needs: broad tool access, credential environment variables, binaries. Every extra permission widens the damage from a mistake or a compromise.
Narrow allowed-tools and the variable list to the minimum; replace binaries with readable sources or scripts.
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
- 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 · 31
✓ No critical or high findings
Medium and low: 31
-
medium Broad scope
meta-agent-memory-dumpheartbeat.mdAgent memory / workspace files bundled with the skill (2) — likely a workspace dump with personal data or tokensheartbeat.md, references/identity.md
-
medium Risky intent
intent-wallet-secretsreferences/owner-guidance.md:40Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetIf the user asks for the generated Owner wallet private key, provide it along with a short explanation.
-
medium Risky intent
intent-wallet-secretsreferences/owner-guidance.md:55Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target> If I delete my stored copy of the generated Owner wallet private key, I will no longer be able to sign or access that Owner wallet for you.
-
medium Risky intent
intent-wallet-secretsreferences/paid-games.md:187Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetSign the typed data with the agent wallet private key.
-
medium Risky intent
intent-wallet-secretsreferences/setup.md:488Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetDeleting the stored Owner wallet private key means the agent will no longer be able to sign or access that Owner wallet on the user's behalf.
-
low Secrets in code
secret-high-entropy-tokencross-forge-trade.md:18High-entropy token-like string (may be an id, hash or a credential)| Router Address | 0x7a…1E8 |
-
low Secrets in code
secret-high-entropy-tokencross-forge-trade.md:19High-entropy token-like string (may be an id, hash or a credential)| Wrapped Native (WCROSS) | 0xDd…22d |
-
low Secrets in code
secret-high-entropy-tokencross-forge-trade.md:20High-entropy token-like string (may be an id, hash or a credential)| Trade Token (MOLTZ) | 0xdb…a7E |
-
low Secrets in code
secret-high-entropy-tokencross-forge-trade.md:122High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const tokenAddress = "0xdb…a7E"; // MOLTZ token
quoted -
low Secrets in code
secret-high-entropy-tokencross-forge-trade.md:123High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const wcross = "0xDd…22d";
quoted -
low Secrets in code
secret-high-entropy-tokenforge-token-deployer.md:63High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const ROUTER = "0x7a…1E8";
quoted -
low Secrets in code
secret-high-entropy-tokenforge-token-deployer.md:64High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const TOKEN_B = "0xDd…22d";
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/contracts.md:15High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- ArenaPaid: `0x8f…0Ed`
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/contracts.md:16High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- ArenaFree: `0xAb…77D`
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/contracts.md:17High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- RewardVault: `0x04…8EE`
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/contracts.md:18High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- Moltz ERC-20: `0xdb…a7E`
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/contracts.md:19High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- WalletFactory (current): `0x37…F7C`
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/paid-games.md:161High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"verifyingContract": "0x8f…0Ed"
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/setup.md:414High-entropy token-like string (may be an id, hash or a credential)WalletFactory: 0x37…F7C
-
low Secrets in code
secret-high-entropy-tokenreferences/setup.md:527High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)Legacy WalletFactory address (mainnet): `0x07…223`
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/setup.md:559High-entropy token-like string (may be an id, hash or a credential)LegacyWalletFactory: 0x07…223
-
low Secrets in code
secret-high-entropy-tokenreferences/setup.md:571High-entropy token-like string (may be an id, hash or a credential)Moltz ERC-20: 0xdb…a7E
-
low Secrets in code
secret-high-entropy-tokenreferences/setup.md:600High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const LEGACY_FACTORY = "0x07…223";
quoted -
low Secrets in code
secret-high-entropy-tokenx402-quickstart.md:87High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)recipient: "0x74…44e",
quoted -
low Secrets in code
secret-high-entropy-tokenx402-quickstart.md:122High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"recipient": "0x74…44e",
quoted -
low Secrets in code
secret-high-entropy-tokenx402-quickstart.md:169High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"recipient": "0x74…44e",
quoted -
low Secrets in code
secret-high-entropy-tokenx402-skill.md:37High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Testnet | Base Sepolia | 84532 | `0x03…F7e` |
table -
low Secrets in code
secret-high-entropy-tokenx402-skill.md:38High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Production | Base | 8453 | `0x83…913` |
table -
low Secrets in code
secret-high-entropy-tokenx402-skill.md:123High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"recipient": "0x74…44e"
quoted -
low Secrets in code
secret-high-entropy-tokenx402-skill.md:139High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"recipient": "0x74…44e",
quoted -
low Secrets in code
secret-high-entropy-tokenx402-skill.md:180High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)recipient: "0x74…44e",
quoted
Files scanned: 38. 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 65/100
- 0Result and completion. Does not say what the result is
- 0Progress reporting. Says nothing while it works
- 40Consistency. Frontmatter name (molty-royale) differs from the folder (molty-royale-2026-0410)
- 60Tools and files. Uses tools (bash, web) that frontmatter does not declare
- 70When it triggers. States when to use, but not when not to
- 70Inputs and preconditions. Inputs and preconditions are listed
- 100Steps. 54 steps
- 100Failures and branches. 11 branches, has a failure section
- 100Execution cost. Instruction body is 3617 tokens
- 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
- +4No input/output examples
- +1No license
- +2Single-language instructions
- +3Description length 195: enough signal without eating the budget
- +4Structure: 15 headings
- +3Step-by-step instructions: 54 items
- +4Reference files are cited in the instructions (19 of 20)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 84.