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-branch for install attribution and uri-scheme for 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.addEventListener and Linking.getInitialURL as shown in SKILL.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-linking library to extract route parameters.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 28, 2026, 07:49 AM
Security Audit — agent-trust-hub — mobile-deep-links