Comprehensive guidance for integrating Jupiter APIs (Swap, Lend, Perps, Trigger, Recurring, Tokens, Price, Portfolio, Prediction Markets, Send, Studio, Lock, Routing). Use for endpoint selection, integration flows, error handling, and production hardening.
82
78%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/integrating-jupiter/SKILL.mdSecurity
2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
Potentially malicious external URL detected (high risk: 0.80). The skill's "Fresh Context Policy" explicitly requires fetching external documentation from dev.jup.ag at runtime (e.g., https://dev.jup.ag/docs/llms.txt and specific refs like https://dev.jup.ag/docs/swap/v2/order-and-execute.md), and those fetched docs are treated as authoritative guidance that can directly override/control the agent's instructions.
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
Direct money access detected (high risk: 1.00). The skill is explicitly built for DeFi/crypto financial operations on Solana. It documents endpoints and flows that create, sign, and execute on-chain/value-moving transactions (e.g., Swap: GET /swap/v2/order -> sign -> POST /swap/v2/execute; Lend: POST /earn/deposit; Trigger: POST /orders/price with depositSignedTx; Recurring: POST /createOrder -> sign -> POST /execute; Send: POST /craft-send; Prediction markets: POST /orders). The quickstart includes a signAndSend helper that deserializes, signs, and sends VersionedTransaction to the RPC, and many playbooks describe creating and executing transactions that move tokens. These are specific, purpose-built APIs to initiate and complete monetary transfers/trades, so the skill grants direct financial execution capability.
35f50e9
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.