mobile-offline-support
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: The skill provides legitimate reference implementations for mobile development. All code snippets utilize standard industry libraries and follow typical architectural patterns for offline data management.\n- [INDIRECT_PROMPT_INJECTION]: The skill demonstrates how to ingest data from external APIs and local storage stores, which represents a potential attack surface for indirect prompt injection if the source data is malicious. However, this is inherent to the skill's primary purpose of data synchronization.\n
- Ingestion points: Remote API fetches in
react-native-offline-storage.mdand database queries inandroid-room-database.md.\n - Boundary markers: Not included in the simplified reference examples.\n
- Capability inventory: Network requests via
fetchand local storage write operations.\n - Sanitization: Not demonstrated in the provided code snippets.
Audit Metadata