BD jupiter-skill
Execute Jupiter API operations on Solana - fetch quotes, sign transactions, execute swaps, prediction markets. Use when implementing token swaps, DCA, limit orders, lending, prediction markets, or any Jupiter integration. Includes scripts for Ultra and Metis swap flows.
Execute Jupiter API operations on Solana - fetch quotes, sign transactions, execute swaps, prediction markets.
As a process D 43/100 · Unfinished process — weak spots: result and completion, inputs and preconditions, consistency
How to improve
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- 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 · 14
✓ No critical or high findings
Medium and low: 14
-
low Secrets in code
secret-high-entropy-tokenpnpm-lock.yaml:38High-entropy token-like string (may be an id, hash or a credential)resolution: {integrity: sha5…7pY+zoMV…h0x/Ptw8…8dg==} -
low Secrets in code
secret-high-entropy-tokenpnpm-lock.yaml:50High-entropy token-like string (may be an id, hash or a credential)resolution: {integrity: sha5…b00+Gxjx…zRc/oZwU…hzA==} -
low Secrets in code
secret-high-entropy-tokenpnpm-lock.yaml:68High-entropy token-like string (may be an id, hash or a credential)resolution: {integrity: sha512-vHk/hA7/1Ack…wbo+jaSh…Gtl+A5zq…HFg==} -
low Secrets in code
secret-high-entropy-tokenpnpm-lock.yaml:80High-entropy token-like string (may be an id, hash or a credential)resolution: {integrity: sha5…Dsc+j03S…0oA==} -
low Secrets in code
secret-high-entropy-tokenpnpm-lock.yaml:182High-entropy token-like string (may be an id, hash or a credential)resolution: {integrity: sha5…NS8+tHW7…WOF+PEzk…X4Q==} -
low Secrets in code
secret-high-entropy-tokenREADME.md:75High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"inputMint": "So11…112",
quoted -
low Secrets in code
secret-high-entropy-tokenREADME.md:76High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"outputMint": "EPjF…t1v",
quoted -
low Secrets in code
secret-high-entropy-tokenREADME.md:97High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"inputMint": "So11…112",
quoted -
low Secrets in code
secret-high-entropy-tokenREADME.md:98High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"outputMint": "EPjF…t1v",
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:74High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"inputMint": "So11…112",
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:75High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"outputMint": "EPjF…t1v",
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:82High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"inputMint": "So11…112",
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:83High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"outputMint": "EPjF…t1v",
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:183High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"inputMint": "So11…112",
quoted
Files scanned: 10. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
body-longSKILL.md body ≈ 5783 tokens (recommended < 5000); move details to references/
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
- 0Progress reporting. Says nothing while it works
- 30Running it twice. 26 mutating operations with no state check
- 40Consistency. Frontmatter name (jupiter-skill) differs from the folder (jup-skill)
- 50When it triggers. No condition that starts the skill
- 50Failures and branches. 0 branches, has a failure section
- 60Tools and files. Uses tools (bash, web) that frontmatter does not declare
- 70Execution cost. Instruction body is 5783 tokens
- 85Steps. 79 steps, 1 vague phrases
- low 11 top-level sections: this looks like several domains in one skill
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
- -31 of 5 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +3Description length 270: enough signal without eating the budget
- +4Structure: 32 headings
- +3Step-by-step instructions: 79 items
- +4Has examples (33 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 71.