SKILLEMALL.ai

BD Solana Transfer Skill

Generate a keypair (or use an existing one):

modbender/skill-library-mcp Agent Skills author: modbender MIT 6 files body ≈ 1 393 tokens Open the sourcegithub.com analyzed 2 d ago

Generate a keypair (or use an existing one):

As a process D 43/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions

GeneratorAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
B
86/100
safety, quality, tests
Safety 60%
93
Quality 40%
76
Run on models
none yet
Process rating
D
43/100
Unfinished process
Result and completion w 14
0
Inputs and preconditions w 11
0
When it triggers w 12
20
the three weakest of ten parameters · all ten

How to improve

    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 · 7

    ✓ No critical or high findings

    Medium and low: 7
    • low Secrets in code secret-high-entropy-token package-lock.json:151
      High-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-token package-lock.json:286
      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:314
      High-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-token package-lock.json:338
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha512-c/I8ZRb51j+pYGA…kSk+qT2Ea+OdWElz/OiMf…ihw==",
      detector
    • low Secrets in code secret-high-entropy-token package-lock.json:353
      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 README.md:60
      High-entropy token-like string (may be an id, hash or a credential)
      node index.js send-token FyWv…MVf EPjF…3g4 1000000
    • low Secrets in code secret-high-entropy-token SKILL.md:104
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      const tokenMint = 'EPjF…3g4'; // USDC mainnet
      quoted

    Files scanned: 6. 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)

    Process rating: all ten parameters 43/100

    • 0Result and completion. Does not say what the result is
    • 0Inputs and preconditions. Does not say what the process needs to start
    • 20When it triggers. No condition that starts the skill
    • 30Running it twice. 6 mutating operations with no state check
    • 40Consistency. Frontmatter name (Solana Transfer Skill) differs from the folder (solana-transfer)
    • 50Failures and branches. 0 branches, has a failure section
    • 60Tools and files. Uses tools (node) that frontmatter does not declare
    • 85Steps. 22 steps, 2 vague phrases
    • 100Execution cost. Instruction body is 1393 tokens
    • 100Progress reporting. Reports progress
    • 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)
    • +3Description length 44: 120–800 characters recommended
    • +3Output format is not stated: the model decides each time
    • +1No license
    • +2Single-language instructions
    • +4Structure: 16 headings
    • +3Step-by-step instructions: 22 items
    • +4Has examples (10 code blocks)

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