expo-api-routes
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a comprehensive guide for architectural patterns in Expo Router API routes, focusing on the secure use of server-side logic for secrets and database operations.
- [EXTERNAL_DOWNLOADS]: The documentation references the installation of the official
eas-clipackage from the npm registry, which is the standard tool for managing Expo Application Services. - [COMMAND_EXECUTION]: Provides instructions for using official Expo CLI commands, such as
npx expo servefor local development andeas deployfor production hosting on Cloudflare Workers (EAS Hosting). - [SAFE]: Demonstrates secure handling of sensitive data by utilizing
process.envfor environment variables and specific CLI tools for secret management, explicitly advising against exposing credentials in client-side code.
Audit Metadata