react-native-architecture
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Recommends standard project initialization and dependency management using official CLI tools like
npx create-expo-appandnpx expo installinsideresources/implementation-playbook.md. - [EXTERNAL_DOWNLOADS]: Suggests installing well-known, widely-used React Native and Expo libraries (e.g.,
expo-router,@tanstack/react-query,expo-secure-store) from official package registries to implement core mobile functionality. - [DATA_EXFILTRATION]: Correctly identifies security best practices by demonstrating the use of
expo-secure-storefor sensitive authentication tokens and explicitly advising users not to store secrets in source code.
Audit Metadata