mobile-navigation-expo-router
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious code, obfuscation, or unauthorized access patterns were detected. The skill correctly follows Expo Router conventions and development best practices.
- [DATA_EXFILTRATION]: The skill includes a proactive 'Red Flag' warning in SKILL.md and examples/api-routes.md regarding the risk of exposing sensitive data through API routes. It recommends implementing token validation to prevent unauthorized data exposure.
- [PROMPT_INJECTION]: The documentation demonstrates how to access and display dynamic route parameters (e.g., [id], [postId], [slug]). While this is a standard ingestion point for external data into the application's context, the examples are limited to UI rendering and do not involve dangerous operations.
- Ingestion points: useLocalSearchParams hook usage in app/users/[id].tsx, app/docs/[...slug].tsx, and examples/core.md.
- Boundary markers: Not included in the simplified code snippets.
- Capability inventory: UI display through the component and metadata configuration through .
- Sanitization: Not explicitly shown in the routing-focused examples, which is typical for framework documentation.
Audit Metadata