SKILLEMALL.ai

BF solana_native_transfer

Transfers native SOL on Solana to a recipient address using a funded signing key from environment configuration. Use when the user asks to send SOL, transfer lamports, pay someone in SOL, or move native tokens on Solana mainnet-beta, devnet, or a custom RPC.

ClawHub Agent Skills author: 0xxbrain01 v1.0.2 MIT-0 26 files body ≈ 1 344 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process F 62/100 · Will not run — References files that are not bundled: scripts/transfer_sol.py

ProcedureInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
82/100
safety, quality, tests
Safety 60%
89
Quality 40%
71
Run on models
none yet
Process rating
F
62/100
Will not run
References files that are not bundled: scripts/transfer_sol.py
Tools and files w 18
0
Running it twice w 4
30
Consistency w 8
40
the three weakest of ten parameters · all ten

How to improve

  1. The text references files that are not there: add them or drop the references.
For the model run — optional
  • 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 · 11

✓ No critical or high findings

Medium and low: 11
  • low Secrets in code secret-high-entropy-token dist/src/genesis-clusters.js:2
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    '5eyk…N9d': 'mainnet-beta',
    quoted
  • low Secrets in code secret-high-entropy-token dist/src/genesis-clusters.js:3
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    'EtWT…ZBG': 'devnet',
    quoted
  • low Secrets in code secret-high-entropy-token dist/src/genesis-clusters.js:4
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    '4uhc…NYj': 'testnet',
    quoted
  • low Secrets in code secret-high-entropy-token package-lock.json:104
    High-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-token package-lock.json:155
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "integrity": "sha5…kJw+JUEz…Ry8+JzNy…KLw==",
    detector
  • low Secrets in code secret-high-entropy-token package-lock.json:164
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "integrity": "sha5…u8g+OEVd…VlM/cyFY…Tgh/ShZZI9ed+ozEq+Ngt+rgmUs8tw==",
    detector
  • low Secrets in code secret-high-entropy-token package-lock.json:206
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "integrity": "sha5…8fQ+wE2m…hIQ==",
    detector
  • low Secrets in code secret-high-entropy-token package-lock.json:270
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "integrity": "sha5…kJw+JUEz…Ry8+JzNy…KLw==",
    detector
  • low Secrets in code secret-high-entropy-token src/genesis-clusters.ts:4
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    '5eyk…N9d': 'mainnet-beta',
    quoted
  • low Secrets in code secret-high-entropy-token src/genesis-clusters.ts:5
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    'EtWT…ZBG': 'devnet',
    quoted
  • low Secrets in code secret-high-entropy-token src/genesis-clusters.ts:6
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    '4uhc…NYj': 'testnet',
    quoted

Files scanned: 26. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning name-format name should be kebab-case (lowercase letters, digits, hyphens)
  • warning missing-ref reference to a missing file: scripts/transfer_sol.py

Process rating: all ten parameters 62/100

Will not run. References files that are not bundled: scripts/transfer_sol.py
  • 0Tools and files. 1 referenced file(s) missing: scripts/transfer_sol.py
  • 30Running it twice. 3 mutating operations with no state check
  • 40Consistency. Frontmatter name (solana_native_transfer) differs from the folder (labor-solana-skill)
  • 60Result and completion. Output format stated, no completion criterion
  • 70When it triggers. States when to use, but not when not to
  • 70Inputs and preconditions. Inputs and preconditions are listed
  • 100Steps. 36 steps
  • 100Failures and branches. 5 branches, has a failure section
  • 100Execution cost. Instruction body is 1344 tokens
  • 100Progress reporting. Reports progress
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
  • low The response is described with custom markup (11 tags): a typed call is more reliable

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)
  • -215 emoji in the instructions: noise for the model
  • -31 of 1 scripts are never mentioned in SKILL.md
  • +1No license
  • +2Single-language instructions
  • +3Description length 258: enough signal without eating the budget
  • +4Structure: 17 headings
  • +3Step-by-step instructions: 36 items
  • +3Output format is stated explicitly
  • +4Has examples (2 code blocks)

Quality base 70; lint remarks subtract, signals add up to 100. Result: 71.

External checks

ClawHub: clean
This skill is a clearly disclosed Solana transfer tool, but users must treat it as capable of irreversible SOL transfers when given a funded private key.
LLM: benign (high) · VirusTotal: · 28 May 2026