native-data-fetching
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard implementation patterns for networking in mobile applications. No malicious patterns, such as prompt injection, obfuscation, or unauthorized data exfiltration, were detected.
- [SAFE]: The skill explicitly recommends security best practices for credential management. It guides users to use
expo-secure-storefor sensitive authentication tokens instead of insecure storage methods likeAsyncStorage. - [SAFE]: The documentation includes a security warning regarding environment variables. It distinguishes between client-safe variables (prefixed with
EXPO_PUBLIC_) and server-side secrets, preventing the accidental exposure of sensitive keys in the client bundle. - [SAFE]: All referenced libraries (React Query, NetInfo, SecureStore) are well-known, industry-standard packages in the React Native ecosystem.
Audit Metadata