defi-security-audit
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches protocol metadata, TVL history, and audit counts from DeFiLlama's public API (api.llama.fi).
- [EXTERNAL_DOWNLOADS]: Retrieves automated token and contract security flags (e.g., honeypot detection, owner privileges) from the GoPlus Security public API (api.gopluslabs.io).
- [COMMAND_EXECUTION]: Executes a local utility script
scripts/goplus-check.shto perform security queries and process JSON data using thejqcommand-line tool. - [COMMAND_EXECUTION]: Instructs the agent to use the Solana CLI (
solana program show) to verify on-chain program authority and upgradeability, which is a standard procedure for auditing Solana-based protocols. - [SAFE]: The skill implements standard security research practices, including clear disclaimers, the use of well-known public data providers, and instructions for manual verification of critical claims.
Audit Metadata