CtrlK
BlogDocsLog inGet started
Tessl Logo

integrating-jupiter

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

Quality

78%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/integrating-jupiter/SKILL.md
SKILL.md
Quality
Evals
Security

Security

2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.

Medium

W012: Unverifiable external dependency detected (runtime URL that controls agent)

What this means

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.

Why it was flagged

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.

Report incorrect finding
Medium

W009: Direct money access capability detected (payment gateways, crypto, banking)

What this means

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.

Why it was flagged

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.

Repository
jup-ag/agent-skills
Audited
Security analysis
Snyk

Is this your skill?

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.