native-data-fetching
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a documentation resource for networking patterns in Expo and React Native applications. It does not contain any executable malicious code.
- [SAFE]: The skill demonstrates security-conscious coding practices by explicitly advising against storing sensitive authentication tokens in unencrypted storage like AsyncStorage, recommending
expo-secure-storeinstead. - [SAFE]: The section on environment variables correctly identifies the risks associated with the
EXPO_PUBLIC_prefix, warning developers that such variables are inlined at build time and visible in the client bundle, which prevents accidental exposure of backend secrets. - [SAFE]: All external libraries referenced, such as
@tanstack/react-queryand@react-native-community/netinfo, are well-known, industry-standard packages for the React Native ecosystem.
Audit Metadata