SKILLEMALL.ai

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.

ClawHub Agent Skills author: codiicode v1.2.0 7 files body ≈ 1 237 tokens open source ↗ analyzed 25 h ago
ProcedureAI and agentsInfrastructuretype and topics are labelled automatically from the skill text
JSON
B
86/100
Overall score
Safety 60%
86
Quality 40%
86
Tests bonus
0

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Risky intent medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The purpose itself is risky: wallets, browser password stores, offensive security. Even an honest implementation gives the agent access to things that cost money.

For the author

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

  1. 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.
  2. 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-secrets SECURITY.md:24
    Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target
    - Never use your main wallet private key
  • medium Risky intent intent-wallet-secrets skill-card.md:22
    Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target
    Mitigation: 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-token scripts/send_sol.py:12
    High-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-token SECURITY.md:10
    High-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-token SKILL.md:23
    High-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-token SKILL.md:55
    High-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-key unknown 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.

External checks

ClawHub: suspicious
This skill is transparent about a Solana lottery, but it can lead an agent to spend SOL using a private key without strong built-in purchase safeguards.
LLM: suspicious (high) · VirusTotal: suspicious · 28 May 2026