expo-data-fetching
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDYNAMIC_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides an instruction for users to submit feedback using the command
npx --yes submit-expo-feedback@latest. This involves running a CLI tool directly from the npm registry. - [EXTERNAL_DOWNLOADS]: Instructions reference several third-party dependencies for core functionality, including
@tanstack/react-queryfor data fetching management,@react-native-community/netinfofor network status monitoring, andexpo-secure-storefor sensitive token storage. - [DYNAMIC_EXECUTION]: The use of
npx --yesfor the feedback tool facilitates the dynamic download and execution of the latest version of thesubmit-expo-feedbackpackage at runtime.
Audit Metadata