integrating-jupiter
Pass
Audited by Gen Agent Trust Hub on Apr 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements standard security practices for managing sensitive information by instructing users to store API keys and private keys in environment variables (
process.env.JUPITER_API_KEY,process.env.WALLET_PRIVATE_KEY) rather than hardcoding them.- [SAFE]: All network operations and API interactions are directed toward official vendor domains (api.jup.ag,portal.jup.ag) or well-known ecosystem tools like Solscan, ensuring data is only transmitted to trusted destinations.- [SAFE]: Code examples for transaction signing and execution follow standard Solana development patterns and include appropriate error handling, such as confidence-based filtering for price data and status checks for transaction confirmations.- [SAFE]: The documentation encourages defensive programming practices, such as failing closed on missing or low-confidence data and re-verifying quotes before execution to prevent slippage issues.
Audit Metadata