privy-integration
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of markdown-based documentation and code snippets for integrating the Privy platform. It provides accurate guidance on authentication, wallet management, and blockchain interactions.
- [EXTERNAL_DOWNLOADS]: The documentation references standard npm packages including
@privy-io/react-auth,@privy-io/node,@privy-io/wagmi,@solana/kit, andviem. These are well-known libraries from established technology providers in the web3 ecosystem and are essential for the skill's stated purpose. - [CREDENTIALS_UNSAFE]: No hardcoded secrets, API keys, or private keys were found. Code examples correctly demonstrate the use of environment variables (e.g.,
process.env.PRIVY_APP_SECRET) and placeholders for sensitive configuration. - [COMMAND_EXECUTION]: Shell commands are restricted to standard package installation (
npm i) and are provided as instructions for the developer to set up their environment. - [DATA_EXFILTRATION]: Network requests described in the documentation target official service endpoints (e.g.,
auth.privy.io,api.mainnet-beta.solana.com) and are standard for blockchain and authentication operations.
Audit Metadata