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.
As a process F 62/100 · Will not run — References files that are not bundled: scripts/transfer_sol.py
How to improve
- 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-tokendist/src/genesis-clusters.js:2High-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-tokendist/src/genesis-clusters.js:3High-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-tokendist/src/genesis-clusters.js:4High-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-tokenpackage-lock.json:104High-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:155High-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-tokenpackage-lock.json:164High-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-tokenpackage-lock.json:206High-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-tokenpackage-lock.json:270High-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-tokensrc/genesis-clusters.ts:4High-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-tokensrc/genesis-clusters.ts:5High-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-tokensrc/genesis-clusters.ts:6High-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-formatname should be kebab-case (lowercase letters, digits, hyphens) - warning
missing-refreference 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