mobile-deep-links
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill recommends the installation of standard industry libraries for mobile development, including
react-native-branchfor install attribution anduri-schemefor testing link handling. - [INDIRECT_PROMPT_INJECTION]: The skill facilitates the ingestion of external URL data to drive application navigation.
- Ingestion points: Data enters the application via
Linking.addEventListenerandLinking.getInitialURLas shown inSKILL.md. - Boundary markers: Navigation is constrained by the application's defined routes within the Expo Router framework.
- Capability inventory: The skill uses parsed URL paths to execute navigation commands via
router.push. - Sanitization: The implementation uses standard parsing from the
expo-linkinglibrary to extract route parameters.
Audit Metadata