mobile-offline-support

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • General Analysis (SAFE): The skill contains implementation guides and code snippets for mobile offline data management.
  • Data Handling (SAFE): The implementation uses AsyncStorage (React Native), Core Data (iOS), and Room (Android). These are standard local storage mechanisms.
  • Network Operations (SAFE): Network calls use placeholders like API_BASE_URL and standard APIs (fetch, URLSession analogs, Retrofit/ApiService analogs). No hardcoded credentials or suspicious destinations were found.
  • Dependency Check (SAFE): Referenced packages like @react-native-async-storage/async-storage and @react-native-community/netinfo are industry-standard libraries for their respective platforms.
  • Best Practices (SAFE): The documentation includes a section on 'Best Practices' and 'Avoid', which correctly identifies the risk of syncing sensitive data insecurely, demonstrating security awareness.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:04 PM