BC the-flip
$1 USDC entry. Pick 20 predictions. All 20 coins flip at once each round. Match the first 14 to win the entire jackpot. Live on Solana devnet.
$1 USDC entry. Pick 20 predictions. All 20 coins flip at once each round. Match the first 14 to win the entire jackpot. Live on Solana devnet.
As a process C 56/100 · Has gaps — weak spots: result and completion, when it triggers, inputs and preconditions
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- 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 · 22
✓ No critical or high findings
Medium and low: 22
-
low Secrets in code
secret-high-entropy-tokenAnchor.toml:8High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)the_flip = "7rSM…ECX"
quoted -
low Secrets in code
secret-high-entropy-tokenapp/demo.mjs:8High-entropy token-like string (may be an id, hash or a credential)* Works with deployed program: 7rSM…ECX
-
low Secrets in code
secret-high-entropy-tokenapp/demo.mjs:32High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const USDC_MINT = new PublicKey('4zMM…cDU');quoted -
low Secrets in code
secret-high-entropy-tokenapp/demo.mjs:33High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const PROGRAM_ID = new PublicKey('7rSM…ECX');quoted -
low Secrets in code
secret-high-entropy-tokenidl/the_flip.json:2High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"address": "7rSM…ECX",
quoted -
low Secrets in code
secret-high-entropy-tokenidl/the_flip.json:69High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"address": "Toke…5DA"
quoted -
low Secrets in code
secret-high-entropy-tokenidl/the_flip.json:211High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"address": "Toke…5DA"
quoted -
low Secrets in code
secret-high-entropy-tokenidl/the_flip.json:345High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"address": "Toke…5DA"
quoted -
low Secrets in code
secret-high-entropy-tokenidl/the_flip.json:349High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"address": "Sysv…111"
quoted -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:61High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…rAV+/W2RQ…lxf+8fKkmSfQ==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:241High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…oJ7+bcFA…ixm+5mH4…Qya/9Bmf…tYQ==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:376High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…0ah+lGiA…co6+9GrJ…naQ==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:404High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha512-uV+TFRZ…IGm+jTqQntYThciG/qu57…W9A==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:413High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…Mvo+5lex…ani+adC5PQ==",
detector -
low Secrets in code
secret-high-entropy-tokenprogram/src/lib.rs:5High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)declare_id!("7rSM…ECX");quoted -
low Secrets in code
secret-high-entropy-tokenREADME.md:93High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **Program** | [`7rSM…ECX`](https://explorer.solana.com/address/7rSM…ECX?cluster=…) |
table -
low Secrets in code
secret-high-entropy-tokenREADME.md:94High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **USDC Mint** | `4zMM…cDU` |
table -
low Secrets in code
secret-high-entropy-tokenREADME.md:214High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const PROGRAM_ID = new PublicKey('7rSM…ECX');quoted -
low Secrets in code
secret-high-entropy-tokenREADME.md:215High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const AUTHORITY = new PublicKey('89Fe…bLa');quoted -
low Secrets in code
secret-high-entropy-tokenREADME.md:293High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"params": ["AAEw…Gqd", {"encoding": "base64"}]quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:129High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **Program** | `7rSM…ECX` |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:130High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **USDC Mint** | `4zMM…cDU` |
table
Files scanned: 13. 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")
Process rating: all ten parameters 56/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
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 1 mutating operations with no state check
- 55Failures and branches. 1 branches
- 100Tools and files. No external tools needed
- 100Steps. 5 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 963 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 142: enough signal without eating the budget
- +4Structure: 13 headings
- +3Step-by-step instructions: 5 items
- +4Has examples (8 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 72.