react-native-security
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides educational content and code snippets for implementing security measures in React Native applications. Detailed review of the instructions and reference code shows consistent adherence to security best practices.
- [SAFE]: Secure storage recommendations correctly advise using
react-native-keychainand avoidingAsyncStoragefor sensitive data. - [SAFE]: Deep link handling includes robust validation logic for schemes, hosts, and parameters to prevent injection attacks.
- [SAFE]: Network security guidelines promote HTTPS enforcement, certificate pinning with public key hashes, and the use of environment variables for secrets management.
- [SAFE]: Data protection measures such as PII masking and screenshot prevention are correctly implemented using standard libraries and patterns.
Audit Metadata