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 67/100 · Nearly there — weak spots: result and completion, when it triggers, 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 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:46Handles 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:61Handles 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:202Handles 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:589Handles 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:21High-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:22High-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:23High-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:24High-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:25High-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:176High-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:515High-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:628High-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:660High-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:672High-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:701High-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: 28. 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 67/100
- 0Result and completion. Does not say what the result is
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 2 mutating operations with no state check
- 40Consistency. Frontmatter name (molty-royale) differs from the folder (molty-royale-2026-0413)
- 100Tools and files. No external tools needed
- 100Steps. 6 steps
- 100Inputs and preconditions. Inputs and preconditions are listed
- 100Failures and branches. 2 branches, has a failure section
- 100Execution cost. Instruction body is 968 tokens
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
- +1No license
- +2Single-language instructions
- +3Description length 195: enough signal without eating the budget
- +4Structure: 8 headings
- +3Step-by-step instructions: 6 items
- +4Has examples (1 code blocks)
- +4Reference files are cited in the instructions (18 of 19)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 88.