expo-api-routes
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a documentation and guideline resource for developers. It promotes security best practices, including hiding API keys, performing server-side validation, and using environment variables to manage sensitive data.
- [EXTERNAL_DOWNLOADS]: References standard industry tools and libraries such as
eas-cli,expo, and@libsql/client/web. These are well-known resources within the Expo and database ecosystems. - [CREDENTIALS_UNSAFE]: Mentions environment variables like
OPENAI_API_KEYandTURSO_AUTH_TOKEN. These are handled safely as references to server-side configuration, with explicit warnings against committing secrets to version control and exposing them to clients. - [COMMAND_EXECUTION]: Provides standard CLI commands for Expo development (
npx expo serve) and deployment (eas deploy), which are expected for the described workflow.
Audit Metadata