integrating-jupiter
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a legitimate technical integration guide for Jupiter's suite of DeFi products, including Swap, Lend, and Perps.
- [CREDENTIALS_SAFE]: Code examples correctly demonstrate the use of environment variables (
process.env.JUPITER_API_KEY,process.env.WALLET_PRIVATE_KEY) for managing sensitive API keys and private keys, rather than hardcoding them. - [EXTERNAL_DOWNLOADS]: All external references target official vendor domains (
api.jup.ag,developers.jup.ag,status.jup.ag) or authorized GitHub repositories (github.com/jup-ag/*), representing standard resource fetching for the service. - [INDIRECT_PROMPT_INJECTION]: While the skill involves processing external API data, it incorporates safety-focused documentation, including instructions for mint validation, slippage guardrails, and transaction reconciliation to mitigate risks associated with untrusted data.
- [COMMAND_EXECUTION]: No dangerous shell command execution or dynamic context injection patterns were detected; transaction signing logic uses standard Solana SDK methods.
Audit Metadata