B fortuna
Participate in the FORTUNA autonomous agent lottery on Solana. Buy lottery tickets by sending SOL to the treasury. Check jackpot size, round countdown, and decide when to play.
- Safety 60%
- Quality 40%
- Tests bonus
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
- Add evals/evals.json with 4–6 real requests and expected answers: the full check will then use your cases instead of a model draft.
- Add a spec.yaml with triggers and assertions (skilltest init): the behaviour contract for CI.
Guard findings · 6
✓ No critical or high findings
Medium and low: 6
-
medium Risky intent
intent-wallet-secretsSECURITY.md:24Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target- Never use your main wallet private key
-
medium Risky intent
intent-wallet-secretsskill-card.md:22Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetMitigation: Never provide a main wallet private key; prefer an existing wallet integration when available and only set SOLANA_PRIVATE_KEY for a dedicated wallet. <br>
-
low Secrets in code
secret-high-entropy-tokenscripts/send_sol.py:12High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)TREASURY = "BzHh…cfW"
quoted -
low Secrets in code
secret-high-entropy-tokenSECURITY.md:10High-entropy token-like string (may be an id, hash or a credential)- The treasury address is: BzHh…cfW
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:23High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- **Treasury wallet:** `BzHh…cfW`
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:55High-entropy token-like string (may be an id, hash or a credential)BzHh…cfW
Files scanned: 7. Evidence is masked. Grey chips explain why severity was lowered.
Lint
- note
frontmatter-keyunknown frontmatter key "homepage"
Process maturity 63/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
- 30Running it twice. 7 mutating operations with no state check
- 60Tools and files. Uses tools (web, python) that frontmatter does not declare
- 100Steps. 18 steps
- 100When it triggers. States when to use and when not to
- 100Failures and branches. 4 branches, has a failure section
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 1237 tokens
- 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
- +1No license
- +2Single-language instructions
- +3Description length 176: enough signal without eating the budget
- +4Structure: 9 headings
- +3Step-by-step instructions: 18 items
- +4Has examples (5 code blocks)
- +3All 2 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 86.